30272f6d9b
* 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)
16 lines
415 B
Makefile
16 lines
415 B
Makefile
# $NetBSD: options.mk,v 1.1 2011/10/21 20:56:00 ryoon Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mp3splt-gtk
|
|
PKG_SUPPORTED_OPTIONS= gnome
|
|
PKG_SUGGESTED_OPTIONS= gnome
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= gnome
|
|
.if empty(PKG_OPTIONS:Mgnome)
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
.else
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
PLIST.gnome= yes
|
|
.endif
|