diff options
-rw-r--r-- | multimedia/libflashsupport-pulse/DESCR | 6 | ||||
-rw-r--r-- | multimedia/libflashsupport-pulse/Makefile | 32 | ||||
-rw-r--r-- | multimedia/libflashsupport-pulse/PLIST | 4 | ||||
-rw-r--r-- | multimedia/libflashsupport-pulse/distinfo | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/multimedia/libflashsupport-pulse/DESCR b/multimedia/libflashsupport-pulse/DESCR new file mode 100644 index 00000000000..18af027e890 --- /dev/null +++ b/multimedia/libflashsupport-pulse/DESCR @@ -0,0 +1,6 @@ +This is a shared library built from source provided by Adobe and +modified by the PulseAudio project which enables the use of +the PulseAudio sound server in the multimedia/ns-flash and +multimedia/adobe-flash-plugin packages. + +Non Linux platforms will probably also need www/nspluginwrapper diff --git a/multimedia/libflashsupport-pulse/Makefile b/multimedia/libflashsupport-pulse/Makefile new file mode 100644 index 00000000000..f6d1f322dcb --- /dev/null +++ b/multimedia/libflashsupport-pulse/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 19:49:22 jmcneill Exp $ + +DISTNAME= libflashsupport-pulse-20081219 +CATEGORIES= multimedia +MASTER_SITES= http://www.invisible.ca/~jmcneill/netbsd/libflashsupport/ + +MAINTAINER= jmcneill@NetBSD.org +HOMEPAGE= http://www.pulseaudio.org/wiki/FlashPlayer9Solution +COMMENT= PulseAudio support for Adobe Flash + +CONFLICTS= libflashsupport-[0-9]* + +EMUL_PLATFORMS= linux-i386 +EMUL_MODULES.linux= base openssl x11 +EMUL_REQD= suse>=10.0 + +PKG_DESTDIR_SUPPORT= user-destdir + +WRKSRC= ${WRKDIR} +BUILD_DIRS= # empty + +INSTALLATION_DIRS= ${EMULSUBDIR}/usr/lib + +do-install: + ${INSTALL_LIB} ${WRKDIR}/usr/lib/libgdbm.so.3.0.0 \ + ${DESTDIR}${PREFIX}/${EMULSUBDIR}/usr/lib/libgdbm.so.3 + ${INSTALL_LIB} ${WRKDIR}/usr/lib/libpulse.so.0.7.0 \ + ${DESTDIR}${PREFIX}/${EMULSUBDIR}/usr/lib/libpulse.so.0 + ${INSTALL_LIB} ${WRKDIR}/usr/lib/libflashsupport.so \ + ${DESTDIR}${PREFIX}/${EMULSUBDIR}/usr/lib + +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/libflashsupport-pulse/PLIST b/multimedia/libflashsupport-pulse/PLIST new file mode 100644 index 00000000000..0c8c1936b59 --- /dev/null +++ b/multimedia/libflashsupport-pulse/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/19 19:49:22 jmcneill Exp $ +${EMULSUBDIRSLASH}usr/lib/libpulse.so.0 +${EMULSUBDIRSLASH}usr/lib/libgdbm.so.3 +${EMULSUBDIRSLASH}usr/lib/libflashsupport.so diff --git a/multimedia/libflashsupport-pulse/distinfo b/multimedia/libflashsupport-pulse/distinfo new file mode 100644 index 00000000000..6a3a3169fa1 --- /dev/null +++ b/multimedia/libflashsupport-pulse/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/19 19:49:22 jmcneill Exp $ + +SHA1 (libflashsupport-pulse-20081219.tar.gz) = 0199358b325db60826044d64e13a3c2ee1745a86 +RMD160 (libflashsupport-pulse-20081219.tar.gz) = 58f2a0335919881780311c34af126ab87011e6f2 +Size (libflashsupport-pulse-20081219.tar.gz) = 442054 bytes |