[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Thu Nov 13 15:46:00 CET 2014
commit 3f2ca5ea08475994bdc7b0b1a9289d96f7fb2c3f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 13 Nov 2014 16:45:45 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/3f2ca5ea08475994bdc7b0b1a9289d96f7fb2c3f
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
graphics/imlib2/DETAILS | +4/-4
libs/ming/DEPENDS | +1/-1
libs/ming/DETAILS | +4/-4
libs/ming/PRE_BUILD | +5/-4
4 files changed, 14 insertions(+), 13 deletions(-)
--- a/graphics/imlib2/DETAILS
+++ b/graphics/imlib2/DETAILS
@@ -1,14 +1,14 @@
MODULE=imlib2
VERSION=1.4.6
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=imlib2-1.4.5-giflib-5.patch
+ SOURCE2=imlib2-libgif-51.patch
SOURCE_URL=$SFORGE_URL/enlightenment
- SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/imlib2/files/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:238943914df6caacda910ec9cfc81f4269a025aa
- SOURCE2_VFY=sha1:2ae473368bd4d128c7fe893e74254a861a0c2c1d
+ SOURCE2_VFY=sha1:3ee249142b4caecc4a38ac29a999708447f250c1
WEB_SITE=http://enlightenment.org
ENTERED=20010922
- UPDATED=20140201
+ UPDATED=20141113
SHORT="The successor to imlib graphics library"
cat << EOF
--- a/libs/ming/DEPENDS
+++ b/libs/ming/DEPENDS
@@ -1,6 +1,6 @@
depends giflib
-optional_depends Python "--enable-python" "--disable-python" "for Python script support"
+#optional_depends Python "--enable-python" "--disable-python" "for Python script support"
optional_depends perl "--enable-perl" "--disable-perl" "for perl scripting support"
#optional_depends %PHP "--enable-php" "--disable-php" "for PHP scripting support"
optional_depends tcl "--enable-tcl" "--disable-tcl" "for tcl scripting support"
--- a/libs/ming/DETAILS
+++ b/libs/ming/DETAILS
@@ -1,14 +1,14 @@
MODULE=ming
VERSION=0.4.5
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=ming-0.4.5-gif-error.patch
+ SOURCE2=ming-0.4.5-giflib-5.1.0.patch
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/ming/files/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:97b6bebfff8e0b1ec85fe7da5dd0835e551196fc
- SOURCE2_VFY=sha1:da2f8dd33a3eb1cd242357b2dfde1e17fe3348e7
+ SOURCE2_VFY=sha1:c831abdf1e3c402f9d4d4c9c819a9fa8cc9d3409
WEB_SITE=http://ming.sourceforge.net
ENTERED=20030519
- UPDATED=20140912
+ UPDATED=20141113
SHORT="c library for generating SWF (Flash) format movies"
cat << EOF
--- a/libs/ming/PRE_BUILD
+++ b/libs/ming/PRE_BUILD
@@ -1,11 +1,12 @@
default_pre_build &&
- patch_it $SOURCE2 2 &&
+ patch_it $SOURCE2 1 &&
sedit "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.in &&
+
mv configure.in configure.ac &&
+ sedit "s:ungif:gif:g" configure.ac &&
./autogen.sh &&
- sedit 's/libming.a/libming.so/' 's/lungif/lgif/' perl_ext/Makefile.PL &&
-
- sedit 's/ungif/gif/' py_ext/setup.py.in
+ sedit "s:libming.a:libming.so:g" perl_ext/Makefile.PL &&
+ sedit "s:ungif:gif:g" perl_ext/Makefile.PL
More information about the Lunar-commits
mailing list