diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-30 20:20:48 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-30 20:20:48 +0000 |
commit | 23d9ef3d681205d6194e65e6baf5e1a7993f6ca4 (patch) | |
tree | 9759a4d23957c96f5ee9b2f7b8e8afcac358c4c8 /media-sound/apollo | |
parent | libsndfile-1.0.? compatible ebuild. masked until said libsndfile is (diff) | |
download | historical-23d9ef3d681205d6194e65e6baf5e1a7993f6ca4.tar.gz historical-23d9ef3d681205d6194e65e6baf5e1a7993f6ca4.tar.bz2 historical-23d9ef3d681205d6194e65e6baf5e1a7993f6ca4.zip |
version bump
Diffstat (limited to 'media-sound/apollo')
-rw-r--r-- | media-sound/apollo/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/apollo/apollo-1.4.2.ebuild | 34 | ||||
-rw-r--r-- | media-sound/apollo/files/apollo-1.4.2-gentoo.diff | 11 | ||||
-rw-r--r-- | media-sound/apollo/files/digest-apollo-1.4.2 | 1 |
4 files changed, 52 insertions, 1 deletions
diff --git a/media-sound/apollo/ChangeLog b/media-sound/apollo/ChangeLog index bbfd341ff85f..db707838f020 100644 --- a/media-sound/apollo/ChangeLog +++ b/media-sound/apollo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/apollo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/ChangeLog,v 1.4 2002/10/08 18:52:15 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/ChangeLog,v 1.5 2002/10/30 20:20:48 hannes Exp $ + +*apollo-1.4.2 (30 Oct 2002) + + 30 Oct 2002; Hannes Mehnert <hannes@gentoo.org> apollo-1.4.2.ebuild: + version bump 08 Oct 2002; Hannes Mehnert <hannes@gentoo.org> apollo-1.4.1.ebuild, ChangeLog: added --without-stl, because stl support in apollo is broken. diff --git a/media-sound/apollo/apollo-1.4.2.ebuild b/media-sound/apollo/apollo-1.4.2.ebuild new file mode 100644 index 000000000000..03a3dfbc0334 --- /dev/null +++ b/media-sound/apollo/apollo-1.4.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.4.2.ebuild,v 1.1 2002/10/30 20:20:48 hannes Exp $ + +IUSE="qt" + +#kde support of apollo is only kde2, if anybody has kde2 and wants this support,#please test myconf="--detect-kde2". if this works, post your modified ebuild to +#http://bugs.gentoo.org (you also need some more files in src_install()) + +S=${WORKDIR}/${P}-1 +DESCRIPTION="A Qt-based front-end to mpg123" +SRC_URI="mirror://sourceforge/apolloplayer/${PN}-src-${PV}-1.tar.bz2" +HOMEPAGE="http://www.apolloplayer.org" + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="media-sound/mpg123 + media-libs/id3lib + media-sound/mad + qt? ( x11-libs/qt )" + +src_compile() { + patch < ${FILESDIR}/${P}-gentoo.diff + myconf="--without-kde2 --with-mad=/usr/lib" + ./configure.sh $myconf + make || die "Make failed" +} + +src_install() { + dobin apollo apollo-client/apollo-client + dodoc CREDITS GPL INSTALL README +} diff --git a/media-sound/apollo/files/apollo-1.4.2-gentoo.diff b/media-sound/apollo/files/apollo-1.4.2-gentoo.diff new file mode 100644 index 000000000000..2b4b24b6f356 --- /dev/null +++ b/media-sound/apollo/files/apollo-1.4.2-gentoo.diff @@ -0,0 +1,11 @@ +--- qmmadplayer.cpp.orig 2002-10-30 13:23:31.000000000 +0100 ++++ qmmadplayer.cpp 2002-10-30 20:33:06.000000000 +0100 +@@ -28,7 +28,7 @@ + + #include "qmmadplayer.h" + +-#include <iostream> ++#include <iostream.h> + #include <sys/mman.h> + #include <sys/stat.h> + #include <unistd.h> diff --git a/media-sound/apollo/files/digest-apollo-1.4.2 b/media-sound/apollo/files/digest-apollo-1.4.2 new file mode 100644 index 000000000000..2755509defac --- /dev/null +++ b/media-sound/apollo/files/digest-apollo-1.4.2 @@ -0,0 +1 @@ +MD5 ab504e62f82dea9d7599a53cb1d27f1c apollo-src-1.4.2-1.tar.bz2 185521 |