pkgsrc/audio/mp3splt-gtk/Makefile

31 lines
864 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.45 2019/07/21 22:24:26 wiz Exp $
#
Update to 0.9.2. From the changelog: mp3splt-gtk version 0.9.2 - added bit reservoir handling for gapless playback option - added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory - dropped out GTK 2.x support - removed gtk3 deprecated symbols and made it look more gtk3-alike ------------------------------------------------------------- mp3splt-gtk version 0.9.1b - bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt) - bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt) - bug fix: issue when having input file inside several recursive symlinks (libmp3splt) - small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1a - FLAC: fixed an important bug not allowing to split some files (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1 - FLAC internal cue sheets support - simple MP3 chapter marks support (with no overlap) - added 'Use CDDB/CUE file having similar name as the input file' option in Batch split - optimized amplitude wave drawing time (now consumes less CPU) and make it not to "shake" anymore - added customizable seeks in mp3splt-gtk (patch #7 - thanks to Sašo Živanović) - added quick preview closest splitpoint shortcut and option to stop gstreamer quick preview several milliseconds earlier - added 'preview closest splitpoint & pause' option (feature request #98) - now compiled and delivered by default with gtk+-3.0 on Windows - gstreamer 0.10 support was dropped in favor of the 1.0 version - fixed bug #157: quick preview goes too far - fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin (libmp3splt) - fixed bug #160 '---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt) - better thread handling to make sure there is no overlap between the GTK thread and the other threads - fixed bug #162 - Tooltip displayed for only a second ------------------------------------------------------------- mp3splt-gtk version 0.9 - experimental FLAC support added - fixed bug: when importing the exported cue file, set splitpoint name if REM NAME found (libmp3splt) - fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt) - applied patch of #153 [PATCH] mp3splt-gtk 0.8.2 has issues with Automake 1.13(.1), too - fixed bug #151 - remove deprecated category 'Application' from mp3splt-gtk .desktop file ----- pkgsrc changes: - Remove 'gnome' option (requires GNOME 3, not in pkgsrc)
2018-10-01 00:30:37 +02:00
DISTNAME= mp3splt-gtk-0.9.2
PKGREVISION= 3
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
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
2015-12-29 05:54:34 +01:00
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config msgfmt gmake
2012-01-11 20:38:24 +01:00
LIBS.SunOS+= -lnsl
CONFIGURE_ARGS+= --enable-gstreamer
CONFIGURE_ARGS+= --disable-audacious
Update to 0.9.2. From the changelog: mp3splt-gtk version 0.9.2 - added bit reservoir handling for gapless playback option - added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory - dropped out GTK 2.x support - removed gtk3 deprecated symbols and made it look more gtk3-alike ------------------------------------------------------------- mp3splt-gtk version 0.9.1b - bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt) - bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt) - bug fix: issue when having input file inside several recursive symlinks (libmp3splt) - small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1a - FLAC: fixed an important bug not allowing to split some files (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1 - FLAC internal cue sheets support - simple MP3 chapter marks support (with no overlap) - added 'Use CDDB/CUE file having similar name as the input file' option in Batch split - optimized amplitude wave drawing time (now consumes less CPU) and make it not to "shake" anymore - added customizable seeks in mp3splt-gtk (patch #7 - thanks to Sašo Živanović) - added quick preview closest splitpoint shortcut and option to stop gstreamer quick preview several milliseconds earlier - added 'preview closest splitpoint & pause' option (feature request #98) - now compiled and delivered by default with gtk+-3.0 on Windows - gstreamer 0.10 support was dropped in favor of the 1.0 version - fixed bug #157: quick preview goes too far - fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin (libmp3splt) - fixed bug #160 '---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt) - better thread handling to make sure there is no overlap between the GTK thread and the other threads - fixed bug #162 - Tooltip displayed for only a second ------------------------------------------------------------- mp3splt-gtk version 0.9 - experimental FLAC support added - fixed bug: when importing the exported cue file, set splitpoint name if REM NAME found (libmp3splt) - fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt) - applied patch of #153 [PATCH] mp3splt-gtk 0.8.2 has issues with Automake 1.13(.1), too - fixed bug #151 - remove deprecated category 'Application' from mp3splt-gtk .desktop file ----- pkgsrc changes: - Remove 'gnome' option (requires GNOME 3, not in pkgsrc)
2018-10-01 00:30:37 +02:00
CONFIGURE_ARGS+= --disable-doxygen_doc
CONFIGURE_ARGS+= --disable-gnome
.include "../../audio/libmp3splt/buildlink3.mk"
Update to 0.9.2. From the changelog: mp3splt-gtk version 0.9.2 - added bit reservoir handling for gapless playback option - added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory - dropped out GTK 2.x support - removed gtk3 deprecated symbols and made it look more gtk3-alike ------------------------------------------------------------- mp3splt-gtk version 0.9.1b - bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt) - bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt) - bug fix: issue when having input file inside several recursive symlinks (libmp3splt) - small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1a - FLAC: fixed an important bug not allowing to split some files (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1 - FLAC internal cue sheets support - simple MP3 chapter marks support (with no overlap) - added 'Use CDDB/CUE file having similar name as the input file' option in Batch split - optimized amplitude wave drawing time (now consumes less CPU) and make it not to "shake" anymore - added customizable seeks in mp3splt-gtk (patch #7 - thanks to Sašo Živanović) - added quick preview closest splitpoint shortcut and option to stop gstreamer quick preview several milliseconds earlier - added 'preview closest splitpoint & pause' option (feature request #98) - now compiled and delivered by default with gtk+-3.0 on Windows - gstreamer 0.10 support was dropped in favor of the 1.0 version - fixed bug #157: quick preview goes too far - fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin (libmp3splt) - fixed bug #160 '---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt) - better thread handling to make sure there is no overlap between the GTK thread and the other threads - fixed bug #162 - Tooltip displayed for only a second ------------------------------------------------------------- mp3splt-gtk version 0.9 - experimental FLAC support added - fixed bug: when importing the exported cue file, set splitpoint name if REM NAME found (libmp3splt) - fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt) - applied patch of #153 [PATCH] mp3splt-gtk 0.8.2 has issues with Automake 1.13(.1), too - fixed bug #151 - remove deprecated category 'Application' from mp3splt-gtk .desktop file ----- pkgsrc changes: - Remove 'gnome' option (requires GNOME 3, not in pkgsrc)
2018-10-01 00:30:37 +02:00
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
Update to 0.9.2. From the changelog: mp3splt-gtk version 0.9.2 - added bit reservoir handling for gapless playback option - added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory - dropped out GTK 2.x support - removed gtk3 deprecated symbols and made it look more gtk3-alike ------------------------------------------------------------- mp3splt-gtk version 0.9.1b - bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt) - bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt) - bug fix: issue when having input file inside several recursive symlinks (libmp3splt) - small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1a - FLAC: fixed an important bug not allowing to split some files (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.9.1 - FLAC internal cue sheets support - simple MP3 chapter marks support (with no overlap) - added 'Use CDDB/CUE file having similar name as the input file' option in Batch split - optimized amplitude wave drawing time (now consumes less CPU) and make it not to "shake" anymore - added customizable seeks in mp3splt-gtk (patch #7 - thanks to Sašo Živanović) - added quick preview closest splitpoint shortcut and option to stop gstreamer quick preview several milliseconds earlier - added 'preview closest splitpoint & pause' option (feature request #98) - now compiled and delivered by default with gtk+-3.0 on Windows - gstreamer 0.10 support was dropped in favor of the 1.0 version - fixed bug #157: quick preview goes too far - fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension when detecting a file for a plugin (libmp3splt) - fixed bug #160 '---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt) - better thread handling to make sure there is no overlap between the GTK thread and the other threads - fixed bug #162 - Tooltip displayed for only a second ------------------------------------------------------------- mp3splt-gtk version 0.9 - experimental FLAC support added - fixed bug: when importing the exported cue file, set splitpoint name if REM NAME found (libmp3splt) - fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt) - applied patch of #153 [PATCH] mp3splt-gtk 0.8.2 has issues with Automake 1.13(.1), too - fixed bug #151 - remove deprecated category 'Application' from mp3splt-gtk .desktop file ----- pkgsrc changes: - Remove 'gnome' option (requires GNOME 3, not in pkgsrc)
2018-10-01 00:30:37 +02:00
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"