Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv28245

Modified Files:
        transcode.info transcode.patch 
Log Message:
fix ft flag-ordering


Index: transcode.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/transcode.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- transcode.patch     14 Jun 2012 03:55:08 -0000      1.2
+++ transcode.patch     14 Jun 2012 04:01:32 -0000      1.3
@@ -125,6 +125,21 @@
      }
      DestroyExceptionInfo(&data[instance]->exception_info);
      DestroyMagick();
+diff -Nurd -x'*~' transcode-1.1.0.orig/filter/subtitler/Makefile.in 
transcode-1.1.0/filter/subtitler/Makefile.in
+--- transcode-1.1.0.orig/filter/subtitler/Makefile.in  2009-01-17 
03:30:39.000000000 -0500
++++ transcode-1.1.0/filter/subtitler/Makefile.in       2012-06-13 
23:57:43.000000000 -0400
+@@ -303,9 +303,9 @@
+       $(PTHREAD_CFLAGS) \
+       -I$(top_srcdir) \
+       -I$(top_srcdir)/src \
+-      $(X_CFLAGS) \
+       $(FREETYPE2_CFLAGS) \
+-      $(ICONV_CFLAGS)
++      $(ICONV_CFLAGS) \
++      $(X_CFLAGS)
+ 
+ pkgdir = $(MOD_PATH)
+ pkg_LTLIBRARIES = filter_subtitler.la
 diff -Nurd -x'*~' transcode-1.1.0.orig/import/decode_lavc.c 
transcode-1.1.0/import/decode_lavc.c
 --- transcode-1.1.0.orig/import/decode_lavc.c  2008-09-21 14:37:09.000000000 
-0400
 +++ transcode-1.1.0/import/decode_lavc.c       2012-06-13 23:42:20.000000000 
-0400

Index: transcode.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/transcode.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- transcode.info      14 Jun 2012 03:55:08 -0000      1.5
+++ transcode.info      14 Jun 2012 04:01:32 -0000      1.6
@@ -1,7 +1,7 @@
 
 Package: transcode
 Version: 1.1.0
-Revision: 7
+Revision: 8
 Depends: <<
        a52dec-shlibs,
        amrnb-shlibs,
@@ -38,7 +38,7 @@
        amrnb-dev,
        faac-dev,
        dpkg-base-files,
-       fink (>= 0.24.12),
+       fink-package-precedence,
        freetype219 (>= 2.3.8-2),
        libgsm1-dev,
        imagemagick2-dev,
@@ -70,7 +70,7 @@
 Source: http://download.berlios.de/tcforge/%n-%v.tar.bz2
 Source-MD5: 5ca205e32b546402a48ea8004a7b3232
 PatchFile: %n.patch
-PatchFile-MD5: 2223c7f80b1e796acb1552abacfe7d56
+PatchFile-MD5: a701f587b667370068d82733b034dee9
 PatchScript: <<
 #!/bin/sh -ev
        %{default_script}
@@ -126,6 +126,10 @@
         --enable-x264 \
        --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 <<
+CompileScript: <<
+       %{default_script}
+       fink-package-precedence .
+<<
 InstallScript: <<
        make install DESTDIR=%d
 <<
@@ -161,7 +165,7 @@
        Hardcodes -lXv in a makefile, ignoring some related autoconf
        detection, so need to hardcode -L for it there too.
 
-       Steal gentoo's patches for new avcodec API
+       dmacks: Steal gentoo's patches for new avcodec API
 <<
 License: GPL
 Maintainer: Oliver Cordes <ocor...@astro.uni-bonn.de>


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to