[Lunar-commits] <moonbase-other> ming: Switching to a different patch
Dennis Veatch
dennisveatch at bellsouth.net
Thu Nov 13 15:40:09 CET 2014
commit fc103f2f72b1c1ef6e9818f1896c6fcfadd9cc35
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 13 Nov 2014 09:39:52 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/fc103f2f72b1c1ef6e9818f1896c6fcfadd9cc35
ming: Switching to a different patch
---
libs/ming/DEPENDS | +1/-1
libs/ming/DETAILS | +4/-4
libs/ming/PRE_BUILD | +5/-4
3 files changed, 10 insertions(+), 9 deletions(-)
--- 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