diff options
author | 2011-05-16 15:28:21 +0000 | |
---|---|---|
committer | 2011-05-16 15:28:21 +0000 | |
commit | 51b1c96461a31e32d2e94d47b07b6562fd6a189b (patch) | |
tree | 6f7ecb6903f2e1af1d98d8e70b92c400873f3659 /www-plugins/lightspark | |
parent | Version bump. (diff) | |
download | gentoo-2-51b1c96461a31e32d2e94d47b07b6562fd6a189b.tar.gz gentoo-2-51b1c96461a31e32d2e94d47b07b6562fd6a189b.tar.bz2 gentoo-2-51b1c96461a31e32d2e94d47b07b6562fd6a189b.zip |
Version bump, bug #367237
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/lightspark')
-rw-r--r-- | www-plugins/lightspark/ChangeLog | 10 | ||||
-rw-r--r-- | www-plugins/lightspark/files/lightspark-0.4.7.1-allow-disabling-pulseaudio.patch (renamed from www-plugins/lightspark/files/lightspark-0.4.5-allow-disabling-pulseaudio.patch) | 12 | ||||
-rw-r--r-- | www-plugins/lightspark/lightspark-0.4.7.1.ebuild (renamed from www-plugins/lightspark/lightspark-0.4.6.1.ebuild) | 2 |
3 files changed, 16 insertions, 8 deletions
diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog index 2d5a4bd4df5d..b9b8d5a5085c 100644 --- a/www-plugins/lightspark/ChangeLog +++ b/www-plugins/lightspark/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for www-plugins/lightspark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.28 2011/04/20 20:50:51 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.29 2011/05/16 15:28:20 chithanh Exp $ + +*lightspark-0.4.7.1 (16 May 2011) + + 16 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -files/lightspark-0.4.5-allow-disabling-pulseaudio.patch, + -lightspark-0.4.6.1.ebuild, +lightspark-0.4.7.1.ebuild, + +files/lightspark-0.4.7.1-allow-disabling-pulseaudio.patch: + Version bump, bug #367237 20 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> -files/lightspark-0.4.5.1-cmakelists.patch, -lightspark-0.4.5.2.ebuild: diff --git a/www-plugins/lightspark/files/lightspark-0.4.5-allow-disabling-pulseaudio.patch b/www-plugins/lightspark/files/lightspark-0.4.7.1-allow-disabling-pulseaudio.patch index f09e3552293e..5126a4046517 100644 --- a/www-plugins/lightspark/files/lightspark-0.4.5-allow-disabling-pulseaudio.patch +++ b/www-plugins/lightspark/files/lightspark-0.4.7.1-allow-disabling-pulseaudio.patch @@ -1,15 +1,15 @@ diff -ur a/CMakeLists.txt b/CMakeLists.txt ---- a/CMakeLists.txt 2010-12-08 17:55:46.000000000 +0100 -+++ b/CMakeLists.txt 2010-12-12 16:46:50.496000030 +0100 -@@ -108,6 +108,7 @@ +--- a/CMakeLists.txt 2011-05-05 00:28:39.000000000 +0200 ++++ b/CMakeLists.txt 2011-05-16 17:21:31.562259992 +0200 +@@ -122,6 +122,7 @@ SET(COMPILE_LIGHTSPARK TRUE CACHE BOOL "Compile Lightspark?") SET(COMPILE_TIGHTSPARK TRUE CACHE BOOL "Compile Tightspark?") - SET(COMPILE_PLUGIN FALSE CACHE BOOL "Compile the browser plugin?") + SET(COMPILE_PLUGIN TRUE CACHE BOOL "Compile the browser plugin?") +SET(AUDIO_BACKEND "pulse" CACHE STRING "Choose audio backend: none pulse alsa, default is pulse") SET(ENABLE_CURL TRUE CACHE BOOL "Enable CURL? (Required for Downloader functionality)") SET(ENABLE_LIBAVCODEC TRUE CACHE BOOL "Enable libavcodec and dependent functionality?") - SET(PLUGIN_DIRECTORY "${LIBDIR}/mozilla/plugins" CACHE STRING "Directory to install Firefox plugin to") -@@ -371,7 +372,9 @@ + SET(ENABLE_RTMP FALSE CACHE BOOL "Enable librtmp and dependent functionality?") +@@ -412,7 +413,9 @@ GETTEXT_CREATE_TRANSLATIONS(i18n/lightspark.pot ALL i18n/pl.po i18n/fr.po i18n/zh_CN.po) diff --git a/www-plugins/lightspark/lightspark-0.4.6.1.ebuild b/www-plugins/lightspark/lightspark-0.4.7.1.ebuild index 98ab6c7c9e05..6d526577f6cc 100644 --- a/www-plugins/lightspark/lightspark-0.4.6.1.ebuild +++ b/www-plugins/lightspark/lightspark-0.4.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.6.1.ebuild,v 1.2 2011/03/26 15:47:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.7.1.ebuild,v 1.1 2011/05/16 15:28:20 chithanh Exp $ EAPI=3 inherit cmake-utils nsplugins multilib versionator |