1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

audio/mp3splt-gtk: update to 0.8.2

- Update to 0.8.2 [1]
- Use options helpers
- Convert lib depends to new format
- Allow staging

PR:		ports/184401
Submitted by:	maintainer
This commit is contained in:
William Grzybowski 2013-12-02 12:49:29 +00:00
parent 3d5a4057ed
commit 9437c078d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335482
3 changed files with 16 additions and 20 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= mp3splt-gtk PORTNAME= mp3splt-gtk
PORTVERSION= 0.8.1 PORTVERSION= 0.8.2
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
@ -10,21 +10,19 @@ MAINTAINER= beyert@cs.ucr.edu
COMMENT= Utility to split mp3 and ogg files (via GTK Interface) COMMENT= Utility to split mp3 and ogg files (via GTK Interface)
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt \ LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt \
mad:${PORTSDIR}/audio/libmad \ libmad.so:${PORTSDIR}/audio/libmad \
ogg:${PORTSDIR}/audio/libogg \ libogg.so:${PORTSDIR}/audio/libogg \
vorbis:${PORTSDIR}/audio/libvorbis \ libvorbis.so:${PORTSDIR}/audio/libvorbis \
id3tag:${PORTSDIR}/audio/libid3tag libid3tag.so:${PORTSDIR}/audio/libid3tag
INSTALLS_OMF= yes INSTALLS_OMF= yes
USE_AUTOTOOLS= libltdl USE_AUTOTOOLS= libltdl
NO_STAGE= yes
USE_GSTREAMER= yes USE_GSTREAMER= yes
USE_GNOME= gnomedocutils gtk20 USE_GNOME= gnomedocutils gtk20
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake pkgconfig USES= desktop-file-utils gmake pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
@ -34,9 +32,14 @@ CONFIGURE_ARGS+= --disable-audacious --with-mp3splt=${LOCALBASE} \
--with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest \ --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest \
--disable-gtk3 --disable-gtk3
MAN1= mp3splt-gtk.1
PORTDOCS= * PORTDOCS= *
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} .if ${PORT_OPTIONS:MDOCS}
@ -46,12 +49,4 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
CONFIGURE_ARGS+= --disable-doxygen-doc CONFIGURE_ARGS+= --disable-doxygen-doc
.endif .endif
.if ! ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USES+= gettext
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mp3splt-gtk-0.8.1.tar.gz) = d0bfd6524bd29e061c9d00574c164ed70a112eec11f36ae8a240606c712f1241 SHA256 (mp3splt-gtk-0.8.2.tar.gz) = 5634d0a6d15f73affc361c49cafb96a5e53fa2e65a6d7723e74a3a79d3f27c88
SIZE (mp3splt-gtk-0.8.1.tar.gz) = 1050681 SIZE (mp3splt-gtk-0.8.2.tar.gz) = 1049687

View File

@ -1,4 +1,5 @@
bin/mp3splt-gtk bin/mp3splt-gtk
man/man1/mp3splt-gtk.1.gz
share/applications/mp3splt-gtk.desktop share/applications/mp3splt-gtk.desktop
share/gnome/help/mp3splt-gtk/C/figures/FreeDBSearch.png share/gnome/help/mp3splt-gtk/C/figures/FreeDBSearch.png
share/gnome/help/mp3splt-gtk/C/figures/Preferences.png share/gnome/help/mp3splt-gtk/C/figures/Preferences.png