diff options
author | reed <reed@pkgsrc.org> | 2005-11-01 06:20:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-11-01 06:20:42 +0000 |
commit | 630ac248ed0e20af065df93af82c2e30daccec42 (patch) | |
tree | fd983a30ddbec8a8b29d75c8de6ca6e9d0bd2095 /multimedia | |
parent | c279feaf0cbf719384abb7748c1a28ae942aaae3 (diff) | |
download | pkgsrc-630ac248ed0e20af065df93af82c2e30daccec42.tar.gz |
Add DragonFly PLIST entries. And bump PKGREVISION.
This plugin has not been tested yet.
Todo: test xineplug_ao_out_oss plugin and make sure /dev/ device
is correct.
Todo: check to see if other plugins can be enabled -- see what is done
for FreeBSD.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine-lib/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xine-lib/PLIST.DragonFly | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 0a2b1d53590..2386fc200ad 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2005/10/13 10:48:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2005/11/01 06:20:42 reed Exp $ .include "Makefile.common" +PKGREVISION= 1 + COMMENT= Multimedia player library BUILDLINK_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1 diff --git a/multimedia/xine-lib/PLIST.DragonFly b/multimedia/xine-lib/PLIST.DragonFly new file mode 100644 index 00000000000..ffe2b587c6d --- /dev/null +++ b/multimedia/xine-lib/PLIST.DragonFly @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.DragonFly,v 1.1 2005/11/01 06:20:42 reed Exp $ +lib/xine/plugins/1.0.3/xineplug_ao_out_oss.so +lib/xine/plugins/1.0.3/xineplug_ao_out_oss.a |