diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-30 19:23:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-30 19:23:55 +0000 |
commit | 1a95dd39b14ba059826b425159c1ef228344b8c4 (patch) | |
tree | c1fe526bfb1f6dcea2093752d5a9ecab4ed55d5e /audio/mp3splt-gtk | |
parent | 28500078163a038f2cafda140284d01f7647fa71 (diff) | |
download | pkgsrc-1a95dd39b14ba059826b425159c1ef228344b8c4.tar.gz |
add mp3splt-gtk-0.6, a GUI frontend for libmp3splt
Diffstat (limited to 'audio/mp3splt-gtk')
-rw-r--r-- | audio/mp3splt-gtk/DESCR | 10 | ||||
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 28 | ||||
-rw-r--r-- | audio/mp3splt-gtk/PLIST | 8 | ||||
-rw-r--r-- | audio/mp3splt-gtk/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/audio/mp3splt-gtk/DESCR b/audio/mp3splt-gtk/DESCR new file mode 100644 index 00000000000..e2ee995e571 --- /dev/null +++ b/audio/mp3splt-gtk/DESCR @@ -0,0 +1,10 @@ +Mp3Splt is a utility to split mp3 (VBR supported) and +ogg files selecting a begin and an end time position, without +decoding. It's very useful to split large mp3/ogg to make smaller +files or to split entire albums to obtain original tracks. If you +want to split an album, you can select split points and filenames +manually or you can get them automatically from CDDB (internet or +a local file) or from .cue files. Supports also automatic silence +split, that can be used also to adjust cddb/cue splitpoints. +Otherwise if you have a file created either with Mp3Wrap or AlbumWrap +you can extract tracks just in few seconds. diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile new file mode 100644 index 00000000000..4818b39b94c --- /dev/null +++ b/audio/mp3splt-gtk/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/11/30 19:23:55 drochner Exp $ +# + +DISTNAME= mp3splt-gtk-0.6 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://mp3splt.sourceforge.net/ +COMMENT= Utility to split MP3 (VBR supported) and OGG files + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config msgfmt +USE_DIRS+= xdg-1.1 + +CONFIGURE_ARGS+= --enable-gstreamer +CONFIGURE_ARGS+= --disable-audacious + +.include "../../audio/libmp3splt/buildlink3.mk" +#.include "../../audio/audacious/buildlink3.mk" +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3splt-gtk/PLIST b/audio/mp3splt-gtk/PLIST new file mode 100644 index 00000000000..ecd629f38d6 --- /dev/null +++ b/audio/mp3splt-gtk/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/30 19:23:55 drochner Exp $ +bin/mp3splt-gtk +man/man1/mp3splt-gtk.1 +share/applications/mp3splt-gtk.desktop +share/locale/de/LC_MESSAGES/mp3splt-gtk.mo +share/locale/fr/LC_MESSAGES/mp3splt-gtk.mo +share/pixmaps/mp3splt-gtk.png +share/pixmaps/mp3splt-gtk_ico.png diff --git a/audio/mp3splt-gtk/distinfo b/audio/mp3splt-gtk/distinfo new file mode 100644 index 00000000000..c518515351b --- /dev/null +++ b/audio/mp3splt-gtk/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/11/30 19:23:55 drochner Exp $ + +SHA1 (mp3splt-gtk-0.6.tar.gz) = 19834f40a67502a78638896bf922bea1cc1a933d +RMD160 (mp3splt-gtk-0.6.tar.gz) = be6ac738a6bec7b3c96692a12920685e169e6438 +Size (mp3splt-gtk-0.6.tar.gz) = 312767 bytes |