From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 10 16:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id B97BC8B5 for ; Sun, 10 Nov 2013 16:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 9624C2306 for ; Sun, 10 Nov 2013 16:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAAGK098085777 for ; Sun, 10 Nov 2013 16:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAAGK0LF085776; Sun, 10 Nov 2013 16:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 10 Nov 2013 16:20:00 GMT Resent-Message-Id: <201311101620.rAAGK0LF085776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Makhmatkhanov 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 ESMTP id EDB7B75B for ; Sun, 10 Nov 2013 16:13:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9AF122CE for ; Sun, 10 Nov 2013 16:13:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAAGD4wK082721 for ; Sun, 10 Nov 2013 16:13:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAAGD4hm082710; Sun, 10 Nov 2013 16:13:04 GMT (envelope-from nobody) Message-Id: <201311101613.rAAGD4hm082710@oldred.freebsd.org> Date: Sun, 10 Nov 2013 16:13:04 GMT From: Ruslan Makhmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183843: audio/exaile: update to 3.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 16:20:00 -0000 >Number: 183843 >Category: ports >Synopsis: audio/exaile: update to 3.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 10 16:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ruslan Makhmatkhanov >Release: FreeBSD 11.0-CURRENT >Organization: >Environment: FreeBSD 11.0-CURRENT amd64 >Description: - update to 3.3.2 - add staging support - update USE_PYTHON value changelog: 3.3.2 is primarily a bugfix release, with only very limited new features added. - Tracks were sometimes selected incorrectly when searching a playlist - Sometimes the main window wouldn't appear when minimizing to the system tray - More tags supported for MP4/M4A/FLAC/OGG files - Locale bugs when executing --help - Updated Windows installer dependency download versions - Fixed plugins: librivox n.b: The second bug is most annoying for me. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 333334) +++ Makefile (working copy) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= exaile -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= audio -MASTER_SITES= https://launchpadlibrarian.net/123112109/ \ +MASTER_SITES= https://launchpadlibrarian.net/155081992/ \ http://wickedmachine.net/mirror/ MAINTAINER= jsa@FreeBSD.org @@ -17,9 +17,8 @@ FETCH_ARGS= -pRr MAKE_ENV+= PYTHON2_CMD=${PYTHON_CMD} XDGCONFDIR=${PREFIX}/etc/xdg USE_GNOME= pygtk2 librsvg2 -NO_STAGE= yes USE_GSTREAMER= python good faad -USE_PYTHON= -2.7 +USE_PYTHON= 2 # The reality with these options is that they all will be autodetected and used # if already installed. These just force Exaile to bring them in as well. @@ -28,9 +27,6 @@ BAD_DESC= Install bad GStreamer plugins SEXY_DESC= UI enhancements -MANCOMPRESSED= yes -MAN1= exaile.1 - .include .if ${PORT_OPTIONS:MBAD} Index: distinfo =================================================================== --- distinfo (revision 333334) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (exaile-3.3.1.tar.gz) = 263b819bc00d37c616c709090034d02eefb7206c87c1a04bf9f3b4b66e991c24 -SIZE (exaile-3.3.1.tar.gz) = 2799284 +SHA256 (exaile-3.3.2.tar.gz) = b25b61e6ad682737f3728015a82f4d733beaa6740862c7413bcc502e432a0461 +SIZE (exaile-3.3.2.tar.gz) = 3207277 Index: pkg-plist =================================================================== --- pkg-plist (revision 333334) +++ pkg-plist (working copy) @@ -301,6 +301,7 @@ lib/exaile/xlgui/widgets/rating.py lib/exaile/xlgui/widgets/rating.pyc lib/exaile/xlgui/widgets/rating.pyo +man/man1/exaile.1.gz share/applications/exaile.desktop share/dbus-1/services/org.exaile.Exaile.service %%DATADIR%%/data/images/16x16/artist.png @@ -1010,6 +1011,7 @@ %%DATADIR%%/plugins/xkeys/__init__.py %%DATADIR%%/plugins/xkeys/__init__.pyc %%DATADIR%%/plugins/xkeys/__init__.pyo +%%NLS%%share/locale/af/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ar/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ast/LC_MESSAGES/exaile.mo %%NLS%%share/locale/be/LC_MESSAGES/exaile.mo @@ -1023,6 +1025,8 @@ %%NLS%%share/locale/da/LC_MESSAGES/exaile.mo %%NLS%%share/locale/de/LC_MESSAGES/exaile.mo %%NLS%%share/locale/el/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/en/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/exaile.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/exaile.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/exaile.mo %%NLS%%share/locale/eo/LC_MESSAGES/exaile.mo @@ -1031,8 +1035,10 @@ %%NLS%%share/locale/eu/LC_MESSAGES/exaile.mo %%NLS%%share/locale/fa/LC_MESSAGES/exaile.mo %%NLS%%share/locale/fi/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/fo/LC_MESSAGES/exaile.mo %%NLS%%share/locale/fr/LC_MESSAGES/exaile.mo %%NLS%%share/locale/frp/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/fy/LC_MESSAGES/exaile.mo %%NLS%%share/locale/gl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/gu/LC_MESSAGES/exaile.mo %%NLS%%share/locale/he/LC_MESSAGES/exaile.mo @@ -1053,11 +1059,13 @@ %%NLS%%share/locale/nb/LC_MESSAGES/exaile.mo %%NLS%%share/locale/nl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/oc/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/os/LC_MESSAGES/exaile.mo %%NLS%%share/locale/pl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/pt/LC_MESSAGES/exaile.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ro/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ru/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/si/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sk/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sq/LC_MESSAGES/exaile.mo @@ -1066,9 +1074,12 @@ %%NLS%%share/locale/sw/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ta/LC_MESSAGES/exaile.mo %%NLS%%share/locale/te/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/th/LC_MESSAGES/exaile.mo %%NLS%%share/locale/tl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/tr/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/ts/LC_MESSAGES/exaile.mo %%NLS%%share/locale/uk/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/ur/LC_MESSAGES/exaile.mo %%NLS%%share/locale/vi/LC_MESSAGES/exaile.mo %%NLS%%share/locale/zh/LC_MESSAGES/exaile.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/exaile.mo @@ -1076,6 +1087,8 @@ share/pixmaps/exaile.png %%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur +%%NLS%%@dirrmtry share/locale/ts/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ts %%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/tl %%NLS%%@dirrmtry share/locale/te/LC_MESSAGES @@ -1084,10 +1097,14 @@ %%NLS%%@dirrmtry share/locale/sw %%NLS%%@dirrmtry share/locale/si/LC_MESSAGES %%NLS%%@dirrmtry share/locale/si +%%NLS%%@dirrmtry share/locale/os/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/os %%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/fy/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fy %%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES %%NLS%%@dirrmtry share/locale/frp %%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES @@ -1187,8 +1204,6 @@ @dirrm %%DATADIR%%/data/images @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@dirrm etc/xdg/exaile -@dirrmtry etc/xdg @dirrm lib/exaile/xlgui/widgets @dirrm lib/exaile/xlgui/preferences @dirrm lib/exaile/xlgui/panel @@ -1201,3 +1216,5 @@ @dirrm lib/exaile/xl/metadata @dirrm lib/exaile/xl @dirrm lib/exaile +@dirrm etc/xdg/exaile +@dirrmtry etc/xdg >Release-Note: >Audit-Trail: >Unformatted: