various patches
Matthias Grimm
eisofen at eisofen.net
Mon Jun 28 23:32:19 PDT 2004
hello, I made some patches/overides for gstreamer-plugins, libdvdread
and libmpeg2
the overides are only needed with CCVER=gcc3. The Makefile-patch is
needed, because ports will barf with:
libmpeg2 # make all
"/usr/ports/Mk/bsd.autotools.mk", line 2: USE_LIBTOOL deprecated:
replace with USE_LIBTOOL_VER=...
Matthias
--- libmpeg2/Makefile.orig 2004-06-29 08:08:55.000000000 +0200
+++ libmpeg2/Makefile 2004-06-29 08:03:31.000000000 +0200
@@ -17,7 +17,8 @@
COMMENT= A free library for decoding mpeg-2 and mpeg-1 video streams
USE_XLIB= yes
-USE_LIBTOOL= yes
+#USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
USE_REINPLACE= yes
USE_SIZE= yes
INSTALLS_SHLIB= yes
Attachment:
gstreamer-plugins.tar.gz
Description: GNU Zip compressed data
Attachment:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gz00001.gz
Type: application/octet-stream
Size: 2241 bytes
Desc: "Description: GNU Zip compressed data"
URL: <http://lists.dragonflybsd.org/pipermail/submit/attachments/20040628/8ad2b2e9/attachment-0036.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gz00000.gz
Type: application/octet-stream
Size: 11126 bytes
Desc: "libdvdread.tar.gz"
URL: <http://lists.dragonflybsd.org/pipermail/submit/attachments/20040628/8ad2b2e9/attachment-0037.obj>
More information about the Submit
mailing list