diff options
author | 2005-10-07 15:10:01 +0000 | |
---|---|---|
committer | 2005-10-07 15:10:01 +0000 | |
commit | bc31af90ef50b5ec7fe1ab6baba5723a67624f12 (patch) | |
tree | 8c86ce3e67789eda49be4cd79a7e59aefc90b9cf /kde-base/kdemultimedia | |
parent | Better description. (diff) | |
download | gentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.tar.gz gentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.tar.bz2 gentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.zip |
Remove KDE 3.2.3.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kdemultimedia')
-rw-r--r-- | kde-base/kdemultimedia/files/3.2.3-Makefile-synth.am.diff | 10 | ||||
-rw-r--r-- | kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.3 | 1 | ||||
-rw-r--r-- | kde-base/kdemultimedia/kdemultimedia-3.2.3.ebuild | 48 |
3 files changed, 0 insertions, 59 deletions
diff --git a/kde-base/kdemultimedia/files/3.2.3-Makefile-synth.am.diff b/kde-base/kdemultimedia/files/3.2.3-Makefile-synth.am.diff deleted file mode 100644 index 2ded8a858f29..000000000000 --- a/kde-base/kdemultimedia/files/3.2.3-Makefile-synth.am.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- arts/modules/synth/Makefile.am 2003/08/26 08:43:25 1.8 -+++ arts/modules/synth/Makefile.am 2004/08/18 05:52:18 1.9 -@@ -25,6 +25,7 @@ libartsmodulessynth_la_SOURCES = artsmod - synth_capture_wav_impl.cc \ - synth_midi_test_impl.cc synth_sequence_impl.cc synth_sequence_freq_impl.cc \ - synth_midi_debug_impl.cc objectcache_impl.cc synth_nil_impl.cc synth_debug_impl.cc synth_data_impl.cc -+libartsmodulessynth_la_COMPILE_FIRST = artsmodulessynth.h - - libartsmodulessynth_la_LIBADD = \ - $(top_builddir)/arts/runtime/libartsbuilder.la \ diff --git a/kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.3 b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.3 deleted file mode 100644 index 7b7a0db297ce..000000000000 --- a/kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 f49a1cf9c5d405aed791808b4bbf035d kdemultimedia-3.2.3.tar.bz2 4847891 diff --git a/kde-base/kdemultimedia/kdemultimedia-3.2.3.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.2.3.ebuild deleted file mode 100644 index 7cc22d80b64d..000000000000 --- a/kde-base/kdemultimedia/kdemultimedia-3.2.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.2.3.ebuild,v 1.11 2005/02/08 15:04:11 greg_g Exp $ - -inherit kde-dist flag-o-matic eutils - -DESCRIPTION="KDE multimedia apps: noatun, kscd, artsbuilder..." - -KEYWORDS="x86 ppc sparc ~alpha hppa amd64 ~ia64" -IUSE="flac encode oggvorbis alsa gstreamer" - -DEPEND="~kde-base/kdebase-${PV} - media-sound/cdparanoia - flac? ( media-libs/flac ) - encode? ( media-sound/lame ) - oggvorbis? ( media-libs/libvorbis media-libs/libogg ) - >=media-libs/xine-lib-1_beta12 - alsa? ( media-libs/alsa-lib ) - gstreamer? ( media-libs/gstreamer ) - media-libs/musicbrainz - media-libs/taglib" - -src_unpack() { - kde_src_unpack - epatch ${FILESDIR}/3.2.3-Makefile-synth.am.diff - make -f admin/Makefile.common -} - -src_compile() { - replace-flags -O3 -O2 - # Still persists with 3.2.1 - kaboodle - filter-flags "-fno-default-inline" - - myconf="$myconf --with-xine-prefix=/usr" - - # make -j2 fails, at least on ppc - use ppc && export MAKEOPTS="$MAKEOPTS -j1" - use hppa && append-flags -ffunction-sections - - # alsa 0.9 not supported - use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa" - use oggvorbis && myconf="$myconf --with-vorbis=/usr" || myconf="$myconf --without-vorbis" - use encode && myconf="$myconf --with-lame=/usr" || myconf="$myconf --without-lame" - - myconf="$myconf --disable-strict --disable-warnings" - - kde_src_compile -} |