summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-26 12:11:02 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-26 12:11:02 +0000
commit386bd7e2c20b6d4dc9414d96946c1c965f682c3f (patch)
tree49cacaa5ece2d0aedb0a5ed0ab25fdce162337c2 /media-sound
parentalpha/ia64/sparc stable wrt #207518 (diff)
downloadgentoo-2-386bd7e2c20b6d4dc9414d96946c1c965f682c3f.tar.gz
gentoo-2-386bd7e2c20b6d4dc9414d96946c1c965f682c3f.tar.bz2
gentoo-2-386bd7e2c20b6d4dc9414d96946c1c965f682c3f.zip
Version bump and remove old snapshot, closing also #205613.
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/potamus/ChangeLog11
-rw-r--r--media-sound/potamus/files/digest-potamus-0.93
-rw-r--r--media-sound/potamus/files/digest-potamus-200404143
-rw-r--r--media-sound/potamus/files/potamus-Makefile.patch25
-rw-r--r--media-sound/potamus/potamus-0.9.ebuild41
-rw-r--r--media-sound/potamus/potamus-20040414.ebuild42
6 files changed, 53 insertions, 72 deletions
diff --git a/media-sound/potamus/ChangeLog b/media-sound/potamus/ChangeLog
index a35d40631311..50e89ec7240e 100644
--- a/media-sound/potamus/ChangeLog
+++ b/media-sound/potamus/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/potamus
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/potamus/ChangeLog,v 1.3 2007/02/09 07:59:03 flameeyes Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/potamus/ChangeLog,v 1.4 2008/01/26 12:11:01 drac Exp $
+
+*potamus-0.9 (26 Jan 2008)
+
+ 26 Jan 2008; Samuli Suominen <drac@gentoo.org>
+ -files/potamus-Makefile.patch, +potamus-0.9.ebuild,
+ -potamus-20040414.ebuild:
+ Version bump and remove old snapshot, closing also #205613.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/media-sound/potamus/files/digest-potamus-0.9 b/media-sound/potamus/files/digest-potamus-0.9
new file mode 100644
index 000000000000..94b7174707c4
--- /dev/null
+++ b/media-sound/potamus/files/digest-potamus-0.9
@@ -0,0 +1,3 @@
+MD5 3e8e30c95c343606d995ccc00ddd8ade potamus-0.9.tar.gz 116386
+RMD160 84344c016f06e76ff9634fa3576d7a8150baf78c potamus-0.9.tar.gz 116386
+SHA256 c30b4a36ab2cc0a72f36693931240684cf0a0ab5e585c1cd56c841fc683d372c potamus-0.9.tar.gz 116386
diff --git a/media-sound/potamus/files/digest-potamus-20040414 b/media-sound/potamus/files/digest-potamus-20040414
deleted file mode 100644
index a2bd83cc2b4b..000000000000
--- a/media-sound/potamus/files/digest-potamus-20040414
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f41246ad98db6de6eae94de8715b7df9 potamus-CVS-20040414.tar.bz2 11474
-RMD160 848131645e96f9bb39629733d663696290f3e57e potamus-CVS-20040414.tar.bz2 11474
-SHA256 22a34765a74cf10604641a97c93156843a29e54978154632d216657555bad595 potamus-CVS-20040414.tar.bz2 11474
diff --git a/media-sound/potamus/files/potamus-Makefile.patch b/media-sound/potamus/files/potamus-Makefile.patch
deleted file mode 100644
index 9e9e20efed98..000000000000
--- a/media-sound/potamus/files/potamus-Makefile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.old 2004-01-16 11:25:11.000000000 +0900
-+++ Makefile 2005-01-06 14:03:06.640334056 +0900
-@@ -3,11 +3,11 @@
- CPPFLAGS = -std=gnu99 -Wall -g `pkg-config --cflags $(PKGS)` -DDATADIR=\"$(datadir)\"
- LIBS = `pkg-config --libs $(PKGS)`
-
--prefix = /home/azz/src/potamus
-+prefix = /usr
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- datadir = $(prefix)/share
--DESTDIR =
-+
-
- potamus: $(OBJS)
- $(CC) $(CPPFLAGS) -o potamus $(OBJS) $(LIBS)
-@@ -21,7 +21,7 @@
- rm -f $(OBJS) potamus *~ *.bak depend share/potamus/*.bak
-
- depend:
-- @for x in *.c ; do $(CXX) -MM $$x ; done >depend
-+ @for x in *.c ; do $(CXX) `pkg-config --cflags $(PKGS)` -DDATADIR=\"$(datadir)\" -MM $$x ; done >depend
- .PHONY: depend
-
- include depend
diff --git a/media-sound/potamus/potamus-0.9.ebuild b/media-sound/potamus/potamus-0.9.ebuild
new file mode 100644
index 000000000000..396c0b22bda6
--- /dev/null
+++ b/media-sound/potamus/potamus-0.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/potamus/potamus-0.9.ebuild,v 1.1 2008/01/26 12:11:01 drac Exp $
+
+inherit gnome2-utils
+
+DESCRIPTION="a lightweight audio player with a simple interface and an emphasis on high audio quality."
+HOMEPAGE="http://offog.org/code/potamus.html"
+SRC_URI="http://offog.org/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2
+ >=gnome-base/libglade-2
+ media-libs/libao
+ media-libs/libsamplerate
+ media-libs/libvorbis
+ media-libs/libmad
+ media-libs/audiofile
+ media-libs/libmodplug
+ media-video/ffmpeg
+ media-libs/flac
+ media-libs/bio2jack"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc NEWS README TODO
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
diff --git a/media-sound/potamus/potamus-20040414.ebuild b/media-sound/potamus/potamus-20040414.ebuild
deleted file mode 100644
index 37f8c678e377..000000000000
--- a/media-sound/potamus/potamus-20040414.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/potamus/potamus-20040414.ebuild,v 1.2 2005/06/15 19:36:57 sekretarz Exp $
-
-inherit eutils
-
-DESCRIPTION="Potamus, the GTK+ 2 sucessor to gnu xhippo"
-HOMEPAGE="http://offog.org/code/potamus.html"
-SRC_URI="http://offog.org/files/snapshots/potamus/${PN}-CVS-${PV}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-DEPEND=">=x11-libs/gtk+-2.0.0
- >=gnome-base/libglade-2.0.0"
-RDEPEND="${DEPEND}
- >=media-video/mplayer-0.92"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-Makefile.patch
-}
-
-src_compile() {
-
- # We need to remove the azz specific bits from the makefile, so the
- # resiyrces can be found OK
-
- mv Makefile Makefile.old
- sed -e 's/DESTDIR =//' -e 's/prefix = \/home\/azz\/src\/potamus/prefix = \/usr/' < Makefile.old > Makefile
-
- emake DESTDIR=${D} || die "emake failed"
-
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}