summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 13:11:26 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 13:11:26 +0000
commit29387b0b01e11b04905b5dda92dbbd852adbcd2b (patch)
tree7b5b18ec9d31deb71c1d0921ea1209b3f1cf8741 /kde-base/kdemultimedia
parentSpring cleaning. (diff)
downloadgentoo-2-29387b0b01e11b04905b5dda92dbbd852adbcd2b.tar.gz
gentoo-2-29387b0b01e11b04905b5dda92dbbd852adbcd2b.tar.bz2
gentoo-2-29387b0b01e11b04905b5dda92dbbd852adbcd2b.zip
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kdemultimedia')
-rw-r--r--kde-base/kdemultimedia/ChangeLog7
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-3.5.5.ebuild90
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-3.5.6.ebuild90
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-3.5.7.ebuild90
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-3.5.8.ebuild98
5 files changed, 6 insertions, 369 deletions
diff --git a/kde-base/kdemultimedia/ChangeLog b/kde-base/kdemultimedia/ChangeLog
index 854030568fba..fbf70bcb6e63 100644
--- a/kde-base/kdemultimedia/ChangeLog
+++ b/kde-base/kdemultimedia/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdemultimedia
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.266 2008/01/31 02:26:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.267 2008/02/18 13:11:26 ingmar Exp $
+
+ 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -kdemultimedia-3.5.5.ebuild, -kdemultimedia-3.5.6.ebuild,
+ -kdemultimedia-3.5.7.ebuild, -kdemultimedia-3.5.8.ebuild:
+ Spring cleaning.
31 Jan 2008; Brent Baude <ranger@gentoo.org>
kdemultimedia-3.5.8-r1.ebuild:
diff --git a/kde-base/kdemultimedia/kdemultimedia-3.5.5.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.5.5.ebuild
deleted file mode 100644
index f39b2a3cffb9..000000000000
--- a/kde-base/kdemultimedia/kdemultimedia-3.5.5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.5.5.ebuild,v 1.15 2007/02/03 15:54:10 eroyf Exp $
-
-inherit kde-dist flag-o-matic
-
-DESCRIPTION="KDE multimedia apps: Noatun, KsCD, Juk..."
-
-KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
-IUSE="akode alsa audiofile encode flac gstreamer mp3 theora vorbis xine"
-
-DEPEND="~kde-base/kdebase-${PV}
- media-sound/cdparanoia
- akode? ( media-libs/akode )
- >=media-libs/taglib-1.2
- audiofile? ( media-libs/audiofile )
- xine? ( >=media-libs/xine-lib-1.0 )
- alsa? ( media-libs/alsa-lib )
- theora? (
- media-libs/libvorbis
- media-libs/libtheora )
- gstreamer? ( =media-libs/gstreamer-0.10*
- =media-libs/gst-plugins-base-0.10* )
- encode? ( mp3? ( media-sound/lame )
- vorbis? ( media-sound/vorbis-tools )
- flac? ( >=media-libs/flac-1.1.2 ) )
- !arts? ( !gstreamer? ( media-libs/akode ) )"
-
-RDEPEND="${DEPEND}
- gstreamer? ( mp3? ( =media-plugins/gst-plugins-mad-0.10* )
- vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
- =media-plugins/gst-plugins-vorbis-0.10* )
- flac? ( =media-plugins/gst-plugins-flac-0.10* ) )"
-
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-PATCHES="${FILESDIR}/kdemultimedia-${PV}+flac-1.1.3.patch"
-
-pkg_setup() {
- kde_pkg_setup
- if ! use arts && ! use gstreamer && ! use akode ; then
- ewarn "No audio backend chosen. Defaulting to media-libs/akode."
- fi
-}
-
-src_compile() {
- local myconf="--with-cdparanoia --with-taglib
- --with-akode $(use_with alsa)
- $(use_with audiofile) $(use_with gstreamer)
- $(use_with xine) $(use_with theora)
- --without-musicbrainz"
-
- # encoding can happen through:
- # - kio_audiocd (based on libflac for flac,
- # on libvorbis for vorbis, on the lame binary for mp3)
- # - kaudiocreator (based on the flac binary for flac,
- # on the lame binary for mp3, on the oggenc binary for vorbis)
- # - krec (based on libvorbis for vorbis,
- # on libmp3lame for mp3)
- if use encode; then
- myconf="${myconf} $(use_with mp3 lame)
- $(use_with vorbis) $(use_with flac)"
- else
- myconf="${myconf} --without-lame
- --without-vorbis --without-flac"
- fi
-
- if ! use arts && ! use gstreamer ; then
- myconf="${myconf} --with-akokde"
- else
- if ! use akode ; then
- # work around broken configure
- export include_akode_ffmpeg_FALSE='#'
- export include_akode_mpc_FALSE='#'
- export include_akode_mpeg_FALSE='#'
- export include_akode_xiph_FALSE='#'
- fi
- myconf="${myconf} $(use_with akode)"
- fi
-
- # fix bug 128884
- filter-flags -fomit-frame-pointer
-
- # Not used anymore and scheduled for removal.
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} mpeglib mpeglib_artsplug"
-
- rm configure
- kde_src_compile
-}
diff --git a/kde-base/kdemultimedia/kdemultimedia-3.5.6.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.5.6.ebuild
deleted file mode 100644
index cde110232a50..000000000000
--- a/kde-base/kdemultimedia/kdemultimedia-3.5.6.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.5.6.ebuild,v 1.8 2007/06/04 00:52:29 kumba Exp $
-
-inherit kde-dist flag-o-matic
-
-DESCRIPTION="KDE multimedia apps: Noatun, KsCD, Juk..."
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="akode alsa audiofile encode flac gstreamer mp3 theora vorbis xine"
-
-DEPEND="media-sound/cdparanoia
- akode? ( media-libs/akode )
- >=media-libs/taglib-1.2
- audiofile? ( media-libs/audiofile )
- xine? ( >=media-libs/xine-lib-1.0 )
- alsa? ( media-libs/alsa-lib )
- theora? (
- media-libs/libvorbis
- media-libs/libtheora )
- gstreamer? ( =media-libs/gstreamer-0.10*
- =media-libs/gst-plugins-base-0.10* )
- encode? ( mp3? ( media-sound/lame )
- vorbis? ( media-sound/vorbis-tools )
- flac? ( >=media-libs/flac-1.1.2 ) )
- !arts? ( !gstreamer? ( media-libs/akode ) )"
-
-RDEPEND="${DEPEND}
- gstreamer? ( mp3? ( =media-plugins/gst-plugins-mad-0.10* )
- vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
- =media-plugins/gst-plugins-vorbis-0.10* )
- flac? ( =media-plugins/gst-plugins-flac-0.10* ) )"
-
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-PATCHES="${FILESDIR}/kdemultimedia-3.5.5+flac-1.1.3.patch"
-# ${FILESDIR}/${P}-alsa-tests.patch"
-
-pkg_setup() {
- kde_pkg_setup
- if ! use arts && ! use gstreamer && ! use akode ; then
- ewarn "No audio backend chosen. Defaulting to media-libs/akode."
- fi
-}
-
-src_compile() {
- local myconf="--with-cdparanoia --with-taglib
- --with-akode $(use_with alsa)
- $(use_with audiofile) $(use_with gstreamer)
- $(use_with xine) $(use_with theora)
- --without-musicbrainz"
-
- # encoding can happen through:
- # - kio_audiocd (based on libflac for flac,
- # on libvorbis for vorbis, on the lame binary for mp3)
- # - kaudiocreator (based on the flac binary for flac,
- # on the lame binary for mp3, on the oggenc binary for vorbis)
- # - krec (based on libvorbis for vorbis,
- # on libmp3lame for mp3)
- if use encode; then
- myconf="${myconf} $(use_with mp3 lame)
- $(use_with vorbis) $(use_with flac)"
- else
- myconf="${myconf} --without-lame
- --without-vorbis --without-flac"
- fi
-
- if ! use arts && ! use gstreamer ; then
- myconf="${myconf} --with-akokde"
- else
- if ! use akode ; then
- # work around broken configure
- export include_akode_ffmpeg_FALSE='#'
- export include_akode_mpc_FALSE='#'
- export include_akode_mpeg_FALSE='#'
- export include_akode_xiph_FALSE='#'
- fi
- myconf="${myconf} $(use_with akode)"
- fi
-
- # fix bug 128884
- filter-flags -fomit-frame-pointer
-
- # Not used anymore and scheduled for removal.
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} mpeglib mpeglib_artsplug"
-
- rm configure
- kde_src_compile
-}
diff --git a/kde-base/kdemultimedia/kdemultimedia-3.5.7.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.5.7.ebuild
deleted file mode 100644
index d8187cf94582..000000000000
--- a/kde-base/kdemultimedia/kdemultimedia-3.5.7.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.5.7.ebuild,v 1.9 2007/10/03 01:27:39 redhatter Exp $
-
-inherit kde-dist flag-o-matic
-
-DESCRIPTION="KDE multimedia apps: Noatun, KsCD, Juk..."
-
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="akode alsa audiofile encode flac gstreamer mp3 theora vorbis xine"
-
-DEPEND="media-sound/cdparanoia
- akode? ( media-libs/akode )
- >=media-libs/taglib-1.2
- audiofile? ( media-libs/audiofile )
- xine? ( >=media-libs/xine-lib-1.0 )
- alsa? ( media-libs/alsa-lib )
- theora? (
- media-libs/libvorbis
- media-libs/libtheora )
- gstreamer? ( =media-libs/gstreamer-0.10*
- =media-libs/gst-plugins-base-0.10* )
- encode? ( mp3? ( media-sound/lame )
- vorbis? ( media-sound/vorbis-tools )
- flac? ( >=media-libs/flac-1.1.2 ) )
- !arts? ( !gstreamer? ( media-libs/akode ) )"
-
-RDEPEND="${DEPEND}
- gstreamer? ( mp3? ( =media-plugins/gst-plugins-mad-0.10* )
- vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
- =media-plugins/gst-plugins-vorbis-0.10* )
- flac? ( =media-plugins/gst-plugins-flac-0.10* ) )"
-
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-PATCHES="${FILESDIR}/kdemultimedia-3.5.5+flac-1.1.3.patch"
-# ${FILESDIR}/${P}-alsa-tests.patch"
-
-pkg_setup() {
- kde_pkg_setup
- if ! use arts && ! use gstreamer && ! use akode ; then
- ewarn "No audio backend chosen. Defaulting to media-libs/akode."
- fi
-}
-
-src_compile() {
- local myconf="--with-cdparanoia --with-taglib
- --with-akode $(use_with alsa)
- $(use_with audiofile) $(use_with gstreamer)
- $(use_with xine) $(use_with theora)
- --without-musicbrainz"
-
- # encoding can happen through:
- # - kio_audiocd (based on libflac for flac,
- # on libvorbis for vorbis, on the lame binary for mp3)
- # - kaudiocreator (based on the flac binary for flac,
- # on the lame binary for mp3, on the oggenc binary for vorbis)
- # - krec (based on libvorbis for vorbis,
- # on libmp3lame for mp3)
- if use encode; then
- myconf="${myconf} $(use_with mp3 lame)
- $(use_with vorbis) $(use_with flac)"
- else
- myconf="${myconf} --without-lame
- --without-vorbis --without-flac"
- fi
-
- if ! use arts && ! use gstreamer ; then
- myconf="${myconf} --with-akokde"
- else
- if ! use akode ; then
- # work around broken configure
- export include_akode_ffmpeg_FALSE='#'
- export include_akode_mpc_FALSE='#'
- export include_akode_mpeg_FALSE='#'
- export include_akode_xiph_FALSE='#'
- fi
- myconf="${myconf} $(use_with akode)"
- fi
-
- # fix bug 128884
- filter-flags -fomit-frame-pointer
-
- # Not used anymore and scheduled for removal.
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} mpeglib mpeglib_artsplug"
-
- rm configure
- kde_src_compile
-}
diff --git a/kde-base/kdemultimedia/kdemultimedia-3.5.8.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.5.8.ebuild
deleted file mode 100644
index ca142e262de2..000000000000
--- a/kde-base/kdemultimedia/kdemultimedia-3.5.8.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.5.8.ebuild,v 1.2 2007/11/03 20:10:20 philantrop Exp $
-
-inherit kde-dist flag-o-matic
-
-DESCRIPTION="KDE multimedia apps: Noatun, KsCD, Juk..."
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="akode alsa audiofile encode flac gstreamer mp3 theora vorbis xine"
-
-DEPEND="media-sound/cdparanoia
- akode? ( media-libs/akode )
- >=media-libs/taglib-1.2
- audiofile? ( media-libs/audiofile )
- xine? ( >=media-libs/xine-lib-1.0 )
- alsa? ( media-libs/alsa-lib )
- theora? (
- media-libs/libvorbis
- media-libs/libtheora )
- gstreamer? ( =media-libs/gstreamer-0.10*
- =media-libs/gst-plugins-base-0.10* )
- encode? ( mp3? ( media-sound/lame )
- vorbis? ( media-sound/vorbis-tools )
- flac? ( >=media-libs/flac-1.1.2 ) )
- !arts? ( !gstreamer? ( media-libs/akode ) )"
-
-RDEPEND="${DEPEND}
- gstreamer? ( mp3? ( =media-plugins/gst-plugins-mad-0.10* )
- vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
- =media-plugins/gst-plugins-vorbis-0.10* )
- flac? ( =media-plugins/gst-plugins-flac-0.10* ) )"
-
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-PATCHES="${FILESDIR}/kdemultimedia-3.5.5+flac-1.1.3.patch
- ${FILESDIR}/kdemultimedia-kioslaves-3.5.8-freebsd.patch"
-
-pkg_setup() {
- kde_pkg_setup
- if ! use arts && ! use gstreamer && ! use akode ; then
- ewarn "No audio backend chosen. Defaulting to media-libs/akode."
- fi
-}
-
-src_compile() {
- local myconf="--with-cdparanoia
- --with-taglib
- --with-akode
- $(use_with alsa)
- $(use_with audiofile)
- $(use_with gstreamer)
- $(use_with xine)
- $(use_with theora)
- --without-musicbrainz"
-
- # encoding can happen through:
- # - kio_audiocd (based on libflac for flac,
- # on libvorbis for vorbis, on the lame binary for mp3)
- # - kaudiocreator (based on the flac binary for flac,
- # on the lame binary for mp3, on the oggenc binary for vorbis)
- # - krec (based on libvorbis for vorbis,
- # on libmp3lame for mp3)
- if use encode; then
- myconf="${myconf}
- $(use_with mp3 lame)
- $(use_with vorbis)
- $(use_with flac)"
- else
- myconf="${myconf}
- --without-lame
- --without-vorbis
- --without-flac"
- fi
-
- if ! use arts && ! use gstreamer ; then
- myconf="${myconf} --with-akokde"
- else
- if ! use akode ; then
- # work around broken configure
- export include_akode_ffmpeg_FALSE='#'
- export include_akode_mpc_FALSE='#'
- export include_akode_mpeg_FALSE='#'
- export include_akode_xiph_FALSE='#'
- fi
- myconf="${myconf} $(use_with akode)"
- fi
-
- # fix bug 128884
- filter-flags -fomit-frame-pointer
-
- # Not used anymore and scheduled for removal.
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} mpeglib mpeglib_artsplug"
-
- rm configure
- kde_src_compile
-}