[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2022-12-17 Thread Sam James
commit: dbc5c480b9b19f6f136a66c9b58304f3386c7351
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 03:25:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 04:01:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc5c480

media-sound/mp3splt-gtk: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 media-sound/mp3splt-gtk/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/mp3splt-gtk/metadata.xml 
b/media-sound/mp3splt-gtk/metadata.xml
index 1ed36ec4068f..d278731c33e9 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Sound project


+   mp3splt/mp3splt
mp3splt

 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2022-12-17 Thread Sam James
commit: a6fa14a841a5e999e52170d571d5736222535af3
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 03:24:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 04:01:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6fa14a8

media-sound/mp3splt: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 media-sound/mp3splt/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/mp3splt/metadata.xml b/media-sound/mp3splt/metadata.xml
index 1ed36ec4068f..d278731c33e9 100644
--- a/media-sound/mp3splt/metadata.xml
+++ b/media-sound/mp3splt/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Sound project


+   mp3splt/mp3splt
mp3splt

 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2021-03-26 Thread Sam James
commit: 1e6aee19c44412e5fe3979246be240d333a3b258
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 26 15:16:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 26 15:17:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6aee19

media-sound/mp3splt: use BDEPEND in EAPI 7, mulitlib.eclass--

Signed-off-by: Sam James  gentoo.org>

 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 70287bb74e7..dc62c47c651 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit multilib
-
-DESCRIPTION="a command line utility to split mp3 and ogg files without 
decoding"
+DESCRIPTION="A command line utility to split mp3 and ogg files without 
decoding"
 HOMEPAGE="http://mp3splt.sourceforge.net";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
@@ -15,9 +13,11 @@ KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="flac"
 
 RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
-   sys-devel/gettext"
+   sys-devel/gettext
+"
 
 src_configure() {
econf \



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2020-09-03 Thread Joonas Niilola
commit: a4c0704682f920088100310a1b4305202e846262
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Sep  2 10:47:59 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  3 10:08:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c07046

media-sound/mp3splt-gtk: update desktop mimeinfo cache

Closes: https://bugs.gentoo.org/736491
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 9355f823068..0e4839d68d4 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools xdg
 
 DESCRIPTION="A GTK+ based utility to split mp3 and ogg files without decoding"
 HOMEPAGE="http://mp3splt.sourceforge.net";



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/files/, media-sound/mp3splt-gtk/

2020-08-08 Thread David Seifert
commit: 500f9cbf8e5c576c893077ca6b3952cbee1b728d
Author: David Seifert  gentoo  org>
AuthorDate: Sat Aug  8 16:53:51 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Aug  8 16:53:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500f9cbf

media-sound/mp3splt-gtk: Fix building under -fno-common

Closes: https://bugs.gentoo.org/707126
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: David Seifert  gentoo.org>

 .../files/mp3splt-gtk-0.9.2-fno-common.patch   | 11 +
 .../mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild| 26 --
 2 files changed, 25 insertions(+), 12 deletions(-)

diff --git a/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch 
b/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch
new file mode 100644
index 000..646d59008c6
--- /dev/null
+++ b/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/src/splitpoints_window.h
 b/src/splitpoints_window.h
+@@ -41,7 +41,7 @@
+ #include "all_includes.h"
+ 
+ //!The enum telling which item is kept in which column of the splitpoint tree
+-enum {
++typedef enum {
+   COL_CHECK = 0,
+   COL_DESCRIPTION = 1,
+   COL_MINUTES = 2,

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index edd740e0856..9355f823068 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit versionator autotools
+inherit autotools
 
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
+DESCRIPTION="A GTK+ based utility to split mp3 and ogg files without decoding"
 HOMEPAGE="http://mp3splt.sourceforge.net";
 SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
 
@@ -20,12 +20,14 @@ RDEPEND="
dev-libs/dbus-glib
gstreamer? (
media-libs/gstreamer:1.0
-   media-plugins/gst-plugins-meta:1.0[mp3] )
-"
-DEPEND="${RDEPEND}
+   media-plugins/gst-plugins-meta:1.0[mp3]
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
+   nls? ( sys-devel/gettext )"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.9.2-fno-common.patch )
 
 src_prepare() {
default
@@ -33,15 +35,15 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf
+   local myconf=()
 
-   use nls || myconf+=" --disable-nls"
-   use gstreamer || myconf+=" --disable-gstreamer"
+   use nls || myconf+=( --disable-nls )
+   use gstreamer || myconf+=( --disable-gstreamer )
 
econf \
--disable-audacious \
--disable-gnome \
$(use_enable doc doxygen_doc) \
--disable-cutter \
-   ${myconf}
+   "${myconf[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2020-04-12 Thread Sergei Trofimovich
commit: a90f739439a322ab850b41e544ec8790188deca2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 10:31:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 11:02:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90f7394

media-sound/mp3splt-gtk: drop to ~sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index d0f02f52dc9..edd740e0856 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="doc gstreamer nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2019-12-08 Thread Andreas Sturmlechner
commit: 69034b0c6c002c17c0af519805698e5ab38b3b91
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 10:52:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 12:04:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69034b0c

media-sound/mp3splt-gtk: Drop USE audacious

Closes: https://bugs.gentoo.org/521176
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/mp3splt-gtk/metadata.xml|  3 ---
 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 17 +
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/media-sound/mp3splt-gtk/metadata.xml 
b/media-sound/mp3splt-gtk/metadata.xml
index 19ed72cab9b..fa7e71f336a 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -5,9 +5,6 @@
so...@gentoo.org
Gentoo Sound project

-   
-   Include media-sound/audacious 
support
-   

mp3splt


diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 741682ebf20..d0f02f52dc9 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit versionator autotools multilib
+
+inherit versionator autotools
 
 DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
 HOMEPAGE="http://mp3splt.sourceforge.net";
@@ -11,13 +12,12 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="audacious doc gstreamer nls"
+IUSE="doc gstreamer nls"
 
 RDEPEND="
>=media-libs/libmp3splt-0.9.2
x11-libs/gtk+:3
-   audacious? ( >=media-sound/audacious-3.0 )
-   !audacious? ( dev-libs/dbus-glib )
+   dev-libs/dbus-glib
gstreamer? (
media-libs/gstreamer:1.0
media-plugins/gst-plugins-meta:1.0[mp3] )
@@ -29,13 +29,6 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
default
-
-   if use audacious; then
-   sed -i \
-   -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
-   src/Makefile.am || die
-   fi
-
eautoreconf
 }
 
@@ -43,10 +36,10 @@ src_configure() {
local myconf
 
use nls || myconf+=" --disable-nls"
-   use audacious || myconf+=" --disable-audacious"
use gstreamer || myconf+=" --disable-gstreamer"
 
econf \
+   --disable-audacious \
--disable-gnome \
$(use_enable doc doxygen_doc) \
--disable-cutter \



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2019-05-02 Thread Aaron Bauman
commit: 32ead82c6990472ab9898f48c81baa6c9abe0558
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May  2 22:19:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May  2 22:19:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ead82c

media-sound/mp3splt: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 media-sound/mp3splt/Manifest  |  1 -
 media-sound/mp3splt/mp3splt-2.6.1a.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/media-sound/mp3splt/Manifest b/media-sound/mp3splt/Manifest
index bb3b9ba847d..89424e5d430 100644
--- a/media-sound/mp3splt/Manifest
+++ b/media-sound/mp3splt/Manifest
@@ -1,2 +1 @@
-DIST mp3splt-2.6.1a.tar.gz 260476 BLAKE2B 
d40555eb98886ef229baade1c390498d2fb3bdb79f9efb3e8ff286c7db70165b9c18d5bf4c331c175fad937d2eb85d1419f5e15b8fc31fb60d07ed02d7e39e24
 SHA512 
5c0f6a56e09c0b33f83360bc4ea5d4c9398fa6ec9bc39e7e9ab34b0ff19e46ddacbbc69ff51953ee399f1a172f2d634c57c256abdfe51def593e5f981490cc17
 DIST mp3splt-2.6.2.tar.gz 260901 BLAKE2B 
49b45f53fd1a646993aadb6c18fb0cf7530b61f3ab5ddcf7bf220a6cdbde9844dfa048f22c10c1c89ceff2a5f77744b17c70e1aae7120300c606316b0a48eb0a
 SHA512 
c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b

diff --git a/media-sound/mp3splt/mp3splt-2.6.1a.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.1a.ebuild
deleted file mode 100644
index f562912f62d..000
--- a/media-sound/mp3splt/mp3splt-2.6.1a.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit multilib
-
-DESCRIPTION="a command line utility to split mp3 and ogg files without 
decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="flac"
-
-RDEPEND="~media-libs/libmp3splt-0.9.1a[flac?]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sys-devel/gettext"
-
-src_configure() {
-   econf \
-   --enable-oggsplt_symlink \
-   $(use_enable flac flacsplt_symlink) \
-   --disable-dependency-tracking
-}
-
-src_install() {
-   default
-   dodoc AUTHORS ChangeLog NEWS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2019-05-02 Thread Mikle Kolyada
commit: 8b6f93d86ba6454a1ce16c84936f3bff3a07ff0f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  2 21:49:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  2 21:49:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6f93d8

media-sound/mp3splt: alpha stable wrt bug #682550

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 00392c2e4b6..267738aeb64 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="flac"
 
 RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2019-04-28 Thread Thomas Deutschmann
commit: 373d522dcf5683b469e08a3591032395fc4c9329
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 21:59:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 22:05:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d522d

media-sound/mp3splt: x86 stable (bug #682550)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 0d1020409e7..00392c2e4b6 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="flac"
 
 RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2019-04-06 Thread Aaron Bauman
commit: 2902d3b31eebd8f2d1d6fa91184809ce5478ea5b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Apr  6 16:51:06 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr  6 16:51:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2902d3b3

media-sound/mp3splt: amd64 stable wrt bug #682550

Signed-off-by: Aaron Bauman  gentoo.org>

 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 33db751775c..0d1020409e7 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="flac"
 
 RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2019-04-06 Thread Sergei Trofimovich
commit: e11b2f9bffa228495246545eb67aa49e6101
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  6 11:36:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  6 15:16:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11b2f9b

media-sound/mp3splt: stable 2.6.2 for sparc, bug #682550

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 88d0bf3cc76..33db751775c 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="flac"
 
 RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2019-04-04 Thread Aaron Bauman
commit: e4e742c6e178b4ef695a8139b32e0945e52c2a8e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 20:43:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 20:43:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e742c6

media-sound/mp3splt-gtk: fix DEPENDS

*Adjust hard depends on libmp3splt

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 771bf3e83a7..741682ebf20 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="audacious doc gstreamer nls"
 
 RDEPEND="
-   ~media-libs/libmp3splt-0.9.2
+   >=media-libs/libmp3splt-0.9.2
x11-libs/gtk+:3
audacious? ( >=media-sound/audacious-3.0 )
!audacious? ( dev-libs/dbus-glib )



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2019-04-04 Thread Aaron Bauman
commit: c20b5b757edbee6098584566a9b3ad36d2c92a46
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 20:30:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 20:36:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20b5b75

media-sound/mp3splt: bump EAPI and fix depends

* Package having a hard depends is blocking the removal of older and
vulnerable media-libs/libmp3splt ebuilds.

* Trivial EAPI bump before stabilization of package

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 58e3c10e0a2..88d0bf3cc76 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit multilib
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="flac"
 
-RDEPEND="~media-libs/libmp3splt-0.9.2[flac?]"
+RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
 DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2018-05-19 Thread Aaron Bauman
commit: 608a914ce01ca5184fc62657720cc781b2075fb8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat May 19 07:14:54 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 20 00:30:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608a914c

media-sound/mp3splt-gtk: remove old

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild | 57 
 1 file changed, 57 deletions(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
deleted file mode 100644
index c6495c8a830..000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator autotools multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net";
-SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="audacious doc gnome gstreamer nls"
-
-RDEPEND="~media-libs/libmp3splt-0.9.2
-   x11-libs/gtk+:3
-   audacious? ( >=media-sound/audacious-3.0 )
-   !audacious? ( dev-libs/dbus-glib )
-   gstreamer? ( media-libs/gstreamer:1.0
-   media-plugins/gst-plugins-meta:1.0[mp3] )
-   gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   gnome? ( app-text/gnome-doc-utils app-text/rarian )
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   if use audacious; then
-   sed -i \
-   -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
-   src/Makefile.am || die
-   fi
-
-   eautoreconf
-}
-
-src_configure() {
-   local myconf
-
-   use nls || myconf+=" --disable-nls"
-   use audacious || myconf+=" --disable-audacious"
-   use gstreamer || myconf+=" --disable-gstreamer"
-
-   econf \
-   --disable-dependency-tracking \
-   $(use_enable gnome) \
-   $(use_enable doc doxygen_doc) \
-   --disable-cutter \
-   ${myconf}
-}
-
-src_install() {
-   default
-   dodoc AUTHORS ChangeLog NEWS README
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2016-12-31 Thread Agostino Sarubbo
commit: 7d96443f212ca2b6526921f37b5322a434eddbc3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 31 22:19:34 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 31 22:20:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d96443f

media-sound/mp3splt-gtk: amd64 stable wrt bug #600980

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 4333e45..4e2388e 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="audacious doc gstreamer nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2016-11-27 Thread Pacho Ramos
commit: e5a0d3e8110dae95cfd124ec47151738344253ae
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 27 11:58:33 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 27 12:02:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a0d3e8

media-sound/mp3splt-gtk: Disable the obsolete gnome support as it only adds 
deps on completely dead stuff

Package-Manager: portage-2.3.2

 .../mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild| 55 ++
 1 file changed, 55 insertions(+)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
new file mode 100644
index ..4333e45
--- /dev/null
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit versionator autotools multilib
+
+DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net";
+SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="audacious doc gstreamer nls"
+
+RDEPEND="
+   ~media-libs/libmp3splt-0.9.2
+   x11-libs/gtk+:3
+   audacious? ( >=media-sound/audacious-3.0 )
+   !audacious? ( dev-libs/dbus-glib )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-plugins/gst-plugins-meta:1.0[mp3] )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+src_prepare() {
+   default
+
+   if use audacious; then
+   sed -i \
+   -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
+   src/Makefile.am || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+
+   use nls || myconf+=" --disable-nls"
+   use audacious || myconf+=" --disable-audacious"
+   use gstreamer || myconf+=" --disable-gstreamer"
+
+   econf \
+   --disable-gnome \
+   $(use_enable doc doxygen_doc) \
+   --disable-cutter \
+   ${myconf}
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/files/, media-sound/mp3splt-gtk/

2016-11-27 Thread Pacho Ramos
commit: 610f4c9bd8a4b53d38d3172cc31ea74fe0dbdf66
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 27 11:50:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 27 12:02:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610f4c9b

media-sound/mp3splt-gtk: Drop old

Package-Manager: portage-2.3.2

 media-sound/mp3splt-gtk/Manifest   |  4 --
 .../files/mp3splt-gtk-0.7-disable-docs.patch   | 40 --
 .../files/mp3splt-gtk-0.7.0.930-gtk.patch  | 44 
 .../files/mp3splt-gtk-0.8.2-automake-1.13.patch| 61 --
 .../files/mp3splt-gtk-0.8.2-desktop-file.patch | 26 -
 media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild   | 60 -
 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.1.ebuild   | 59 -
 .../mp3splt-gtk/mp3splt-gtk-0.9.1a-r1.ebuild   | 60 -
 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.1a.ebuild  | 59 -
 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.ebuild | 59 -
 10 files changed, 472 deletions(-)

diff --git a/media-sound/mp3splt-gtk/Manifest b/media-sound/mp3splt-gtk/Manifest
index 4e13bef..5a16869 100644
--- a/media-sound/mp3splt-gtk/Manifest
+++ b/media-sound/mp3splt-gtk/Manifest
@@ -1,5 +1 @@
-DIST mp3splt-gtk-0.7.3.tar.gz 1166328 SHA256 
7300383453ca8d3268776163e2afb9b03a0d907d2f29ec6fc1826b41679d4e1c SHA512 
070d9aabfe3eed77f596051b2a750dff3a36f1a37e233d6d6498dae4688a48770a87730b3c2e9c1c775a28e834590d84027030fd6f994ffa890c685c9f8bd809
 WHIRLPOOL 
e0b42f51a552d0b372054b5a55d6f1e9e3ee35f20363999bfcb7a34436515a831f3b20b4ca40723cd5614b63e405e46530621d16167954c986f320f8876b9cc0
-DIST mp3splt-gtk-0.9.1.tar.gz 1079894 SHA256 
3c9db4b6ec26cd55c91b7fe30b8b6236555b95012cd8abdc4c949e6ae45c8194 SHA512 
7596e8341b8cd5f0592f310665bd178d04e8c46b43e51a2df4fb0d6acac64e5be66aeb58f072acbbf9597578c5126f28eb3734e8d24e020669db7b2b94ef6a65
 WHIRLPOOL 
ce701110d5c855c1872ca1c83aa7e13c8e95c307e9cea43545a9d77017dac1c13c7bddaaf129ba00ef6be8f2f4a1a3aae57e29df7b3361830a54643d0bfa85fc
-DIST mp3splt-gtk-0.9.1a.tar.gz 1079260 SHA256 
5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718 SHA512 
9eea51063350d7644a96150332a3e88a35ba5e94bda07043d03dc93fe1b6ff656e55f8d7e564248d54004e44e0f9f4677c63a456a8a65a18be63417e47b524aa
 WHIRLPOOL 
75e7c3c87d60fd0d4dead656cab4560dc13a69c70a18de776127875fff6804e92c7311d60f88a9115d7bbfab66d22718e6de334480e7faab9017f94a03131afd
 DIST mp3splt-gtk-0.9.2.tar.gz 1070580 SHA256 
2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650 SHA512 
e837cbc0759cd6535fc466099a170d066ab72b4854f8546f524261fe660887f5d2add60d9fa1e19d68d811004c682a324b5bcba86aa8cb89ae1ad2bc2f9b1d9d
 WHIRLPOOL 
fbf430cb2ca087d2ebc9b1d98a2f9b693c14a84bc3714bf7968c75d9d9430099c84f8f884485c71b41cb9a70ba531ec80e9131e19342d033f89d4c14f7c6c15c
-DIST mp3splt-gtk-0.9.tar.gz 1061200 SHA256 
6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5 SHA512 
0966e08fb8aef75feb6d3ffea7377ce39376739b1c6d97cb5729e627829d99e0b56011d625cfea26c76a39f7a2ff2a941fef92b4ab85a9c83f99ef1c55c6a87f
 WHIRLPOOL 
14d64a728364139fabfe4851886fc0bdc98121f2ef8c8642f9d30b37cfdf143b3e8434aaac600fda0c80d38afdb8f13a2423e53904cc0cf446d187193d426bf4

diff --git a/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.7-disable-docs.patch 
b/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.7-disable-docs.patch
deleted file mode 100644
index fa7b5f5..
--- a/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.7-disable-docs.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 12880888a2857f73cc87b9bdf5505fed0cbc6bbe Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Wed, 3 Aug 2011 20:53:22 +0200
-Subject: [PATCH 2/2] Disable documentation
-

- configure.ac |   17 +++--
- 1 files changed, 3 insertions(+), 14 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1c564c5..260602d 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -269,20 +269,9 @@ echo
- 
- # Check for doxygen, so we can decide if we add it to the "doc" 
- # make target.
--AC_PATH_PROG([DOXYGEN],[doxygen])
--AC_ARG_VAR(DOXYGEN,
--   [Location of the 'doxygen' program; if found we can generate 
documentation for the C code])
--AM_CONDITIONAL(HAVE_DOXYGEN, [ test "x$DOXYGEN" != "x" ])
--
--# Check for dot, the tool that makes the nice little caller graphs for the
--# doxygen documentation.
--AC_PATH_PROG([GRAPHVIZ],[dot])
--AC_ARG_VAR(GRAPHVIZ,
--   [Location of the 'dot' program from the graphviz suite; if found 
we can generate caller graphs for the documentation of the C code])
--AM_CONDITIONAL(HAVE_GRAPHVIZ, [ test "x$GRAPHVIZ" != "x" ])
--if test x$HAVE_DOT = "xfalse"; then
--   AC_MSG_WARN([*** dot from the graphviz package not found, inheritance 
diagrams will not be generated in code documentation])
--fi
-+AM_CONDITIONAL(HAVE_DOXYGEN, [ false ])
-+
-+AM_CONDITIONAL(HAVE_GRAPHVIZ, [ false ])
- 
- 

[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2016-11-27 Thread Pacho Ramos
commit: 3f715e34771e2ce3ae6c5a9b3aa3f22d4cfb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 27 11:59:36 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 27 12:02:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f715eff

media-sound/mp3splt-gtk: Cleanup

Package-Manager: portage-2.3.2

 media-sound/mp3splt-gtk/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/mp3splt-gtk/metadata.xml 
b/media-sound/mp3splt-gtk/metadata.xml
index 29235f1..19ed72c 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -7,7 +7,6 @@


Include media-sound/audacious 
support
-   Link against x11-libs/gtk+:3 
instead of x11-libs/gtk+:2


mp3splt



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/, media-libs/libmp3splt/, media-sound/mp3splt/

2015-08-30 Thread Sebastian Pipping
commit: 9b9e8ec47d5c02b1208160b4e76c7bd39caeab8e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 30 16:08:09 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 30 16:08:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9e8ec4

mp3splt: Remove sping as a maintainer

 media-libs/libmp3splt/metadata.xml   | 4 
 media-sound/mp3splt-gtk/metadata.xml | 4 
 media-sound/mp3splt/metadata.xml | 4 
 3 files changed, 12 deletions(-)

diff --git a/media-libs/libmp3splt/metadata.xml 
b/media-libs/libmp3splt/metadata.xml
index ab638f0..33770ad 100644
--- a/media-libs/libmp3splt/metadata.xml
+++ b/media-libs/libmp3splt/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
sound
-   
-   sp...@gentoo.org
-   Sebastian Pipping
-   

mp3splt


diff --git a/media-sound/mp3splt-gtk/metadata.xml 
b/media-sound/mp3splt-gtk/metadata.xml
index f622bdd..1f6ffde 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
sound
-   
-   sp...@gentoo.org
-   Sebastian Pipping
-   

Include media-sound/audacious 
support
Link against x11-libs/gtk+:3 
instead of x11-libs/gtk+:2

diff --git a/media-sound/mp3splt/metadata.xml b/media-sound/mp3splt/metadata.xml
index ab638f0..33770ad 100644
--- a/media-sound/mp3splt/metadata.xml
+++ b/media-sound/mp3splt/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
sound
-   
-   sp...@gentoo.org
-   Sebastian Pipping
-   

mp3splt




[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/

2015-08-15 Thread Alexis Ballier
commit: 2e773795961109f05266108fd0d746f64b784461
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Aug 15 09:26:22 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Aug 15 09:26:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e773795

media-sound/mp3splt-gtk: Bump to 0.9.2

Package-Manager: portage-2.2.20.1

 media-sound/mp3splt-gtk/Manifest |  1 +
 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/media-sound/mp3splt-gtk/Manifest b/media-sound/mp3splt-gtk/Manifest
index da15baa..4e13bef 100644
--- a/media-sound/mp3splt-gtk/Manifest
+++ b/media-sound/mp3splt-gtk/Manifest
@@ -1,4 +1,5 @@
 DIST mp3splt-gtk-0.7.3.tar.gz 1166328 SHA256 
7300383453ca8d3268776163e2afb9b03a0d907d2f29ec6fc1826b41679d4e1c SHA512 
070d9aabfe3eed77f596051b2a750dff3a36f1a37e233d6d6498dae4688a48770a87730b3c2e9c1c775a28e834590d84027030fd6f994ffa890c685c9f8bd809
 WHIRLPOOL 
e0b42f51a552d0b372054b5a55d6f1e9e3ee35f20363999bfcb7a34436515a831f3b20b4ca40723cd5614b63e405e46530621d16167954c986f320f8876b9cc0
 DIST mp3splt-gtk-0.9.1.tar.gz 1079894 SHA256 
3c9db4b6ec26cd55c91b7fe30b8b6236555b95012cd8abdc4c949e6ae45c8194 SHA512 
7596e8341b8cd5f0592f310665bd178d04e8c46b43e51a2df4fb0d6acac64e5be66aeb58f072acbbf9597578c5126f28eb3734e8d24e020669db7b2b94ef6a65
 WHIRLPOOL 
ce701110d5c855c1872ca1c83aa7e13c8e95c307e9cea43545a9d77017dac1c13c7bddaaf129ba00ef6be8f2f4a1a3aae57e29df7b3361830a54643d0bfa85fc
 DIST mp3splt-gtk-0.9.1a.tar.gz 1079260 SHA256 
5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718 SHA512 
9eea51063350d7644a96150332a3e88a35ba5e94bda07043d03dc93fe1b6ff656e55f8d7e564248d54004e44e0f9f4677c63a456a8a65a18be63417e47b524aa
 WHIRLPOOL 
75e7c3c87d60fd0d4dead656cab4560dc13a69c70a18de776127875fff6804e92c7311d60f88a9115d7bbfab66d22718e6de334480e7faab9017f94a03131afd
+DIST mp3splt-gtk-0.9.2.tar.gz 1070580 SHA256 
2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650 SHA512 
e837cbc0759cd6535fc466099a170d066ab72b4854f8546f524261fe660887f5d2add60d9fa1e19d68d811004c682a324b5bcba86aa8cb89ae1ad2bc2f9b1d9d
 WHIRLPOOL 
fbf430cb2ca087d2ebc9b1d98a2f9b693c14a84bc3714bf7968c75d9d9430099c84f8f884485c71b41cb9a70ba531ec80e9131e19342d033f89d4c14f7c6c15c
 DIST mp3splt-gtk-0.9.tar.gz 1061200 SHA256 
6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5 SHA512 
0966e08fb8aef75feb6d3ffea7377ce39376739b1c6d97cb5729e627829d99e0b56011d625cfea26c76a39f7a2ff2a941fef92b4ab85a9c83f99ef1c55c6a87f
 WHIRLPOOL 
14d64a728364139fabfe4851886fc0bdc98121f2ef8c8642f9d30b37cfdf143b3e8434aaac600fda0c80d38afdb8f13a2423e53904cc0cf446d187193d426bf4

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
new file mode 100644
index 000..798d634
--- /dev/null
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils versionator autotools multilib
+
+DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net";
+SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="audacious doc gnome gstreamer nls"
+
+RDEPEND="~media-libs/libmp3splt-0.9.2
+   x11-libs/gtk+:3
+   audacious? ( >=media-sound/audacious-3.0 )
+   !audacious? ( dev-libs/dbus-glib )
+   gstreamer? ( media-libs/gstreamer:1.0
+   media-plugins/gst-plugins-meta:1.0[mp3] )
+   gnome? ( gnome-base/libgnomeui )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   gnome? ( app-text/gnome-doc-utils app-text/rarian )
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   if use audacious; then
+   sed -i \
+   -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
+   src/Makefile.am || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+
+   use nls || myconf+=" --disable-nls"
+   use audacious || myconf+=" --disable-audacious"
+   use gstreamer || myconf+=" --disable-gstreamer"
+
+   econf \
+   --disable-dependency-tracking \
+   $(use_enable gnome) \
+   $(use_enable doc doxygen_doc) \
+   --disable-cutter \
+   ${myconf}
+}
+
+src_install() {
+   default
+   dodoc AUTHORS ChangeLog NEWS README
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/

2015-08-15 Thread Alexis Ballier
commit: 96df86f25ab177ac19ac81cca55c8c6bd1df8bf7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Aug 15 09:25:44 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Aug 15 09:25:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96df86f2

media-sound/mp3splt: Bump to 2.6.2

Package-Manager: portage-2.2.20.1

 media-sound/mp3splt/Manifest |  1 +
 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/media-sound/mp3splt/Manifest b/media-sound/mp3splt/Manifest
index 14dbab5..793187a 100644
--- a/media-sound/mp3splt/Manifest
+++ b/media-sound/mp3splt/Manifest
@@ -1 +1,2 @@
 DIST mp3splt-2.6.1a.tar.gz 260476 SHA256 
9cd24b7483bbca7bf4a1c306fbf2afc2bb111defd0d88e9d87f642c1b519bb50 SHA512 
5c0f6a56e09c0b33f83360bc4ea5d4c9398fa6ec9bc39e7e9ab34b0ff19e46ddacbbc69ff51953ee399f1a172f2d634c57c256abdfe51def593e5f981490cc17
 WHIRLPOOL 
a511c8627afcce86ec290c76628520b0f520c94445ee13bf8ad1c47ab344c485035ab9061f2bfa6522a4a19cbb232dc131f27b1b80f2b6ee2843b2c7f6de9b43
+DIST mp3splt-2.6.2.tar.gz 260901 SHA256 
3ec32b10ddd8bb11af987b8cd1c76382c48d265d0ffda53041d9aceb1f103baa SHA512 
c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b
 WHIRLPOOL 
aa79c18f6da4c0f319721da55132d7b4b9420d08eb5c1230156a585d46ee5e276372ef5cd18f4a94fe12921a4a63ca7338b23739d13154f2f9c11dd6e29ebc34

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
new file mode 100644
index 000..23f9a38
--- /dev/null
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="a command line utility to split mp3 and ogg files without 
decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="flac"
+
+RDEPEND="~media-libs/libmp3splt-0.9.2[flac?]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext"
+
+src_configure() {
+   econf \
+   --enable-oggsplt_symlink \
+   $(use_enable flac flacsplt_symlink) \
+   --disable-dependency-tracking
+}
+
+src_install() {
+   default
+   dodoc AUTHORS ChangeLog NEWS README TODO
+}