[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-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-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-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 sping AT gentoo DOT org
AuthorDate: Sun Aug 30 16:08:09 2015 +
Commit: Sebastian Pipping sping AT gentoo DOT 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 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdsound/herd
-   maintainer
-   emailsp...@gentoo.org/email
-   nameSebastian Pipping/name
-   /maintainer
upstream
remote-id type=sourceforgemp3splt/remote-id
/upstream

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 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdsound/herd
-   maintainer
-   emailsp...@gentoo.org/email
-   nameSebastian Pipping/name
-   /maintainer
use
flag name=audaciousInclude pkgmedia-sound/audacious/pkg 
support/flag
flag name=gtk3Link against pkgx11-libs/gtk+/pkg:3 
instead of pkgx11-libs/gtk+/pkg:2/flag

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 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdsound/herd
-   maintainer
-   emailsp...@gentoo.org/email
-   nameSebastian Pipping/name
-   /maintainer
upstream
remote-id type=sourceforgemp3splt/remote-id
/upstream



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

2015-08-15 Thread Alexis Ballier
commit: 2e773795961109f05266108fd0d746f64b784461
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Sat Aug 15 09:26:22 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT 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
+}