Sat Sep 3 12:37:54 2022 UTC ()
exaile: Update to 4.1.2

   4.1.2 (2022-08-09):

     * Tests do not depend on mox3 anymore.
     * The full test suite can now run with no unexpected failures on Windows
       or as root.
     * When running tests with make test, PYTHONPATH is now only prepended
       to, instead of being replaced.
     * Translation updates: Arabic, Catalan, Chinese (Simplified), Croatian,
       Estonian, French, Galician, German, Polish, Portuguese (Brazil),
       Russian, Spanish.
     * Regression fixes (for bugs that were not present in Exaile 4.1.1):
          * Track counts in the status bar no longer show up as "%d" (#809).
          * Fixed error when attempting to load some UI elements, e.g. the
            Preferences page for the replaygain plugin.


(nia)
diff -r1.77 -r1.78 pkgsrc/audio/exaile/Makefile
diff -r1.10 -r1.11 pkgsrc/audio/exaile/PLIST
diff -r1.17 -r1.18 pkgsrc/audio/exaile/distinfo

cvs diff -r1.77 -r1.78 pkgsrc/audio/exaile/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/exaile/Makefile 2022/08/11 05:08:01 1.77
+++ pkgsrc/audio/exaile/Makefile 2022/09/03 12:37:54 1.78
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.77 2022/08/11 05:08:01 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.78 2022/09/03 12:37:54 nia Exp $
2 2
3DISTNAME= exaile-4.1.1 3DISTNAME= exaile-4.1.2
4PKGREVISION= 4 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GITHUB:=exaile/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=exaile/}
7GITHUB_PROJECT= exaile 6GITHUB_PROJECT= exaile
8GITHUB_RELEASE= ${PKGVERSION_NOREV} 7GITHUB_RELEASE= ${PKGVERSION_NOREV}
9 8
10MAINTAINER= nia@NetBSD.org 9MAINTAINER= nia@NetBSD.org
11HOMEPAGE= https://www.exaile.org/ 10HOMEPAGE= https://www.exaile.org/
12COMMENT= Music Player for GTK+ 11COMMENT= Music Player for GTK+
13LICENSE= gnu-gpl-v2 # or later 12LICENSE= gnu-gpl-v2 # or later
14 13
15PY_PATCHPLIST= yes 14PY_PATCHPLIST= yes
16 15
17USE_TOOLS+= pkg-config gmake 16USE_TOOLS+= pkg-config gmake

cvs diff -r1.10 -r1.11 pkgsrc/audio/exaile/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/exaile/PLIST 2021/02/18 18:04:27 1.10
+++ pkgsrc/audio/exaile/PLIST 2022/09/03 12:37:54 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2021/02/18 18:04:27 nia Exp $ 1@comment $NetBSD: PLIST,v 1.11 2022/09/03 12:37:54 nia Exp $
2bin/exaile 2bin/exaile
3lib/exaile/exaile.py 3lib/exaile/exaile.py
4lib/exaile/xl/__init__.py 4lib/exaile/xl/__init__.py
5lib/exaile/xl/collection.py 5lib/exaile/xl/collection.py
6lib/exaile/xl/common.py 6lib/exaile/xl/common.py
7lib/exaile/xl/covers.py 7lib/exaile/xl/covers.py
8lib/exaile/xl/devices.py 8lib/exaile/xl/devices.py
9lib/exaile/xl/dynamic.py 9lib/exaile/xl/dynamic.py
10lib/exaile/xl/event.py 10lib/exaile/xl/event.py
11lib/exaile/xl/externals/__init__.py 11lib/exaile/xl/externals/__init__.py
12lib/exaile/xl/externals/gi_composites.py 12lib/exaile/xl/externals/gi_composites.py
13lib/exaile/xl/externals/sigint.py 13lib/exaile/xl/externals/sigint.py
14lib/exaile/xl/formatter.py 14lib/exaile/xl/formatter.py
@@ -113,31 +113,30 @@ lib/exaile/xlgui/widgets/common.py @@ -113,31 +113,30 @@ lib/exaile/xlgui/widgets/common.py
113lib/exaile/xlgui/widgets/dialogs.py 113lib/exaile/xlgui/widgets/dialogs.py
114lib/exaile/xlgui/widgets/filter.py 114lib/exaile/xlgui/widgets/filter.py
115lib/exaile/xlgui/widgets/info.py 115lib/exaile/xlgui/widgets/info.py
116lib/exaile/xlgui/widgets/menu.py 116lib/exaile/xlgui/widgets/menu.py
117lib/exaile/xlgui/widgets/menuitems.py 117lib/exaile/xlgui/widgets/menuitems.py
118lib/exaile/xlgui/widgets/notebook.py 118lib/exaile/xlgui/widgets/notebook.py
119lib/exaile/xlgui/widgets/playback.py 119lib/exaile/xlgui/widgets/playback.py
120lib/exaile/xlgui/widgets/playlist.py 120lib/exaile/xlgui/widgets/playlist.py
121lib/exaile/xlgui/widgets/playlist_columns.py 121lib/exaile/xlgui/widgets/playlist_columns.py
122lib/exaile/xlgui/widgets/queue.py 122lib/exaile/xlgui/widgets/queue.py
123lib/exaile/xlgui/widgets/rating.py 123lib/exaile/xlgui/widgets/rating.py
124lib/exaile/xlgui/widgets/smart_playlist_editor.py 124lib/exaile/xlgui/widgets/smart_playlist_editor.py
125man/man1/exaile.1 125man/man1/exaile.1
126share/appdata/exaile.appdata.xml 
127share/applications/exaile.desktop 126share/applications/exaile.desktop
128share/bash-completion/completions/exaile 127share/bash-completion/completions/exaile
129share/dbus-1/services/org.exaile.Exaile.service 128share/dbus-1/services/org.exaile.Exaile.service
130share/exaile/data/images/128x128 129share/exaile/data/images/128x128/exaile.png
131share/exaile/data/images/16x16/artist.png 130share/exaile/data/images/16x16/artist.png
132share/exaile/data/images/16x16/exaile-pause.png 131share/exaile/data/images/16x16/exaile-pause.png
133share/exaile/data/images/16x16/exaile-play.png 132share/exaile/data/images/16x16/exaile-play.png
134share/exaile/data/images/16x16/exaile.png 133share/exaile/data/images/16x16/exaile.png
135share/exaile/data/images/16x16/extension.png 134share/exaile/data/images/16x16/extension.png
136share/exaile/data/images/16x16/genre.png 135share/exaile/data/images/16x16/genre.png
137share/exaile/data/images/16x16/media-playlist-dynamic.png 136share/exaile/data/images/16x16/media-playlist-dynamic.png
138share/exaile/data/images/16x16/media-playlist-repeat.png 137share/exaile/data/images/16x16/media-playlist-repeat.png
139share/exaile/data/images/16x16/media-playlist-shuffle.png 138share/exaile/data/images/16x16/media-playlist-shuffle.png
140share/exaile/data/images/16x16/music-library.png 139share/exaile/data/images/16x16/music-library.png
141share/exaile/data/images/16x16/office-calendar.png 140share/exaile/data/images/16x16/office-calendar.png
142share/exaile/data/images/22x22/artist.png 141share/exaile/data/images/22x22/artist.png
143share/exaile/data/images/22x22/exaile-pause.png 142share/exaile/data/images/22x22/exaile-pause.png
@@ -578,26 +577,34 @@ share/exaile/plugins/playlistanalyzer/te @@ -578,26 +577,34 @@ share/exaile/plugins/playlistanalyzer/te
578share/exaile/plugins/podcasts/PLUGININFO 577share/exaile/plugins/podcasts/PLUGININFO
579share/exaile/plugins/podcasts/__init__.py 578share/exaile/plugins/podcasts/__init__.py
580share/exaile/plugins/podcasts/__init__.pyc 579share/exaile/plugins/podcasts/__init__.pyc
581share/exaile/plugins/podcasts/__init__.pyo 580share/exaile/plugins/podcasts/__init__.pyo
582share/exaile/plugins/podcasts/podcasts.ui 581share/exaile/plugins/podcasts/podcasts.ui
583share/exaile/plugins/previewdevice/PLUGININFO 582share/exaile/plugins/previewdevice/PLUGININFO
584share/exaile/plugins/previewdevice/__init__.py 583share/exaile/plugins/previewdevice/__init__.py
585share/exaile/plugins/previewdevice/__init__.pyc 584share/exaile/plugins/previewdevice/__init__.pyc
586share/exaile/plugins/previewdevice/__init__.pyo 585share/exaile/plugins/previewdevice/__init__.pyo
587share/exaile/plugins/previewdevice/previewprefs.py 586share/exaile/plugins/previewdevice/previewprefs.py
588share/exaile/plugins/previewdevice/previewprefs.pyc 587share/exaile/plugins/previewdevice/previewprefs.pyc
589share/exaile/plugins/previewdevice/previewprefs.pyo 588share/exaile/plugins/previewdevice/previewprefs.pyo
590share/exaile/plugins/previewdevice/previewprefs.ui 589share/exaile/plugins/previewdevice/previewprefs.ui
 590share/exaile/plugins/quickbuttons/PLUGININFO
 591share/exaile/plugins/quickbuttons/__init__.py
 592share/exaile/plugins/quickbuttons/__init__.pyc
 593share/exaile/plugins/quickbuttons/__init__.pyo
 594share/exaile/plugins/quickbuttons/qb_prefs.py
 595share/exaile/plugins/quickbuttons/qb_prefs.pyc
 596share/exaile/plugins/quickbuttons/qb_prefs.pyo
 597share/exaile/plugins/quickbuttons/qb_prefs.ui
591share/exaile/plugins/replaygain/PLUGININFO 598share/exaile/plugins/replaygain/PLUGININFO
592share/exaile/plugins/replaygain/__init__.py 599share/exaile/plugins/replaygain/__init__.py
593share/exaile/plugins/replaygain/__init__.pyc 600share/exaile/plugins/replaygain/__init__.pyc
594share/exaile/plugins/replaygain/__init__.pyo 601share/exaile/plugins/replaygain/__init__.pyo
595share/exaile/plugins/replaygain/replaygainprefs.py 602share/exaile/plugins/replaygain/replaygainprefs.py
596share/exaile/plugins/replaygain/replaygainprefs.pyc 603share/exaile/plugins/replaygain/replaygainprefs.pyc
597share/exaile/plugins/replaygain/replaygainprefs.pyo 604share/exaile/plugins/replaygain/replaygainprefs.pyo
598share/exaile/plugins/replaygain/replaygainprefs_pane.ui 605share/exaile/plugins/replaygain/replaygainprefs_pane.ui
599share/exaile/plugins/screensaverpause/PLUGININFO 606share/exaile/plugins/screensaverpause/PLUGININFO
600share/exaile/plugins/screensaverpause/__init__.py 607share/exaile/plugins/screensaverpause/__init__.py
601share/exaile/plugins/screensaverpause/__init__.pyc 608share/exaile/plugins/screensaverpause/__init__.pyc
602share/exaile/plugins/screensaverpause/__init__.pyo 609share/exaile/plugins/screensaverpause/__init__.pyo
603share/exaile/plugins/screensaverpause/prefs.py 610share/exaile/plugins/screensaverpause/prefs.py
@@ -699,17 +706,17 @@ share/locale/sl/LC_MESSAGES/exaile.mo @@ -699,17 +706,17 @@ share/locale/sl/LC_MESSAGES/exaile.mo
699share/locale/sq/LC_MESSAGES/exaile.mo 706share/locale/sq/LC_MESSAGES/exaile.mo
700share/locale/sr/LC_MESSAGES/exaile.mo 707share/locale/sr/LC_MESSAGES/exaile.mo
701share/locale/sv/LC_MESSAGES/exaile.mo 708share/locale/sv/LC_MESSAGES/exaile.mo
702share/locale/sw/LC_MESSAGES/exaile.mo 709share/locale/sw/LC_MESSAGES/exaile.mo
703share/locale/ta/LC_MESSAGES/exaile.mo 710share/locale/ta/LC_MESSAGES/exaile.mo
704share/locale/te/LC_MESSAGES/exaile.mo 711share/locale/te/LC_MESSAGES/exaile.mo
705share/locale/th/LC_MESSAGES/exaile.mo 712share/locale/th/LC_MESSAGES/exaile.mo
706share/locale/tl/LC_MESSAGES/exaile.mo 713share/locale/tl/LC_MESSAGES/exaile.mo
707share/locale/tr/LC_MESSAGES/exaile.mo 714share/locale/tr/LC_MESSAGES/exaile.mo
708share/locale/ts/LC_MESSAGES/exaile.mo 715share/locale/ts/LC_MESSAGES/exaile.mo
709share/locale/uk/LC_MESSAGES/exaile.mo 716share/locale/uk/LC_MESSAGES/exaile.mo
710share/locale/ur/LC_MESSAGES/exaile.mo 717share/locale/ur/LC_MESSAGES/exaile.mo
711share/locale/vi/LC_MESSAGES/exaile.mo 718share/locale/vi/LC_MESSAGES/exaile.mo
712share/locale/zh/LC_MESSAGES/exaile.mo 
713share/locale/zh_CN/LC_MESSAGES/exaile.mo 719share/locale/zh_CN/LC_MESSAGES/exaile.mo
714share/locale/zh_TW/LC_MESSAGES/exaile.mo 720share/locale/zh_TW/LC_MESSAGES/exaile.mo
 721share/metainfo/exaile.appdata.xml
715share/pixmaps/exaile.png 722share/pixmaps/exaile.png

cvs diff -r1.17 -r1.18 pkgsrc/audio/exaile/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/exaile/distinfo 2021/10/26 09:58:53 1.17
+++ pkgsrc/audio/exaile/distinfo 2022/09/03 12:37:54 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2021/10/26 09:58:53 nia Exp $ 1$NetBSD: distinfo,v 1.18 2022/09/03 12:37:54 nia Exp $
2 2
3BLAKE2s (exaile-4.1.1.tar.gz) = b9206cd5482e1cd5e51548d56aa67d5d1e2ea12e82be3433f19b2f350d5f69d7 3BLAKE2s (exaile-4.1.2.tar.gz) = f3cf06d3b91ca02c0e5c5d85bf0d064f10e69aa7fde6b60462f7ac77bf8ba726
4SHA512 (exaile-4.1.1.tar.gz) = 66c52374d2e668d0a9609749bd5308c9a3c76beeddc4ca990a5533ee521292941e32c6e37c1721df719e3db8cc3ce5636bfe4c9e33ad80236464ea579c89a0b7 4SHA512 (exaile-4.1.2.tar.gz) = 926f6a975020f566e05174acc9e87c5f8211ee6e5b14d985a0e295d1947b5a0dc4ab140e9a8b7bc153b4acf4a6dece6e88c147b82b2b21cced3866c1b7657ea9
5Size (exaile-4.1.1.tar.gz) = 3692350 bytes 5Size (exaile-4.1.2.tar.gz) = 3770994 bytes
6SHA1 (patch-exaile) = 738848e3f57ff4cf202478be6d1fe30bc3a93533 6SHA1 (patch-exaile) = 738848e3f57ff4cf202478be6d1fe30bc3a93533