From owner-svn-ports-head@FreeBSD.ORG Sat Oct 26 02:04:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 59410E9F; Sat, 26 Oct 2013 02:04:41 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 464E72FDA; Sat, 26 Oct 2013 02:04:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9Q24fQL046971; Sat, 26 Oct 2013 02:04:41 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9Q24eEo046968; Sat, 26 Oct 2013 02:04:40 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310260204.r9Q24eEo046968@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 26 Oct 2013 02:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331646 - head/audio/spek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 02:04:41 -0000 Author: danilo Date: Sat Oct 26 02:04:40 2013 New Revision: 331646 URL: http://svnweb.freebsd.org/changeset/ports/331646 Log: - Fix build [1] - Update pkg-descr [1] - Add stage support - Add NLS option - Use GCC only in versions < 1000054 PR: ports/183288 Submitted by: Alexander Kojevnikov (maintainer) [1] Modified: head/audio/spek/Makefile head/audio/spek/pkg-descr head/audio/spek/pkg-plist Modified: head/audio/spek/Makefile ============================================================================== --- head/audio/spek/Makefile Sat Oct 26 01:35:09 2013 (r331645) +++ head/audio/spek/Makefile Sat Oct 26 02:04:40 2013 (r331646) @@ -14,12 +14,8 @@ LICENSE= GPLv3 LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg -MAN1= spek.1 - USE_XZ= yes -NO_STAGE= yes -USE_GCC= 4.7+ -USES= gettext gmake +USES= gmake pkgconfig desktop-file-utils USE_GNOME= desktopfileutils intltool USE_WX= 2.8+ WX_UNICODE= yes @@ -27,10 +23,19 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALLS_ICONS= yes -post-install: - -@update-desktop-database +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +.include + +.if ${OSVERSION} < 1000054 +USE_GCC= 4.7+ +.endif post-patch: - @${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" ${WRKSRC}/po/Makefile.in.in + @${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" \ + ${WRKSRC}/po/Makefile.in.in -.include +.include Modified: head/audio/spek/pkg-descr ============================================================================== --- head/audio/spek/pkg-descr Sat Oct 26 01:35:09 2013 (r331645) +++ head/audio/spek/pkg-descr Sat Oct 26 02:04:40 2013 (r331646) @@ -1,4 +1,4 @@ Spek helps to analyse your audio files by showing their spectrogram. Spek supports all popular lossy and lossless audio file formats. -WWW: http://spek-project.org/ +WWW: http://spek.cc/ Modified: head/audio/spek/pkg-plist ============================================================================== --- head/audio/spek/pkg-plist Sat Oct 26 01:35:09 2013 (r331645) +++ head/audio/spek/pkg-plist Sat Oct 26 02:04:40 2013 (r331646) @@ -1,4 +1,5 @@ bin/spek +man/man1/spek.1.gz share/applications/spek.desktop share/icons/hicolor/16x16/apps/spek.png share/icons/hicolor/22x22/apps/spek.png @@ -6,25 +7,25 @@ share/icons/hicolor/24x24/apps/spek.png share/icons/hicolor/32x32/apps/spek.png share/icons/hicolor/48x48/apps/spek.png share/icons/hicolor/scalable/apps/spek.svg -share/locale/cs/LC_MESSAGES/spek.mo -share/locale/da/LC_MESSAGES/spek.mo -share/locale/de/LC_MESSAGES/spek.mo -share/locale/eo/LC_MESSAGES/spek.mo -share/locale/es/LC_MESSAGES/spek.mo -share/locale/fr/LC_MESSAGES/spek.mo -share/locale/it/LC_MESSAGES/spek.mo -share/locale/ja/LC_MESSAGES/spek.mo -share/locale/nb/LC_MESSAGES/spek.mo -share/locale/nl/LC_MESSAGES/spek.mo -share/locale/pl/LC_MESSAGES/spek.mo -share/locale/pt_BR/LC_MESSAGES/spek.mo -share/locale/ru/LC_MESSAGES/spek.mo -share/locale/sv/LC_MESSAGES/spek.mo -share/locale/tr/LC_MESSAGES/spek.mo -share/locale/uk/LC_MESSAGES/spek.mo -share/locale/vi/LC_MESSAGES/spek.mo -share/locale/zh_CN/LC_MESSAGES/spek.mo -share/locale/zh_TW/LC_MESSAGES/spek.mo +%%NLS%%share/locale/cs/LC_MESSAGES/spek.mo +%%NLS%%share/locale/da/LC_MESSAGES/spek.mo +%%NLS%%share/locale/de/LC_MESSAGES/spek.mo +%%NLS%%share/locale/eo/LC_MESSAGES/spek.mo +%%NLS%%share/locale/es/LC_MESSAGES/spek.mo +%%NLS%%share/locale/fr/LC_MESSAGES/spek.mo +%%NLS%%share/locale/it/LC_MESSAGES/spek.mo +%%NLS%%share/locale/ja/LC_MESSAGES/spek.mo +%%NLS%%share/locale/nb/LC_MESSAGES/spek.mo +%%NLS%%share/locale/nl/LC_MESSAGES/spek.mo +%%NLS%%share/locale/pl/LC_MESSAGES/spek.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/spek.mo +%%NLS%%share/locale/ru/LC_MESSAGES/spek.mo +%%NLS%%share/locale/sv/LC_MESSAGES/spek.mo +%%NLS%%share/locale/tr/LC_MESSAGES/spek.mo +%%NLS%%share/locale/uk/LC_MESSAGES/spek.mo +%%NLS%%share/locale/vi/LC_MESSAGES/spek.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/spek.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/spek.mo @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor/22x22/apps