From 28486393194035c1809c2e50b84d765aaf8acb00 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 7 May 2011 10:58:48 +0000 Subject: Version bump to include broken plugins install. (Portage version: 2.2.0_alpha31/cvs/Linux x86_64) --- media-libs/phonon-gstreamer/ChangeLog | 8 +++- .../phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild | 49 ---------------------- .../phonon-gstreamer/phonon-gstreamer-4.5.1.ebuild | 49 ++++++++++++++++++++++ 3 files changed, 56 insertions(+), 50 deletions(-) delete mode 100644 media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild create mode 100644 media-libs/phonon-gstreamer/phonon-gstreamer-4.5.1.ebuild (limited to 'media-libs') diff --git a/media-libs/phonon-gstreamer/ChangeLog b/media-libs/phonon-gstreamer/ChangeLog index 8a8b2b49327a..817d9d8de03f 100644 --- a/media-libs/phonon-gstreamer/ChangeLog +++ b/media-libs/phonon-gstreamer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/phonon-gstreamer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.5 2011/04/20 11:03:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.6 2011/05/07 10:58:48 scarabeus Exp $ + +*phonon-gstreamer-4.5.1 (07 May 2011) + + 07 May 2011; Tomáš Chvátal + -phonon-gstreamer-4.5.0.ebuild, +phonon-gstreamer-4.5.1.ebuild: + Version bump to include broken plugins install. 20 Apr 2011; Tomáš Chvátal phonon-gstreamer-4.5.0.ebuild, phonon-gstreamer-9999.ebuild: diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild deleted file mode 100644 index ca4719cc6a00..000000000000 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild,v 1.3 2011/04/20 11:03:07 scarabeus Exp $ - -EAPI=4 - -[[ ${PV} == *9999 ]] && git_eclass="git-2" -EGIT_REPO_URI="git://anongit.kde.org/${PN}" - -MY_PN="phonon-backend-gstreamer" -MY_P=${MY_PN}-${PV} - -inherit cmake-utils ${git_eclass} - -DESCRIPTION="Phonon GStreamer backend" -HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-gstreamer" -[[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" - -LICENSE="LGPL-2.1" -if [[ ${PV} == *9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" -fi -SLOT="0" -IUSE="alsa debug" - -RDEPEND=" - media-libs/gstreamer - media-plugins/gst-plugins-meta[alsa?] - >=media-libs/phonon-4.5.0 - >=x11-libs/qt-core-4.6.0:4[glib] - >=x11-libs/qt-gui-4.6.0:4[glib] - >=x11-libs/qt-opengl-4.6.0:4 - virtual/opengl -" -DEPEND="${RDEPEND} - >=dev-util/automoc-0.9.87 - dev-util/pkgconfig -" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with alsa) - ) - cmake-utils_src_configure -} diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.1.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.1.ebuild new file mode 100644 index 000000000000..6d8f6ed2ac99 --- /dev/null +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.1.ebuild,v 1.1 2011/05/07 10:58:48 scarabeus Exp $ + +EAPI=4 + +[[ ${PV} == *9999 ]] && git_eclass="git-2" +EGIT_REPO_URI="git://anongit.kde.org/${PN}" + +MY_PN="phonon-backend-gstreamer" +MY_P=${MY_PN}-${PV} + +inherit cmake-utils ${git_eclass} + +DESCRIPTION="Phonon GStreamer backend" +HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-gstreamer" +[[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" + +LICENSE="LGPL-2.1" +if [[ ${PV} == *9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +SLOT="0" +IUSE="alsa debug" + +RDEPEND=" + media-libs/gstreamer + media-plugins/gst-plugins-meta[alsa?] + >=media-libs/phonon-4.5.0 + >=x11-libs/qt-core-4.6.0:4[glib] + >=x11-libs/qt-gui-4.6.0:4[glib] + >=x11-libs/qt-opengl-4.6.0:4 + virtual/opengl +" +DEPEND="${RDEPEND} + >=dev-util/automoc-0.9.87 + dev-util/pkgconfig +" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with alsa) + ) + cmake-utils_src_configure +} -- cgit v1.2.3-65-gdbad