pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] multimedia/xine-lib



xine-lib doesn't compile:
xine_vorbis_decoder.c:(.text+0x28e): undefined reference to `libintl_dgettext'
gmake[3]: *** [xineplug_decode_vorbis.la] Error 1

Attached patch fixes this.
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/xine-lib/distinfo,v
retrieving revision 1.51
diff -u -p -r1.51 distinfo
--- distinfo    8 Feb 2008 17:43:06 -0000       1.51
+++ distinfo    2 Mar 2008 17:34:01 -0000
@@ -5,6 +5,7 @@ RMD160 (xine-lib-1.1.10.1.tar.bz2) = 4b2
 Size (xine-lib-1.1.10.1.tar.bz2) = 7437511 bytes
 SHA1 (patch-aa) = e09d34a121080b03bc67b2d8a3ca27463b771acc
 SHA1 (patch-ab) = ef13b60c2bea54f354acf1b2d70c04594dac36c9
+SHA1 (patch-ac) = 8e6bf49fc516f4966560265623fcd6ccc4e092b4
 SHA1 (patch-ad) = 94aaac03f74c72a1ca753d1320aac07d1bb8a846
 SHA1 (patch-ae) = 417d730034cc4dbf3103e07afb8432822084c64b
 SHA1 (patch-ag) = fa2298e1214a4dbea36526aed27a6e506a069681
Index: patches/patch-ac
===================================================================
RCS file: patches/patch-ac
diff -N patches/patch-ac
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-ac    2 Mar 2008 17:34:01 -0000
@@ -0,0 +1,11 @@
+--- src/libxineadec/Makefile.am.orig   2008-03-02 17:30:36 +0000
++++ src/libxineadec/Makefile.am        2008-03-02 17:30:58 +0000
+@@ -39,7 +39,7 @@
+ xineplug_decode_lpcm_la_LIBADD = $(XINE_LIB)
+ 
+ xineplug_decode_vorbis_la_SOURCES = xine_vorbis_decoder.c
+-xineplug_decode_vorbis_la_LIBADD = $(XINE_LIB) $(VORBIS_LIBS) $(OGG_LIBS)
++xineplug_decode_vorbis_la_LIBADD = $(XINE_LIB) $(VORBIS_LIBS) $(OGG_LIBS) 
$(LTLIBINTL)
+ xineplug_decode_vorbis_la_CFLAGS = $(VISIBILITY_FLAG) $(VORBIS_CFLAGS)
+ 
+ xineplug_decode_speex_la_SOURCES = xine_speex_decoder.c



Home | Main Index | Thread Index | Old Index