public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/phonon-vlc: phonon-vlc-0.4.0.ebuild phonon-vlc-9999.ebuild ChangeLog phonon-vlc-0.4.1.ebuild
@ 2011-10-02 19:57 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2011-10-02 19:57 UTC (permalink / raw
  To: gentoo-commits

reavertm    11/10/02 19:57:38

  Modified:             phonon-vlc-0.4.0.ebuild phonon-vlc-9999.ebuild
                        ChangeLog phonon-vlc-0.4.1.ebuild
  Log:
  Remove v4l dependencies (v4l support removed from phonon). Bug 385243.
  
  (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild?r1=1.6&r2=1.7

Index: phonon-vlc-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- phonon-vlc-0.4.0.ebuild	7 Aug 2011 15:25:12 -0000	1.6
+++ phonon-vlc-0.4.0.ebuild	2 Oct 2011 19:57:38 -0000	1.7
@@ -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/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v 1.6 2011/08/07 15:25:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v 1.7 2011/10/02 19:57:38 reavertm Exp $
 
 EAPI=4
 
@@ -18,14 +18,13 @@
 LICENSE="LGPL-2.1"
 [[ ${PV} == 9999 ]] || KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="0"
-IUSE="debug v4l2"
+IUSE="debug"
 
 RDEPEND="
 	>=media-libs/phonon-4.5.0
 	>=media-video/vlc-1.1.1[dbus,ogg,vorbis]
 	>=x11-libs/qt-dbus-4.6.0:4
 	>=x11-libs/qt-gui-4.6.0:4
-	v4l2? ( media-libs/libv4l )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/automoc-0.9.87
@@ -36,13 +35,6 @@
 
 DOCS=( AUTHORS )
 
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with v4l2)
-	)
-	cmake-utils_src_configure
-}
-
 pkg_postinst() {
 	elog "For more verbose debug information, export the following variables:"
 	use v4l2 && elog "PHONON_VLC_DEBUG=3"



1.4                  media-libs/phonon-vlc/phonon-vlc-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?r1=1.3&r2=1.4

Index: phonon-vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phonon-vlc-9999.ebuild	14 Jul 2011 10:57:02 -0000	1.3
+++ phonon-vlc-9999.ebuild	2 Oct 2011 19:57:38 -0000	1.4
@@ -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/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v 1.3 2011/07/14 10:57:02 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v 1.4 2011/10/02 19:57:38 reavertm Exp $
 
 EAPI=4
 
@@ -18,14 +18,13 @@
 LICENSE="LGPL-2.1"
 [[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
 SLOT="0"
-IUSE="debug v4l2"
+IUSE="debug"
 
 RDEPEND="
 	>=media-libs/phonon-4.5.0
 	>=media-video/vlc-1.1.1[dbus,ogg,vorbis]
 	>=x11-libs/qt-dbus-4.6.0:4
 	>=x11-libs/qt-gui-4.6.0:4
-	v4l2? ( media-libs/libv4l )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/automoc-0.9.87
@@ -36,13 +35,6 @@
 
 DOCS=( AUTHORS )
 
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with v4l2)
-	)
-	cmake-utils_src_configure
-}
-
 pkg_postinst() {
 	elog "For more verbose debug information, export the following variables:"
 	use v4l2 && elog "PHONON_VLC_DEBUG=3"



1.12                 media-libs/phonon-vlc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	2 Sep 2011 21:55:43 -0000	1.11
+++ ChangeLog	2 Oct 2011 19:57:38 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/phonon-vlc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.11 2011/09/02 21:55:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.12 2011/10/02 19:57:38 reavertm Exp $
+
+  02 Oct 2011; Maciej Mrozowski <reavertm@gentoo.org> phonon-vlc-0.4.0.ebuild,
+  phonon-vlc-0.4.1.ebuild, phonon-vlc-9999.ebuild:
+  Remove v4l dependencies (support is optional and determined runtime). Bug
+  385243.
 
   02 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   -phonon-vlc-0.3.2.ebuild:



1.2                  media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild?r1=1.1&r2=1.2

Index: phonon-vlc-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phonon-vlc-0.4.1.ebuild	1 Aug 2011 12:35:28 -0000	1.1
+++ phonon-vlc-0.4.1.ebuild	2 Oct 2011 19:57:38 -0000	1.2
@@ -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/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild,v 1.1 2011/08/01 12:35:28 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild,v 1.2 2011/10/02 19:57:38 reavertm Exp $
 
 EAPI=4
 
@@ -18,14 +18,13 @@
 LICENSE="LGPL-2.1"
 [[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
-IUSE="debug v4l2"
+IUSE="debug"
 
 RDEPEND="
 	>=media-libs/phonon-4.5.0
 	>=media-video/vlc-1.1.1[dbus,ogg,vorbis]
 	>=x11-libs/qt-dbus-4.6.0:4
 	>=x11-libs/qt-gui-4.6.0:4
-	v4l2? ( media-libs/libv4l )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/automoc-0.9.87
@@ -36,13 +35,6 @@
 
 DOCS=( AUTHORS )
 
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with v4l2)
-	)
-	cmake-utils_src_configure
-}
-
 pkg_postinst() {
 	elog "For more verbose debug information, export the following variables:"
 	use v4l2 && elog "PHONON_VLC_DEBUG=3"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/phonon-vlc: phonon-vlc-0.4.0.ebuild phonon-vlc-9999.ebuild ChangeLog phonon-vlc-0.4.1.ebuild
@ 2011-10-20  9:50 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-10-20  9:50 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/10/20 09:50:14

  Modified:             phonon-vlc-0.4.0.ebuild phonon-vlc-9999.ebuild
                        ChangeLog phonon-vlc-0.4.1.ebuild
  Log:
  QA: remove reference to USE flag that is no longer present.
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild?r1=1.7&r2=1.8

Index: phonon-vlc-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- phonon-vlc-0.4.0.ebuild	2 Oct 2011 19:57:38 -0000	1.7
+++ phonon-vlc-0.4.0.ebuild	20 Oct 2011 09:50:14 -0000	1.8
@@ -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/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v 1.7 2011/10/02 19:57:38 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v 1.8 2011/10/20 09:50:14 flameeyes Exp $
 
 EAPI=4
 
@@ -37,7 +37,6 @@
 
 pkg_postinst() {
 	elog "For more verbose debug information, export the following variables:"
-	use v4l2 && elog "PHONON_VLC_DEBUG=3"
 	elog "PHONON_DEBUG=1"
 	elog ""
 	elog "To make KDE detect the new backend without reboot, run:"



1.5                  media-libs/phonon-vlc/phonon-vlc-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild?r1=1.4&r2=1.5

Index: phonon-vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phonon-vlc-9999.ebuild	2 Oct 2011 19:57:38 -0000	1.4
+++ phonon-vlc-9999.ebuild	20 Oct 2011 09:50:14 -0000	1.5
@@ -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/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v 1.4 2011/10/02 19:57:38 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v 1.5 2011/10/20 09:50:14 flameeyes Exp $
 
 EAPI=4
 
@@ -37,7 +37,6 @@
 
 pkg_postinst() {
 	elog "For more verbose debug information, export the following variables:"
-	use v4l2 && elog "PHONON_VLC_DEBUG=3"
 	elog "PHONON_DEBUG=1"
 	elog ""
 	elog "To make KDE detect the new backend without reboot, run:"



1.13                 media-libs/phonon-vlc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	2 Oct 2011 19:57:38 -0000	1.12
+++ ChangeLog	20 Oct 2011 09:50:14 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/phonon-vlc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.12 2011/10/02 19:57:38 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.13 2011/10/20 09:50:14 flameeyes Exp $
+
+  20 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+  phonon-vlc-0.4.0.ebuild, phonon-vlc-0.4.1.ebuild, phonon-vlc-9999.ebuild:
+  QA: remove reference to USE flag that is no longer present.
 
   02 Oct 2011; Maciej Mrozowski <reavertm@gentoo.org> phonon-vlc-0.4.0.ebuild,
   phonon-vlc-0.4.1.ebuild, phonon-vlc-9999.ebuild:



1.3                  media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild?r1=1.2&r2=1.3

Index: phonon-vlc-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- phonon-vlc-0.4.1.ebuild	2 Oct 2011 19:57:38 -0000	1.2
+++ phonon-vlc-0.4.1.ebuild	20 Oct 2011 09:50:14 -0000	1.3
@@ -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/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild,v 1.2 2011/10/02 19:57:38 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.1.ebuild,v 1.3 2011/10/20 09:50:14 flameeyes Exp $
 
 EAPI=4
 
@@ -37,7 +37,6 @@
 
 pkg_postinst() {
 	elog "For more verbose debug information, export the following variables:"
-	use v4l2 && elog "PHONON_VLC_DEBUG=3"
 	elog "PHONON_DEBUG=1"
 	elog ""
 	elog "To make KDE detect the new backend without reboot, run:"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-20  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20  9:50 [gentoo-commits] gentoo-x86 commit in media-libs/phonon-vlc: phonon-vlc-0.4.0.ebuild phonon-vlc-9999.ebuild ChangeLog phonon-vlc-0.4.1.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-02 19:57 Maciej Mrozowski (reavertm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox