[Midnightbsd-cvs] mports: audio/linux-libogg: Add it's own pkg-descr.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 24 17:13:07 EDT 2008
Log Message:
-----------
Add it's own pkg-descr. Switch to USE_LDCONFIG
Modified Files:
--------------
mports/audio/linux-libogg:
Makefile (r1.2 -> r1.3)
Added Files:
-----------
mports/audio/linux-libogg:
pkg-descr (r1.1)
-------------- next part --------------
--- /dev/null
+++ audio/linux-libogg/pkg-descr
@@ -0,0 +1,9 @@
+Ogg project codecs use the Ogg bitstream format to arrange the raw,
+compressed bitstream into a more robust, useful form. For example,
+the Ogg bitstream makes seeking, time stamping and error recovery
+possible, as well as mixing several separate, concurrent media
+streams into a single physical bitstream.
+
+This is the linux version.
+
+WWW: http://www.xiph.org/ogg/
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/linux-libogg/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L audio/linux-libogg/Makefile -L audio/linux-libogg/Makefile -u -r1.2 -r1.3
--- audio/linux-libogg/Makefile
+++ audio/linux-libogg/Makefile
@@ -18,8 +18,7 @@
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
AUTOMATIC_PLIST=yes
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list