summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-04-26 23:30:28 +0000
committerJim Ramsay <lack@gentoo.org>2008-04-26 23:30:28 +0000
commit7d57c63819e5890bd5c82ab451dc42d258c23eb7 (patch)
tree65a1ff3883672a3237d4d7a655f051175c4ae9c0 /net-www/libflashsupport
parentVersion bump - 2.2.11 is released (bug #219006) (diff)
downloadgentoo-2-7d57c63819e5890bd5c82ab451dc42d258c23eb7.tar.gz
gentoo-2-7d57c63819e5890bd5c82ab451dc42d258c23eb7.tar.bz2
gentoo-2-7d57c63819e5890bd5c82ab451dc42d258c23eb7.zip
Changed socket path (Bug #203141)
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-www/libflashsupport')
-rw-r--r--net-www/libflashsupport/ChangeLog7
-rw-r--r--net-www/libflashsupport/libflashsupport-1.2.ebuild14
2 files changed, 16 insertions, 5 deletions
diff --git a/net-www/libflashsupport/ChangeLog b/net-www/libflashsupport/ChangeLog
index 0cacbf45ca0b..c1f769028651 100644
--- a/net-www/libflashsupport/ChangeLog
+++ b/net-www/libflashsupport/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/libflashsupport
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/libflashsupport/ChangeLog,v 1.1 2007/05/14 14:17:21 lack Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/libflashsupport/ChangeLog,v 1.2 2008/04/26 23:30:28 lack Exp $
+
+ 26 Apr 2008; Jim Ramsay <lack@gentoo.org> libflashsupport-1.2.ebuild:
+ Changed socket path (Bug #203141)
*libflashsupport-1.2 (14 May 2007)
diff --git a/net-www/libflashsupport/libflashsupport-1.2.ebuild b/net-www/libflashsupport/libflashsupport-1.2.ebuild
index c099604da302..a3d1f17815ba 100644
--- a/net-www/libflashsupport/libflashsupport-1.2.ebuild
+++ b/net-www/libflashsupport/libflashsupport-1.2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/libflashsupport/libflashsupport-1.2.ebuild,v 1.1 2007/05/14 14:17:21 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/libflashsupport/libflashsupport-1.2.ebuild,v 1.2 2008/04/26 23:30:28 lack Exp $
inherit multilib
-DESCRIPTION="Linux support library for Adobe Flash 9, adds pulseaudio/esd/oss audio output and HTTPS/RTMPS support"
+DESCRIPTION="Adds pulseaudio/esd/oss audio output and HTTPS/RTMPS support to
+Adobe Flash 9"
HOMEPAGE="http://pulseaudio.revolutionlinux.com/PulseAudio"
SRC_URI="https://svn.revolutionlinux.com/MILLE/XTERM/trunk/libflashsupport/Tarballs/${P}.tar.bz2"
@@ -23,6 +24,13 @@ RDEPEND="${DEPEND}
pulseaudio? ( media-sound/pulseaudio )
esd? ( media-sound/esound )"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i -e 's:/var/lib/run/pulse/native:/var/run/pulse/native:' \
+ README flashsupport.c || die "sed failed"
+}
+
src_compile() {
if use pulseaudio; then
export LIBPULSEPATH="-DLIBPULSEPATH='\"libpulse-simple.so.0\"'"