summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-03-09 12:37:58 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-03-09 12:37:58 +0000
commit0dbc3867a3e5ef48fea4af037c52fc92b31b4cca (patch)
treeb5bb533167a78d54e41146cf16bbad45ed653d55 /kde-base
parentTwo more arches (diff)
downloadhistorical-0dbc3867a3e5ef48fea4af037c52fc92b31b4cca.tar.gz
historical-0dbc3867a3e5ef48fea4af037c52fc92b31b4cca.tar.bz2
historical-0dbc3867a3e5ef48fea4af037c52fc92b31b4cca.zip
Version bump
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdegraphics/ChangeLog5
-rw-r--r--kde-base/kdegraphics/files/digest-kdegraphics-3.2.11
-rw-r--r--kde-base/kdegraphics/kdegraphics-3.2.1.ebuild44
-rw-r--r--kde-base/kdemultimedia/ChangeLog7
-rw-r--r--kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.11
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-3.2.1.ebuild60
6 files changed, 116 insertions, 2 deletions
diff --git a/kde-base/kdegraphics/ChangeLog b/kde-base/kdegraphics/ChangeLog
index ab82a9e49a02..3578f17c9cac 100644
--- a/kde-base/kdegraphics/ChangeLog
+++ b/kde-base/kdegraphics/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdegraphics
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.79 2004/03/02 13:06:37 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.80 2004/03/09 12:37:58 caleb Exp $
+
+ 09 Mar 2004; Caleb Tennis <caleb@gentoo.org> :
+ Version bump
02 Mar 2004; Caleb Tennis <caleb@gentoo.org> kdegraphics-3.2.0.ebuild:
Turn off compilation of kpdf, as it breaks parallel make and is rather
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.2.1 b/kde-base/kdegraphics/files/digest-kdegraphics-3.2.1
new file mode 100644
index 000000000000..0ec754a3c03b
--- /dev/null
+++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.2.1
@@ -0,0 +1 @@
+MD5 5a1676b46efdd64be2f9e9604f04b176 kdegraphics-3.2.1.tar.bz2 5726582
diff --git a/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild b/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild
new file mode 100644
index 000000000000..6230e5763635
--- /dev/null
+++ b/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild,v 1.1 2004/03/09 12:37:58 caleb Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE graphics-related apps"
+
+KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64"
+IUSE="gphoto2 tetex scanner opengl"
+
+DEPEND="~kde-base/kdebase-${PV}
+ gphoto2? ( media-gfx/gphoto2 )
+ scanner? ( media-gfx/sane-backends )
+ tetex? ( virtual/tetex )
+ dev-libs/fribidi
+ opengl? ( virtual/glut virtual/opengl )
+ media-libs/imlib
+ virtual/ghostscript
+ media-libs/tiff
+ x86? ( scanner? sys-libs/libieee1284 )"
+RDEPEND="${DEPEND}
+ app-text/xpdf"
+
+src_unpack() {
+ kde_src_unpack
+ echo -e "\n.NOTPARALLEL:\n" >> ${S}/kpdf/kpdf/Makefile.in
+}
+
+src_compile() {
+
+ use gphoto2 \
+ && myconf="$myconf --with-kamera \
+ --with-gphoto2-includes=/usr/include/gphoto2 \
+ --with-gphoto2-libraries=/usr/lib/gphoto2" \
+ || myconf="$myconf --without-kamera"
+
+ use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share"
+
+ use scanner || DO_NOT_COMPILE="$DO_NOT_COMPILE kooka libkscan"
+
+ myconf="$myconf --with-imlib --with-imlib-config=/usr/bin"
+ kde_src_compile
+}
diff --git a/kde-base/kdemultimedia/ChangeLog b/kde-base/kdemultimedia/ChangeLog
index 15b7b5791532..3f8a8a4e667c 100644
--- a/kde-base/kdemultimedia/ChangeLog
+++ b/kde-base/kdemultimedia/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdemultimedia
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.91 2004/02/28 17:08:31 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.92 2004/03/09 12:35:46 caleb Exp $
+
+*kdemultimedia-3.2.1 (09 Mar 2004)
+
+ 09 Mar 2004; Caleb Tennis <caleb@gentoo.org> kdemultimedia-3.2.1.ebuild:
+ Version bump
28 Feb 2004; Jason Wever <weeve@gentoo.org> kdemultimedia-3.1.5.ebuild:
Marked stable on sparc.
diff --git a/kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.1 b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.1
new file mode 100644
index 000000000000..75c997a23eb8
--- /dev/null
+++ b/kde-base/kdemultimedia/files/digest-kdemultimedia-3.2.1
@@ -0,0 +1 @@
+MD5 6e03faa44ff7fdf60fd2fef0d23d5c43 kdemultimedia-3.2.1.tar.bz2 4926192
diff --git a/kde-base/kdemultimedia/kdemultimedia-3.2.1.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.2.1.ebuild
new file mode 100644
index 000000000000..16a96ca6bc02
--- /dev/null
+++ b/kde-base/kdemultimedia/kdemultimedia-3.2.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.2.1.ebuild,v 1.1 2004/03/09 12:35:46 caleb Exp $
+
+inherit kde-dist flag-o-matic
+
+DESCRIPTION="KDE multimedia apps: noatun, kscd, artsbuilder..."
+
+KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64"
+IUSE="nas encode esd motif slang tcltk oggvorbis gtk alsa gstreamer"
+
+DEPEND="~kde-base/kdebase-${PV}
+ sys-libs/ncurses
+ media-sound/cdparanoia
+ media-video/xanim
+ virtual/mpg123
+ encode? ( media-sound/lame )
+ oggvorbis? ( media-libs/libvorbis media-libs/libogg )
+ nas? ( media-libs/nas )
+ esd? ( media-sound/esound )
+ motif? ( x11-libs/openmotif )
+ slang? ( sys-libs/slang )
+ tcltk? ( dev-lang/tk dev-lang/tcl )
+ >=dev-libs/glib-2.2.1
+ >=media-libs/xine-lib-1_beta12
+ gtk? ( =x11-libs/gtk+-1.2* )
+ alsa? ( media-libs/alsa-lib )
+ gstreamer? ( media-libs/gstreamer )
+ media-libs/id3lib media-libs/musicbrainz media-libs/taglib
+ !media-sound/juk"
+
+src_unpack() {
+ kde_src_unpack
+}
+
+src_compile() {
+ replace-flags -O3 -O2
+
+ myaudio="--enable-audio=oss"
+ myinterface="--enable-interface=xaw,ncurses"
+ myconf="$myconf --enable-xaw --enable-ncurses"
+ 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" && myaudio="$myaudio,alsa" || myconf="$myconf --without-alsa --disable-alsa"
+ use nas && myaudio="$myaudio,nas --with-nas-library=/usr/X11R6/lib/libaudio.so --with-nas-includes=/usr/X11R6/include" || myconf="$myconf --disable-nas"
+ use esd && myaudio="$myaudio,esd" || myconf="$myconf --disable-esd"
+ use motif && myinterface="$myinterface,motif" && myconf="$myconf --enable-motif"
+ use slang && myinterface="$myinterface,slang" && myconf="$myconf --enable-slang"
+ use tcltk && myinterface="$myinterface,tcltk" && myconf="$myconf --enable-tcltk"
+ use oggvorbis && myconf="$myconf --with-vorbis=/usr" || myconf="$myconf --without-vorbis"
+
+ myconf="$myconf $myaudio $myinterface --with-cdda --disable-strict --disable-warnings"
+
+ kde_src_compile
+}