diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-21 20:56:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-21 20:56:00 +0000 |
commit | d4fc408dfad90979e80b8b65b1b299e55979d120 (patch) | |
tree | 52c0bab0921b35757870e66ba344397fc98fe7fc /audio/mp3splt-gtk/Makefile | |
parent | c46c0517c34b02374b302143731334ba34f19c2a (diff) | |
download | pkgsrc-d4fc408dfad90979e80b8b65b1b299e55979d120.tar.gz |
Update to 0.7
* Introduce gnome option.
Changelog:
mp3splt-gtk version 0.7
- added trimming using silence detection
- fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: (libmp3splt)
* only one artist, album, title are supported
* for mp3's, the total tracknumber is not yet supported
- fixed bug: don't show split files when setting silence splitpoints or trim splitpoints
- fixed #3355210 - gtk not intuitive - split button with text and shadow
- fixed windows bug to take translations from the current directory (+libmp3splt)
- fixed windows bug with wide characters in directory path of executable (+libmp3splt)
Diffstat (limited to 'audio/mp3splt-gtk/Makefile')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index 9f6d2152f2a..023b4c4c747 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/04/22 13:42:56 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/21 20:56:00 ryoon Exp $ # -DISTNAME= mp3splt-gtk-0.6 -PKGREVISION= 2 +DISTNAME= mp3splt-gtk-0.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} @@ -14,9 +13,11 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config msgfmt +USE_TOOLS+= pkg-config msgfmt gmake USE_DIRS+= xdg-1.1 +.include "options.mk" + CONFIGURE_ARGS+= --enable-gstreamer CONFIGURE_ARGS+= --disable-audacious |