pkgsrc-Bugs archive

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

pkg/38433: building multimedia/xine-lib fails



>Number:         38433
>Category:       pkg
>Synopsis:       building multimedia/xine-lib fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 15 09:25:00 +0000 2008
>Originator:     Hasso Tepper
>Release:        DragonFly
>Organization:
>Environment:
DragonFly 1.13.0-DEVELOPMENT
>Description:
multimedia/xine-lib fails to build on DragonFly. The problem was reported 
already into pkgsrc-users list some time ago - 
http://mail-index.netbsd.org/pkgsrc-users/2008/03/02/msg000489.html

Although the patch attached to this report had one bug - patching Makefile.am 
doesn't work in pkgsrc tree.
>How-To-Repeat:
Try to build multimedia/xine-lib on DragonFly.
>Fix:
diff -u -3 -p -r1.53 distinfo
--- distinfo    10 Apr 2008 11:48:58 -0000      1.53
+++ distinfo    15 Apr 2008 09:13:25 -0000
@@ -5,6 +5,7 @@ RMD160 (xine-lib-1.1.11.1.tar.bz2) = 563
 Size (xine-lib-1.1.11.1.tar.bz2) = 7409526 bytes
 SHA1 (patch-aa) = e09d34a121080b03bc67b2d8a3ca27463b771acc
 SHA1 (patch-ab) = ef13b60c2bea54f354acf1b2d70c04594dac36c9
+SHA1 (patch-ac) = bd70faaa8a4b66cf3a6a1fdeceb65d32ec96efb4
 SHA1 (patch-ad) = 94aaac03f74c72a1ca753d1320aac07d1bb8a846
 SHA1 (patch-ae) = 417d730034cc4dbf3103e07afb8432822084c64b
 SHA1 (patch-ag) = fa2298e1214a4dbea36526aed27a6e506a069681
--- /dev/null   2008-04-15 11:25:51 +0300
+++ patches/patch-ac    2008-04-15 11:25:36 +0300
@@ -0,0 +1,11 @@
+--- src/libxineadec/Makefile.in.orig   2008-04-15 11:14:42 +0300
++++ src/libxineadec/Makefile.in        2008-04-15 11:14:57 +0300
+@@ -481,7 +481,7 @@ xineplug_decode_lpcm_la_SOURCES = xine_l
+ xineplug_decode_lpcm_la_CFLAGS = $(VISIBILITY_FLAG)
+ 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
+ xineplug_decode_speex_la_LIBADD = $(XINE_LIB) $(SPEEX_LIBS)



Home | Main Index | Thread Index | Old Index