From owner-svn-ports-head@freebsd.org Sat Oct 3 00:59:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D17A6A0F09A; Sat, 3 Oct 2015 00:59:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.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 B3D651391; Sat, 3 Oct 2015 00:59:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t930xwQv095794; Sat, 3 Oct 2015 00:59:58 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t930xvSY095791; Sat, 3 Oct 2015 00:59:57 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201510030059.t930xvSY095791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 3 Oct 2015 00:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398457 - head/audio/soundconverter 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.20 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, 03 Oct 2015 00:59:58 -0000 Author: junovitch Date: Sat Oct 3 00:59:57 2015 New Revision: 398457 URL: https://svnweb.freebsd.org/changeset/ports/398457 Log: audio/soundconverter: pass on maintainership and clean up port - Pass maintainer from ports@ to submitter - Add maintainer mirror to MASTER_SITES - Add NO_ARCH - Sort USES (portlint) - Remove unconditional gettext USES and add NLS knob (portlint) - Update WWW link and update pkg-descr based on upstream verbiage PR: 200505 Submitted by: Chris Hutchinson (with changes) Modified: head/audio/soundconverter/Makefile head/audio/soundconverter/pkg-descr head/audio/soundconverter/pkg-plist Modified: head/audio/soundconverter/Makefile ============================================================================== --- head/audio/soundconverter/Makefile Sat Oct 3 00:47:16 2015 (r398456) +++ head/audio/soundconverter/Makefile Sat Oct 3 00:59:57 2015 (r398457) @@ -5,16 +5,18 @@ PORTNAME= soundconverter PORTVERSION= 1.5.4 PORTREVISION= 1 CATEGORIES= audio python -MASTER_SITES= BERLIOS +MASTER_SITES= BERLIOS \ + http://BSDforge.com/projects/source/audio/soundconverter/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Sound conversion application for the GNOME environment LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:${PORTSDIR}/multimedia/py-gstreamer -USES= gettext gmake desktop-file-utils python:2 shebangfix +NO_ARCH= yes +USES= desktop-file-utils gmake python:2 shebangfix SHEBANG_FILES= src/soundconverter.py python_OLD_CMD= /usr/bin/python -tt @@ -24,6 +26,12 @@ USE_GNOME= intltool pygtk2 pygnome2 MAKE_ENV= MAKE=${MAKE_CMD} INSTALLS_ICONS= yes +OPTIONS_DEFAULT= NLS +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext + post-patch: @${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|; \ s|itlocaledir = .*|itlocaledir = ${LOCALBASE}/share/locale|g' \ Modified: head/audio/soundconverter/pkg-descr ============================================================================== --- head/audio/soundconverter/pkg-descr Sat Oct 3 00:47:16 2015 (r398456) +++ head/audio/soundconverter/pkg-descr Sat Oct 3 00:59:57 2015 (r398457) @@ -1,7 +1,7 @@ -SoundConverter is the sound conversion application for the GNOME -environment. It reads anything the GStreamer library can read -(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS, -ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3, -and Ogg Vorbis files. +SoundConverter is the leading audio file converter for the GNOME Desktop. +It reads anything GStreamer can read (Ogg Vorbis, AAC, MP3, FLAC, WAV, +AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, MOD, XM, S3M, +etc...), and writes to Opus, Ogg Vorbis, FLAC, WAV, AAC, and MP3 files, +or use any GNOME Audio Profile. -WWW: http://soundconverter.berlios.de/ +WWW: http://soundconverter.org/ Modified: head/audio/soundconverter/pkg-plist ============================================================================== --- head/audio/soundconverter/pkg-plist Sat Oct 3 00:47:16 2015 (r398456) +++ head/audio/soundconverter/pkg-plist Sat Oct 3 00:59:57 2015 (r398457) @@ -2,47 +2,47 @@ bin/soundconverter man/man1/soundconverter.1.gz %%DATADIR%%/soundconverter-logo.svg %%DATADIR%%/soundconverter.glade -share/locale/ar/LC_MESSAGES/soundconverter.mo -share/locale/bg/LC_MESSAGES/soundconverter.mo -share/locale/br/LC_MESSAGES/soundconverter.mo -share/locale/ca/LC_MESSAGES/soundconverter.mo -share/locale/cs/LC_MESSAGES/soundconverter.mo -share/locale/da/LC_MESSAGES/soundconverter.mo -share/locale/de/LC_MESSAGES/soundconverter.mo -share/locale/el/LC_MESSAGES/soundconverter.mo -share/locale/en_AU/LC_MESSAGES/soundconverter.mo -share/locale/en_GB/LC_MESSAGES/soundconverter.mo -share/locale/eo/LC_MESSAGES/soundconverter.mo -share/locale/es/LC_MESSAGES/soundconverter.mo -share/locale/et/LC_MESSAGES/soundconverter.mo -share/locale/eu/LC_MESSAGES/soundconverter.mo -share/locale/fa/LC_MESSAGES/soundconverter.mo -share/locale/fi/LC_MESSAGES/soundconverter.mo -share/locale/fr/LC_MESSAGES/soundconverter.mo -share/locale/gl/LC_MESSAGES/soundconverter.mo -share/locale/he/LC_MESSAGES/soundconverter.mo -share/locale/hi/LC_MESSAGES/soundconverter.mo -share/locale/hu/LC_MESSAGES/soundconverter.mo -share/locale/it/LC_MESSAGES/soundconverter.mo -share/locale/ja/LC_MESSAGES/soundconverter.mo -share/locale/ml/LC_MESSAGES/soundconverter.mo -share/locale/ms/LC_MESSAGES/soundconverter.mo -share/locale/nl/LC_MESSAGES/soundconverter.mo -share/locale/pl/LC_MESSAGES/soundconverter.mo -share/locale/pt/LC_MESSAGES/soundconverter.mo -share/locale/pt_BR/LC_MESSAGES/soundconverter.mo -share/locale/ru/LC_MESSAGES/soundconverter.mo -share/locale/sk/LC_MESSAGES/soundconverter.mo -share/locale/sl/LC_MESSAGES/soundconverter.mo -share/locale/sr/LC_MESSAGES/soundconverter.mo -share/locale/sr@Latn/LC_MESSAGES/soundconverter.mo -share/locale/sr@latin/LC_MESSAGES/soundconverter.mo -share/locale/sv/LC_MESSAGES/soundconverter.mo -share/locale/te/LC_MESSAGES/soundconverter.mo -share/locale/tr/LC_MESSAGES/soundconverter.mo -share/locale/uk/LC_MESSAGES/soundconverter.mo -share/locale/vi/LC_MESSAGES/soundconverter.mo -share/locale/zh_CN/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/ar/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/bg/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/br/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/ca/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/cs/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/da/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/de/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/el/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/eo/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/es/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/et/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/eu/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/fa/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/fi/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/fr/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/gl/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/he/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/hi/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/hu/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/it/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/ja/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/ml/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/ms/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/nl/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/pl/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/pt/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/ru/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/sk/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/sl/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/sr/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/sr@Latn/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/sv/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/te/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/tr/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/uk/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/vi/LC_MESSAGES/soundconverter.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/soundconverter.mo share/applications/soundconverter.desktop share/icons/hicolor/48x48/apps/soundconverter.png share/icons/hicolor/scalable/apps/soundconverter.svg