From owner-svn-ports-all@FreeBSD.ORG Mon May 19 19:40:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F0B65FD; Mon, 19 May 2014 19:40:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AFD62F6E; Mon, 19 May 2014 19:40:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JJeAsx081259; Mon, 19 May 2014 19:40:10 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4JJe9WS081254; Mon, 19 May 2014 19:40:09 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201405191940.s4JJe9WS081254@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 19 May 2014 19:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354584 - in head/audio/xfce4-mixer: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 19:40:10 -0000 Author: olivierd Date: Mon May 19 19:40:09 2014 New Revision: 354584 URL: http://svnweb.freebsd.org/changeset/ports/354584 QAT: https://qat.redports.org/buildarchive/r354584/ Log: - Update to 4.11.0 (bugfix) - Add LICENSE - Add NLS (Native Language Support) option Despite odd number (development release, see announce [1]), there's nothing new. Still uses the old GStreamer API (0.10). Likewise, GstMixerInterface (opaque structure for sound card in GStreamer) has been removed in the new API (1.0). [1] https://mail.xfce.org/pipermail/xfce-announce/2014-April/000321.html Reviewed by: Ivan Klymenko Obtained from: Xfce repo. Added: head/audio/xfce4-mixer/files/ head/audio/xfce4-mixer/files/patch-configure (contents, props changed) Modified: head/audio/xfce4-mixer/Makefile head/audio/xfce4-mixer/distinfo head/audio/xfce4-mixer/pkg-plist Modified: head/audio/xfce4-mixer/Makefile ============================================================================== --- head/audio/xfce4-mixer/Makefile Mon May 19 19:09:07 2014 (r354583) +++ head/audio/xfce4-mixer/Makefile Mon May 19 19:40:09 2014 (r354584) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-mixer -PORTVERSION= 4.10.0 -PORTREVISION= 5 +PORTVERSION= 4.11.0 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -12,19 +11,21 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Volume control for the Xfce desktop +LICENSE= GPLv2 + LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel xfconf USE_GSTREAMER= good MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= KEYBIND +OPTIONS_DEFINE= KEYBIND NLS KEYBIND_DESC= Multimedia keyboard shortcuts @@ -37,6 +38,15 @@ CONFIGURE_ARGS+=--enable-keybinder CONFIGURE_ARGS+=--disable-keybinder .endif +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +CONFIGURE_ARGS+=--enable-nls +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: @${FIND} ${WRKSRC} -name 'Makefile.in' -or -name 'xfce-mixer-track.c' \ -type f | ${XARGS} ${REINPLACE_CMD} -e \ Modified: head/audio/xfce4-mixer/distinfo ============================================================================== --- head/audio/xfce4-mixer/distinfo Mon May 19 19:09:07 2014 (r354583) +++ head/audio/xfce4-mixer/distinfo Mon May 19 19:40:09 2014 (r354584) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-mixer-4.10.0.tar.bz2) = a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade -SIZE (xfce4/xfce4-mixer-4.10.0.tar.bz2) = 461526 +SHA256 (xfce4/xfce4-mixer-4.11.0.tar.bz2) = fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2 +SIZE (xfce4/xfce4-mixer-4.11.0.tar.bz2) = 472235 Added: head/audio/xfce4-mixer/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xfce4-mixer/files/patch-configure Mon May 19 19:40:09 2014 (r354584) @@ -0,0 +1,11 @@ +--- ./configure.orig 2014-04-09 19:40:22.000000000 +0000 ++++ ./configure 2014-04-09 22:42:39.000000000 +0000 +@@ -13405,7 +13405,7 @@ + + fi + fi +- USE_NLS=yes ++ #USE_NLS=yes + + + gt_cv_have_gettext=no Modified: head/audio/xfce4-mixer/pkg-plist ============================================================================== --- head/audio/xfce4-mixer/pkg-plist Mon May 19 19:09:07 2014 (r354583) +++ head/audio/xfce4-mixer/pkg-plist Mon May 19 19:40:09 2014 (r354584) @@ -2,52 +2,55 @@ bin/xfce4-mixer lib/xfce4/panel/plugins/libmixer.so man/man1/xfce4-mixer.1.gz share/applications/xfce4-mixer.desktop -share/locale/am/LC_MESSAGES/xfce4-mixer.mo -share/locale/ar/LC_MESSAGES/xfce4-mixer.mo -share/locale/ast/LC_MESSAGES/xfce4-mixer.mo -share/locale/bg/LC_MESSAGES/xfce4-mixer.mo -share/locale/ca/LC_MESSAGES/xfce4-mixer.mo -share/locale/cs/LC_MESSAGES/xfce4-mixer.mo -share/locale/da/LC_MESSAGES/xfce4-mixer.mo -share/locale/de/LC_MESSAGES/xfce4-mixer.mo -share/locale/el/LC_MESSAGES/xfce4-mixer.mo -share/locale/en_GB/LC_MESSAGES/xfce4-mixer.mo -share/locale/es/LC_MESSAGES/xfce4-mixer.mo -share/locale/eu/LC_MESSAGES/xfce4-mixer.mo -share/locale/fi/LC_MESSAGES/xfce4-mixer.mo -share/locale/fr/LC_MESSAGES/xfce4-mixer.mo -share/locale/gl/LC_MESSAGES/xfce4-mixer.mo -share/locale/he/LC_MESSAGES/xfce4-mixer.mo -share/locale/hr/LC_MESSAGES/xfce4-mixer.mo -share/locale/hu/LC_MESSAGES/xfce4-mixer.mo -share/locale/id/LC_MESSAGES/xfce4-mixer.mo -share/locale/is/LC_MESSAGES/xfce4-mixer.mo -share/locale/it/LC_MESSAGES/xfce4-mixer.mo -share/locale/ja/LC_MESSAGES/xfce4-mixer.mo -share/locale/kk/LC_MESSAGES/xfce4-mixer.mo -share/locale/ko/LC_MESSAGES/xfce4-mixer.mo -share/locale/lt/LC_MESSAGES/xfce4-mixer.mo -share/locale/lv/LC_MESSAGES/xfce4-mixer.mo -share/locale/nb/LC_MESSAGES/xfce4-mixer.mo -share/locale/nl/LC_MESSAGES/xfce4-mixer.mo -share/locale/nn/LC_MESSAGES/xfce4-mixer.mo -share/locale/pl/LC_MESSAGES/xfce4-mixer.mo -share/locale/pt/LC_MESSAGES/xfce4-mixer.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-mixer.mo -share/locale/ro/LC_MESSAGES/xfce4-mixer.mo -share/locale/ru/LC_MESSAGES/xfce4-mixer.mo -share/locale/si/LC_MESSAGES/xfce4-mixer.mo -share/locale/sk/LC_MESSAGES/xfce4-mixer.mo -share/locale/sr/LC_MESSAGES/xfce4-mixer.mo -share/locale/sv/LC_MESSAGES/xfce4-mixer.mo -share/locale/tr/LC_MESSAGES/xfce4-mixer.mo -share/locale/ug/LC_MESSAGES/xfce4-mixer.mo -share/locale/uk/LC_MESSAGES/xfce4-mixer.mo -share/locale/ur/LC_MESSAGES/xfce4-mixer.mo -share/locale/ur_PK/LC_MESSAGES/xfce4-mixer.mo -share/locale/vi/LC_MESSAGES/xfce4-mixer.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/is/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/si/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/th/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-mixer.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo share/pixmaps/chain-broken.png share/pixmaps/chain.png share/icons/hicolor/16x16/status/audio-input-microphone-muted.png @@ -55,17 +58,21 @@ share/icons/hicolor/scalable/status/audi share/xfce4/panel/plugins/mixer.desktop @dirrmtry share/xfce4/panel/plugins @dirrmtry share/xfce4/panel -@dirrmtry share/locale/ur_PK/LC_MESSAGES -@dirrmtry share/locale/ur_PK -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast +%%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_HK +%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur_PK +%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur +%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ug +%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/si +%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/oc +%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kk +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast @dirrmtry lib/xfce4/panel/plugins @dirrmtry lib/xfce4/panel