mrueg       14/12/11 12:17:14

  Modified:             ChangeLog
  Added:                phonon-gstreamer-4.8.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.60                 media-libs/phonon-gstreamer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   13 Nov 2014 10:42:24 -0000      1.59
+++ ChangeLog   11 Dec 2014 12:17:14 -0000      1.60
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/phonon-gstreamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 
1.59 2014/11/13 10:42:24 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 
1.60 2014/12/11 12:17:14 mrueg Exp $
+
+*phonon-gstreamer-4.8.1 (11 Dec 2014)
+
+  11 Dec 2014; Manuel RĂ¼ger <[email protected]> +phonon-gstreamer-4.8.1.ebuild:
+  Version bump.
 
   13 Nov 2014; Michael Palimaka <[email protected]>
   -phonon-gstreamer-4.6.3.ebuild:



1.1                  media-libs/phonon-gstreamer/phonon-gstreamer-4.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.1.ebuild?rev=1.1&content-type=text/plain

Index: phonon-gstreamer-4.8.1.ebuild
===================================================================
# Copyright 1999-2014 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.8.1.ebuild,v
 1.1 2014/12/11 12:17:14 mrueg Exp $

EAPI=5

[[ ${PV} == *9999 ]] && git_eclass="git-r3"
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )

MY_PN="phonon-backend-gstreamer"
MY_P=${MY_PN}-${PV}

inherit cmake-utils multibuild ${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.xz"

LICENSE="LGPL-2.1"
if [[ ${PV} == *9999 ]]; then
        KEYWORDS=""
else
        KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
fi
SLOT="0"
IUSE="alsa debug +network +qt4 qt5"
REQUIRED_USE="|| ( qt4 qt5 )"

RDEPEND="
        dev-libs/glib:2
        dev-libs/libxml2:2
        media-libs/gstreamer:1.0
        media-libs/gst-plugins-base:1.0
        media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis]
        >=media-libs/phonon-4.7.80[qt4?,qt5?]
        qt4? (
                dev-qt/qtcore:4[glib]
                dev-qt/qtgui:4[glib]
                dev-qt/qtopengl:4
        )
        qt5? (
                dev-qt/qtcore:5
                dev-qt/qtgui:5
                dev-qt/qtopengl:5
                dev-qt/qtwidgets:5
        )
        virtual/opengl
        network? ( media-plugins/gst-plugins-soup:1.0 )
"
DEPEND="${RDEPEND}
        qt4? ( >=dev-util/automoc-0.9.87 )
        virtual/pkgconfig
"

[[ ${PV} == 9999 ]] || S=${WORKDIR}/${MY_P}

pkg_setup() {
        MULTIBUILD_VARIANTS=()
        if use qt4; then
                MULTIBUILD_VARIANTS+=(qt4)
        fi
        if use qt5; then
                MULTIBUILD_VARIANTS+=(qt5)
        fi
}

src_configure() {
        myconfigure() {
                local mycmakeargs=()
                if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
                        mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=OFF)
                fi
                if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
                        mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=ON)
                fi
                cmake-utils_src_configure
        }

        multibuild_foreach_variant myconfigure
}

src_compile() {
        multibuild_foreach_variant cmake-utils_src_compile
}

src_install() {
        multibuild_foreach_variant cmake-utils_src_install
}

src_test() {
        multibuild_foreach_variant cmake-utils_src_test
}




Reply via email to