svn commit: r312364 - head/audio/mp3splt-gtk
Pawel Pekala
pawel at FreeBSD.org
Sat Feb 16 15:41:35 UTC 2013
Author: pawel
Date: Sat Feb 16 15:41:34 2013
New Revision: 312364
URL: http://svnweb.freebsd.org/changeset/ports/312364
Log:
- Update to version 0.8.1 [1]
- gnomedocutils is needed for DOCS=off case otherwise build breaks
- Add --disable-gtk3 to CONFIGURE_ARGS to prevent linking with gtk3
- Convert to OptionsNG
- Trim Makefile header
PR: ports/175855 [1]
Submitted by: Timothy Beyer <beyert at cs.ucr.edu> (maintainer) [1]
Modified:
head/audio/mp3splt-gtk/Makefile
head/audio/mp3splt-gtk/distinfo
head/audio/mp3splt-gtk/pkg-plist
Modified: head/audio/mp3splt-gtk/Makefile
==============================================================================
--- head/audio/mp3splt-gtk/Makefile Sat Feb 16 15:40:43 2013 (r312363)
+++ head/audio/mp3splt-gtk/Makefile Sat Feb 16 15:41:34 2013 (r312364)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: audio/mp3splt-gtk
-# Date created: 05.09.2009
-# Whom: Timothy Beyer <beyert at cs.ucr.edu>
-#
+# Created by: Timothy Beyer <beyert at cs.ucr.edu>
# $FreeBSD$
PORTNAME= mp3splt-gtk
-PORTVERSION= 0.7.2
-PORTREVISION= 2
+PORTVERSION= 0.8.1
CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
@@ -22,11 +18,10 @@ LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/l
vorbis:${PORTSDIR}/audio/libvorbis \
id3tag:${PORTSDIR}/audio/libid3tag
-USE_GNOME+= libxml2
INSTALLS_OMF= yes
USE_AUTOTOOLS= libltdl
USE_GSTREAMER= yes
-USE_GNOME= gtk20
+USE_GNOME= gnomedocutils gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -35,22 +30,22 @@ LDFLAGS+= -L${LOCALBASE}/lib
# disable audacious, because gtk 3 is required to enable it for this program...
CONFIGURE_ARGS+= --disable-audacious --with-mp3splt=${LOCALBASE} \
--with-mp3splt-includes=${LOCALBASE}/include \
- --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest
+ --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest \
+ --disable-gtk3
MAN1= mp3splt-gtk.1
PORTDOCS= *
.include <bsd.port.options.mk>
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
LIB_DEPENDS+= gvc:${PORTSDIR}/graphics/graphviz
BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
-USE_GNOME+= gnomedocutils
.else
CONFIGURE_ARGS+= --disable-doxygen-doc
.endif
-.if defined(WITHOUT_NLS)
+.if ! ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
Modified: head/audio/mp3splt-gtk/distinfo
==============================================================================
--- head/audio/mp3splt-gtk/distinfo Sat Feb 16 15:40:43 2013 (r312363)
+++ head/audio/mp3splt-gtk/distinfo Sat Feb 16 15:41:34 2013 (r312364)
@@ -1,2 +1,2 @@
-SHA256 (mp3splt-gtk-0.7.2.tar.gz) = 58d2e562b004bc99ad206b4a6726126d170dc9093a35689888b010fe663be23a
-SIZE (mp3splt-gtk-0.7.2.tar.gz) = 851231
+SHA256 (mp3splt-gtk-0.8.1.tar.gz) = d0bfd6524bd29e061c9d00574c164ed70a112eec11f36ae8a240606c712f1241
+SIZE (mp3splt-gtk-0.8.1.tar.gz) = 1050681
Modified: head/audio/mp3splt-gtk/pkg-plist
==============================================================================
--- head/audio/mp3splt-gtk/pkg-plist Sat Feb 16 15:40:43 2013 (r312363)
+++ head/audio/mp3splt-gtk/pkg-plist Sat Feb 16 15:41:34 2013 (r312364)
@@ -76,8 +76,7 @@ share/omf/mp3splt-gtk/mp3splt-gtk-fr.omf
share/omf/mp3splt-gtk/mp3splt-gtk-ru_RU.omf
share/pixmaps/mp3splt-gtk.png
share/pixmaps/mp3splt-gtk_ico.svg
- at dirrmtry share/applications
- at dirrm share/omf/mp3splt-gtk
+ at dirrmtry share/omf/mp3splt-gtk
@dirrmtry share/omf
@dirrm %%DATADIR%%
@dirrm share/gnome/help/mp3splt-gtk/ru_RU/figures
@@ -97,9 +96,20 @@ share/pixmaps/mp3splt-gtk_ico.svg
@dirrm share/gnome/help/mp3splt-gtk/C/figures
@dirrm share/gnome/help/mp3splt-gtk/C
@dirrm share/gnome/help/mp3splt-gtk
-%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ru_RU
+%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/cs
+%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/de_DE
+%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/es
%%NLS%%@dirrmtry share/locale/es_CL/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/es_CL
+%%NLS%%@dirrmtry share/locale/fr_FR/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/fr_FR
+%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ro
+%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ru_RU
@dirrmtry share/gnome/help
@dirrmtry share/gnome
+ at dirrmtry share/applications
More information about the svn-ports-head
mailing list