diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:21:45 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:21:45 +0000 |
commit | fd534cd28ea69a3a466b2ef76e8327e222abae63 (patch) | |
tree | 9d1302b70383653d1c911f3fb1ff8207d16f6e31 /media-sound/djplay | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | gentoo-2-fd534cd28ea69a3a466b2ef76e8327e222abae63.tar.gz gentoo-2-fd534cd28ea69a3a466b2ef76e8327e222abae63.tar.bz2 gentoo-2-fd534cd28ea69a3a466b2ef76e8327e222abae63.zip |
QA: Get rid of deprecated qt_min_version(). Qouting issues.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/djplay')
-rw-r--r-- | media-sound/djplay/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/djplay/djplay-0.3.0.ebuild | 10 | ||||
-rw-r--r-- | media-sound/djplay/djplay-0.5.0.ebuild | 10 |
3 files changed, 18 insertions, 10 deletions
diff --git a/media-sound/djplay/ChangeLog b/media-sound/djplay/ChangeLog index 20991ea72705..d1be6858a4dc 100644 --- a/media-sound/djplay/ChangeLog +++ b/media-sound/djplay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/djplay -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/ChangeLog,v 1.7 2007/07/02 15:09:04 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/ChangeLog,v 1.8 2008/07/27 21:21:45 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> djplay-0.3.0.ebuild, + djplay-0.5.0.ebuild: + QA: Get rid of deprecated qt_min_version(). Qouting issues. 02 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Hand to newly-born proaudio herd. diff --git a/media-sound/djplay/djplay-0.3.0.ebuild b/media-sound/djplay/djplay-0.3.0.ebuild index ecf92f2a41cc..50bc4fcf2e62 100644 --- a/media-sound/djplay/djplay-0.3.0.ebuild +++ b/media-sound/djplay/djplay-0.3.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/djplay-0.3.0.ebuild,v 1.5 2007/01/05 20:55:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/djplay-0.3.0.ebuild,v 1.6 2008/07/27 21:21:45 carlo Exp $ + +EAPI=1 IUSE="" @@ -15,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="media-libs/alsa-lib - $(qt_min_version 3.2) + x11-libs/qt:3 =dev-libs/glib-1.2* media-libs/libsamplerate media-libs/libmpeg3 @@ -31,7 +33,7 @@ DEPEND="media-libs/alsa-lib src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i "s/INCLUDES = -I\$(QTDIR)\/include/INCLUDES = -I\$(QTDIR)\/include -Iplugins\/bitmapbutton -Iplugins\/bitmapslider/" Makefile.am Makefile.in rm moc_*.cpp epatch "${FILESDIR}/${P}-gcc4.patch" diff --git a/media-sound/djplay/djplay-0.5.0.ebuild b/media-sound/djplay/djplay-0.5.0.ebuild index d51baa1b1777..5e2413aa6990 100644 --- a/media-sound/djplay/djplay-0.5.0.ebuild +++ b/media-sound/djplay/djplay-0.5.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/djplay-0.5.0.ebuild,v 1.1 2007/01/30 20:42:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/djplay-0.5.0.ebuild,v 1.2 2008/07/27 21:21:45 carlo Exp $ + +EAPI=1 inherit autotools eutils qt3 @@ -15,7 +17,7 @@ IUSE="audiofile cdparanoia mad mpeg" #sdl #Upstream declared that the sdl use flag won't be supported until version 0.7.0 DEPEND="media-libs/alsa-lib - $(qt_min_version 3.2.1) + x11-libs/qt:3 =dev-libs/glib-1.2* media-libs/libsamplerate media-libs/id3lib @@ -36,7 +38,7 @@ RDEPEND="${DEPEND}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-configure.ac.patch" epatch "${FILESDIR}/${P}-libmpeg3.patch" |