pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libflashsupport-pulse Import libflashsuppor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b47d0568e8b3
branches:  trunk
changeset: 551744:b47d0568e8b3
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Fri Dec 19 19:49:22 2008 +0000

description:
Import libflashsupport-pulse version 20081219.

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

diffstat:

 multimedia/libflashsupport-pulse/DESCR    |   6 +++++
 multimedia/libflashsupport-pulse/Makefile |  32 +++++++++++++++++++++++++++++++
 multimedia/libflashsupport-pulse/PLIST    |   4 +++
 multimedia/libflashsupport-pulse/distinfo |   5 ++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 59b1484e92ed -r b47d0568e8b3 multimedia/libflashsupport-pulse/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libflashsupport-pulse/DESCR    Fri Dec 19 19:49:22 2008 +0000
@@ -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 -r 59b1484e92ed -r b47d0568e8b3 multimedia/libflashsupport-pulse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libflashsupport-pulse/Makefile Fri Dec 19 19:49:22 2008 +0000
@@ -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@localhost
+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 -r 59b1484e92ed -r b47d0568e8b3 multimedia/libflashsupport-pulse/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libflashsupport-pulse/PLIST    Fri Dec 19 19:49:22 2008 +0000
@@ -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 -r 59b1484e92ed -r b47d0568e8b3 multimedia/libflashsupport-pulse/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/libflashsupport-pulse/distinfo Fri Dec 19 19:49:22 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index