public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/
@ 2015-08-29 14:26 Alexis Ballier
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier @ 2015-08-29 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d95243f5a8c8667f575b6dc92dd2d24baaa47a36
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 14:25:17 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 14:25:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95243f5

media-sound/potamus: bump to version 16.

Package-Manager: portage-2.2.20.1

 media-sound/potamus/Manifest          |  1 +
 media-sound/potamus/metadata.xml      |  3 +++
 media-sound/potamus/potamus-16.ebuild | 48 +++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/media-sound/potamus/Manifest b/media-sound/potamus/Manifest
index 2f100a7..99d5e97 100644
--- a/media-sound/potamus/Manifest
+++ b/media-sound/potamus/Manifest
@@ -1,2 +1,3 @@
 DIST potamus-0.12.tar.gz 127788 SHA256 5034e09c8646cbb299f895541e155b9d7012597210bc8b0ba213812928525e2d SHA512 ab88031eaa4608b4513aec75d86ab1b16e6e192926d0ca7b0616845ecb9a564f12affba9ed2a3fc903b8b9ac5481a1aabab8904df5546a3ea6a9f6f3eccc1ba0 WHIRLPOOL 4491a23f1e87fee6dab5e279630de4c1f5a85106263b6c11d2410c511ac838bd30e36057bf3a42960514559bbb71714f5839659b49ce04c15ac151e2cc609b7a
 DIST potamus-14.tar.gz 163164 SHA256 ae271a7101dbbd75c95faaa0afcd311cae24311a1c4eb01e73d1ffce43667194 SHA512 d6192e9e9114f4f88619751529718afb94f113613f23432646c1d5fa707a82ad10c70425135a5ca5a076b68a36ededdb01d73bc1dc6a92e2bdb644d624303394 WHIRLPOOL fc70d8043fec093be4781cdee5e615131f9bea3c375c9f22b290d4777b121c911c402298bac6b9253deb791580a98f224abd751d4912c46a1cb939d50a562b23
+DIST potamus-16.tar.gz 144874 SHA256 0b31955f5495477d68048915560e528d13d741178fb90ef39e3ff2dbcad7ae63 SHA512 e4c87d4166d958d200edc13835c57c894b0803b243fd79fb211480a217a33ca34fbd451622842efc47c0ed1b79bcd0fa4f0258f129f70678f14c373234b1b32d WHIRLPOOL c4cd12042a907e222495435fe3434ee7bee8d167a3ce883891cdae8bfe638a6340525daf0d0f8c51ce2f13bbf151768a390cee565d8aa289dafa862c266f305f

diff --git a/media-sound/potamus/metadata.xml b/media-sound/potamus/metadata.xml
index e1774e3..ac6c4aa 100644
--- a/media-sound/potamus/metadata.xml
+++ b/media-sound/potamus/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>sound</herd>
+<use>
+	<flag name="opus">Adds support for the Opus codec.</flag>
+</use>
 </pkgmetadata>

diff --git a/media-sound/potamus/potamus-16.ebuild b/media-sound/potamus/potamus-16.ebuild
new file mode 100644
index 0000000..5c3006b
--- /dev/null
+++ b/media-sound/potamus/potamus-16.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit gnome2
+
+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="audiofile flac mad modplug opus vorbis +ao jack"
+
+RDEPEND="x11-libs/gtk+:2
+	>=gnome-base/libglade-2
+	media-libs/libsamplerate
+	virtual/ffmpeg
+	audiofile? ( media-libs/audiofile )
+	flac? ( media-libs/flac )
+	mad? ( media-libs/libmad )
+	modplug? ( media-libs/libmodplug )
+	opus? ( media-libs/opusfile )
+	vorbis? ( media-libs/libvorbis )
+	ao? ( media-libs/libao )
+	jack? ( media-sound/jack-audio-connection-kit )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		$(use_enable audiofile input-audiofile) \
+		$(use_enable flac input-flac) \
+		$(use_enable mad input-mad) \
+		$(use_enable modplug input-modplug) \
+		$(use_enable opus input-opus) \
+		$(use_enable vorbis input-vorbis) \
+		$(use_enable ao output-ao) \
+		$(use_enable jack output-jack)
+
+}
+
+src_install() {
+	default
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/
@ 2016-09-18 11:01 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     17033ca6146c3bf3532e10e7182ee16b73ba2220
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 10:03:28 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 11:01:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17033ca6

media-sound/potamus: Drop old

Package-Manager: portage-2.3.0

 media-sound/potamus/Manifest            |  2 --
 media-sound/potamus/potamus-0.12.ebuild | 42 ------------------------------
 media-sound/potamus/potamus-14.ebuild   | 46 ---------------------------------
 3 files changed, 90 deletions(-)

diff --git a/media-sound/potamus/Manifest b/media-sound/potamus/Manifest
index 99d5e97..adaebbb 100644
--- a/media-sound/potamus/Manifest
+++ b/media-sound/potamus/Manifest
@@ -1,3 +1 @@
-DIST potamus-0.12.tar.gz 127788 SHA256 5034e09c8646cbb299f895541e155b9d7012597210bc8b0ba213812928525e2d SHA512 ab88031eaa4608b4513aec75d86ab1b16e6e192926d0ca7b0616845ecb9a564f12affba9ed2a3fc903b8b9ac5481a1aabab8904df5546a3ea6a9f6f3eccc1ba0 WHIRLPOOL 4491a23f1e87fee6dab5e279630de4c1f5a85106263b6c11d2410c511ac838bd30e36057bf3a42960514559bbb71714f5839659b49ce04c15ac151e2cc609b7a
-DIST potamus-14.tar.gz 163164 SHA256 ae271a7101dbbd75c95faaa0afcd311cae24311a1c4eb01e73d1ffce43667194 SHA512 d6192e9e9114f4f88619751529718afb94f113613f23432646c1d5fa707a82ad10c70425135a5ca5a076b68a36ededdb01d73bc1dc6a92e2bdb644d624303394 WHIRLPOOL fc70d8043fec093be4781cdee5e615131f9bea3c375c9f22b290d4777b121c911c402298bac6b9253deb791580a98f224abd751d4912c46a1cb939d50a562b23
 DIST potamus-16.tar.gz 144874 SHA256 0b31955f5495477d68048915560e528d13d741178fb90ef39e3ff2dbcad7ae63 SHA512 e4c87d4166d958d200edc13835c57c894b0803b243fd79fb211480a217a33ca34fbd451622842efc47c0ed1b79bcd0fa4f0258f129f70678f14c373234b1b32d WHIRLPOOL c4cd12042a907e222495435fe3434ee7bee8d167a3ce883891cdae8bfe638a6340525daf0d0f8c51ce2f13bbf151768a390cee565d8aa289dafa862c266f305f

diff --git a/media-sound/potamus/potamus-0.12.ebuild b/media-sound/potamus/potamus-0.12.ebuild
deleted file mode 100644
index 06e4f90..00000000
--- a/media-sound/potamus/potamus-0.12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit gnome2
-
-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
-	virtual/ffmpeg
-	media-libs/flac
-	media-sound/jack-audio-connection-kit"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	gnome2_src_prepare
-
-	sed -i -e \
-		's:CODEC_TYPE_AUDIO:AVMEDIA_TYPE_AUDIO:g' \
-		src/input-avcodec.c || die
-}
-
-src_install() {
-	default
-}

diff --git a/media-sound/potamus/potamus-14.ebuild b/media-sound/potamus/potamus-14.ebuild
deleted file mode 100644
index 1115ecc..00000000
--- a/media-sound/potamus/potamus-14.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit gnome2
-
-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="audiofile flac mad modplug vorbis +ao jack"
-
-RDEPEND="x11-libs/gtk+:2
-	>=gnome-base/libglade-2
-	media-libs/libsamplerate
-	virtual/ffmpeg
-	audiofile? ( media-libs/audiofile )
-	flac? ( media-libs/flac )
-	mad? ( media-libs/libmad )
-	modplug? ( media-libs/libmodplug )
-	vorbis? ( media-libs/libvorbis )
-	ao? ( media-libs/libao )
-	jack? ( media-sound/jack-audio-connection-kit )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		$(use_enable audiofile input-audiofile) \
-		$(use_enable flac input-flac) \
-		$(use_enable mad input-mad) \
-		$(use_enable modplug input-modplug) \
-		$(use_enable vorbis input-vorbis) \
-		$(use_enable ao output-ao) \
-		$(use_enable jack output-jack)
-
-}
-
-src_install() {
-	default
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/
@ 2016-09-18 11:01 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5ccd54626f39461a4096c6d322482998636c6268
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 10:16:32 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 11:01:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccd5462

media-sound/potamus: Update ffmpeg handling, bump eapi

Package-Manager: portage-2.3.0

 media-sound/potamus/potamus-16.ebuild | 38 ++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

diff --git a/media-sound/potamus/potamus-16.ebuild b/media-sound/potamus/potamus-16.ebuild
index aa6e665..01b06d0 100644
--- a/media-sound/potamus/potamus-16.ebuild
+++ b/media-sound/potamus/potamus-16.ebuild
@@ -1,42 +1,42 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
+inherit gnome2
 
-inherit gnome2 eutils
-
-DESCRIPTION="a lightweight audio player with a simple interface and an emphasis on high audio quality"
-HOMEPAGE="http://offog.org/code/potamus.html"
+DESCRIPTION="A lightweight audio player with a simple interface and an emphasis on high audio quality"
+HOMEPAGE="http://offog.org/code/potamus/"
 SRC_URI="http://offog.org/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="audiofile flac mad modplug opus vorbis +ao jack"
+IUSE="+ao audiofile flac jack libav mad modplug opus vorbis"
 
-RDEPEND="x11-libs/gtk+:2
+RDEPEND="
+	x11-libs/gtk+:2
 	>=gnome-base/libglade-2
 	media-libs/libsamplerate
-	virtual/ffmpeg
+	ao? ( media-libs/libao )
 	audiofile? ( media-libs/audiofile )
 	flac? ( media-libs/flac )
+	jack? ( media-sound/jack-audio-connection-kit )
+	libav? ( media-video/libav:= )
+	!libav? ( >=media-video/ffmpeg-2.8:0= )
 	mad? ( media-libs/libmad )
 	modplug? ( media-libs/libmodplug )
 	opus? ( media-libs/opusfile )
 	vorbis? ( media-libs/libvorbis )
-	ao? ( media-libs/libao )
-	jack? ( media-sound/jack-audio-connection-kit )"
+"
 DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
-src_prepare() {
-	gnome2_src_prepare
-	has_version '>=media-video/ffmpeg-2.8' && epatch "${FILESDIR}/ffmpeg29.patch"
-}
+PATCHES=( "${FILESDIR}/ffmpeg29.patch" )
 
 src_configure() {
-	econf \
+	gnome2_src_configure \
 		$(use_enable audiofile input-audiofile) \
 		$(use_enable flac input-flac) \
 		$(use_enable mad input-mad) \
@@ -47,7 +47,3 @@ src_configure() {
 		$(use_enable jack output-jack)
 
 }
-
-src_install() {
-	default
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/
@ 2020-04-25 20:25 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2020-04-25 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8d3fb2c62ffc6b1e7a95c8242aa427748bc1fed2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 20:24:53 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 20:24:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3fb2c6

media-sound/potamus: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 media-sound/potamus/potamus-16.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-sound/potamus/potamus-16.ebuild b/media-sound/potamus/potamus-16.ebuild
index 8a71e5f2393..fe984ebe363 100644
--- a/media-sound/potamus/potamus-16.ebuild
+++ b/media-sound/potamus/potamus-16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://offog.org/files/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+ao audiofile flac jack libav mad modplug opus vorbis"
+IUSE="+ao audiofile flac jack mad modplug opus vorbis"
 
 RDEPEND="
 	x11-libs/gtk+:2
@@ -21,8 +21,7 @@ RDEPEND="
 	audiofile? ( media-libs/audiofile )
 	flac? ( media-libs/flac )
 	jack? ( media-sound/jack-audio-connection-kit )
-	libav? ( media-video/libav:= )
-	!libav? ( >=media-video/ffmpeg-2.8:0= )
+	>=media-video/ffmpeg-2.8:0=
 	mad? ( media-libs/libmad )
 	modplug? ( media-libs/libmodplug )
 	opus? ( media-libs/opusfile )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/
@ 2022-04-14  3:47 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2022-04-14  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1109dd5105e6d7a33cfc2623b9de70ec50896ba1
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 14:17:58 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 03:46:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1109dd51

media-sound/potamus: update DESCRIPTION

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-sound/potamus/potamus-17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/potamus/potamus-17.ebuild b/media-sound/potamus/potamus-17.ebuild
index 1579d146b648..f6d79f9163a6 100644
--- a/media-sound/potamus/potamus-17.ebuild
+++ b/media-sound/potamus/potamus-17.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit xdg
 
-DESCRIPTION="A lightweight audio player with a simple interface and an emphasis on high audio quality"
+DESCRIPTION="A lightweight audio player with an emphasis on high audio quality"
 HOMEPAGE="http://offog.org/code/potamus/"
 SRC_URI="http://offog.org/files/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/
@ 2022-09-10  8:41 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-09-10  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0638d8dd0ee6884d53a02ad8497778fc223470bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 08:33:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 08:40:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0638d8dd

media-sound/potamus: add media-libs/flac subslot dep

media-libs/flac-1.4.0 breaks ABI.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/potamus/{potamus-17.ebuild => potamus-17-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/potamus/potamus-17.ebuild b/media-sound/potamus/potamus-17-r1.ebuild
similarity index 97%
rename from media-sound/potamus/potamus-17.ebuild
rename to media-sound/potamus/potamus-17-r1.ebuild
index f6d79f9163a6..c9c4a18fe9bf 100644
--- a/media-sound/potamus/potamus-17.ebuild
+++ b/media-sound/potamus/potamus-17-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 	media-video/ffmpeg:0=
 	ao? ( media-libs/libao )
 	audiofile? ( media-libs/audiofile )
-	flac? ( media-libs/flac )
+	flac? ( media-libs/flac:= )
 	jack? ( virtual/jack )
 	mad? ( media-libs/libmad )
 	modplug? ( media-libs/libmodplug )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-10  8:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 11:01 [gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2022-09-10  8:41 Sam James
2022-04-14  3:47 Joonas Niilola
2020-04-25 20:25 Mikle Kolyada
2016-09-18 11:01 Pacho Ramos
2015-08-29 14:26 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox