svn commit: r386635 - head/sysutils/xfburn
Olivier Duchateau
olivierd at FreeBSD.org
Sun May 17 17:43:00 UTC 2015
Author: olivierd
Date: Sun May 17 17:42:58 2015
New Revision: 386635
URL: https://svnweb.freebsd.org/changeset/ports/386635
Log:
- Update to 0.5.4
- GSTREAMER option is now set by default (it can transcode different formats
of audio files)
Changelog: http://git.xfce.org/apps/xfburn/tree/NEWS?id=xfburn-0.5.4#n1
Modified:
head/sysutils/xfburn/Makefile
head/sysutils/xfburn/distinfo
head/sysutils/xfburn/pkg-plist
Modified: head/sysutils/xfburn/Makefile
==============================================================================
--- head/sysutils/xfburn/Makefile Sun May 17 17:08:42 2015 (r386634)
+++ head/sysutils/xfburn/Makefile Sun May 17 17:42:58 2015 (r386635)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfburn
-PORTVERSION= 0.5.2
-PORTREVISION= 2
+PORTVERSION= 0.5.4
CATEGORIES= sysutils
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -26,10 +25,16 @@ INSTALLS_ICONS= yes
CONFIGURE_ARGS=--disable-gudev
OPTIONS_DEFINE= GSTREAMER NLS
+OPTIONS_DEFAULT= GSTREAMER NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
-GSTREAMER_USE= gstreamer=yes
+GSTREAMER_USE= gstreamer1=yes,faac,flac,lame,vorbis,wavpack
GSTREAMER_CONFIGURE_ENABLE= gstreamer
+post-patch:
+ ${REINPLACE_CMD} -e 's|media-cdrom|media-optical|g' \
+ ${WRKSRC}/desktop-integration/thunar-sendto-xfburn.desktop.in \
+ ${WRKSRC}/xfburn.desktop.in
+
.include <bsd.port.mk>
Modified: head/sysutils/xfburn/distinfo
==============================================================================
--- head/sysutils/xfburn/distinfo Sun May 17 17:08:42 2015 (r386634)
+++ head/sysutils/xfburn/distinfo Sun May 17 17:42:58 2015 (r386635)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfburn-0.5.2.tar.bz2) = 63682aab3c30c77e464b2b3b84606d1e1dcefc98e7042072fa09b729d6f84412
-SIZE (xfce4/xfburn-0.5.2.tar.bz2) = 760833
+SHA256 (xfce4/xfburn-0.5.4.tar.bz2) = 9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6
+SIZE (xfce4/xfburn-0.5.4.tar.bz2) = 773300
Modified: head/sysutils/xfburn/pkg-plist
==============================================================================
--- head/sysutils/xfburn/pkg-plist Sun May 17 17:08:42 2015 (r386634)
+++ head/sysutils/xfburn/pkg-plist Sun May 17 17:42:58 2015 (r386635)
@@ -74,6 +74,7 @@ share/icons/hicolor/scalable/stock/media
%%NLS%%share/locale/ko/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/lt/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/lv/LC_MESSAGES/xfburn.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/nb/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/nn/LC_MESSAGES/xfburn.mo
@@ -88,6 +89,7 @@ share/icons/hicolor/scalable/stock/media
%%NLS%%share/locale/sq/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/sr/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xfburn.mo
+%%NLS%%share/locale/te/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/th/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/tr/LC_MESSAGES/xfburn.mo
%%NLS%%share/locale/ug/LC_MESSAGES/xfburn.mo
More information about the svn-ports-all
mailing list