Fri Oct 18 12:34:19 2019 UTC ()
sound-juicer: Update to 3.24.0

Switch to gtk3 and away from gstreamer0.10.


(nia)
diff -r1.106 -r1.107 pkgsrc/audio/sound-juicer/Makefile
diff -r1.10 -r1.11 pkgsrc/audio/sound-juicer/PLIST
diff -r1.14 -r1.15 pkgsrc/audio/sound-juicer/distinfo
diff -r1.5 -r0 pkgsrc/audio/sound-juicer/patches/patch-aa
diff -r1.3 -r0 pkgsrc/audio/sound-juicer/patches/patch-ac
diff -r1.1 -r0 pkgsrc/audio/sound-juicer/patches/patch-ad
diff -r1.1 -r0 pkgsrc/audio/sound-juicer/patches/patch-ae

cvs diff -r1.106 -r1.107 pkgsrc/audio/sound-juicer/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/sound-juicer/Makefile 2019/07/21 22:24:28 1.106
+++ pkgsrc/audio/sound-juicer/Makefile 2019/10/18 12:34:19 1.107
@@ -1,51 +1,40 @@ @@ -1,51 +1,40 @@
1# $NetBSD: Makefile,v 1.106 2019/07/21 22:24:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.107 2019/10/18 12:34:19 nia Exp $
2# 
3 2
4DISTNAME= sound-juicer-2.32.0 3DISTNAME= sound-juicer-3.24.0
5PKGREVISION= 24 4CATEGORIES= audio
6CATEGORIES= audio 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/sound-juicer/3.24/}
7MASTER_SITES= http://www.burtonini.com/computing/ 6EXTRACT_SUFX= .tar.xz
8MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/sound-juicer/2.32/} 7
9 8MAINTAINER= pkgsrc-users@NetBSD.org
10MAINTAINER= pkgsrc-users@NetBSD.org 9HOMEPAGE= https://wiki.gnome.org/Apps/SoundJuicer
11HOMEPAGE= http://www.burtonini.com/computing/ 10COMMENT= CD ripping tool
12COMMENT= CD ripping tool 11LICENSE= gnu-gpl-v2
13LICENSE= gnu-gpl-v2 12
14 13TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
15USE_PKGLOCALEDIR= yes 14TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2
16GNU_CONFIGURE= yes 15
17USE_TOOLS+= gmake pkg-config intltool msgfmt msgmerge xgettext 16GNU_CONFIGURE= yes
18USE_LANGUAGES= c c++ 17
19 18USE_TOOLS+= pkg-config
20CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/" 19USE_TOOLS+= msgfmt msgmerge xgettext
21MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/" 20USE_TOOLS+= gmake
22CONFIGURE_ENV+= GST_INSPECT="${LOCALBASE}/bin/gst-inspect-0.10" 21
23 22# XXX fails without GNU msgfmt
24GCONF_SCHEMAS+= sound-juicer.schemas 23_TOOLS_USE_PKGSRC.msgfmt= yes
25 
26DEPENDS+= gst-plugins0.10-flac>=0.10.11:../../audio/gst-plugins0.10-flac 
27DEPENDS+= gst-plugins0.10-vorbis>=0.10.22:../../audio/gst-plugins0.10-vorbis 
28DEPENDS+= gst-plugins0.10-gio>=0.10.21:../../sysutils/gst-plugins0.10-gio 
29 24
30.include "../../audio/libcanberra/buildlink3.mk" 25.include "../../audio/libcanberra/buildlink3.mk"
31.include "../../audio/libmusicbrainz/buildlink3.mk" 26.include "../../audio/libdiscid/buildlink3.mk"
32.include "../../audio/taglib/buildlink3.mk" 27.include "../../audio/libmusicbrainz5/buildlink3.mk"
33.include "../../devel/GConf/schemas.mk" 28.include "../../devel/gettext-lib/buildlink3.mk"
34BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0 29.include "../../devel/gobject-introspection/buildlink3.mk"
35.include "../../devel/glib2/buildlink3.mk" 30.include "../../devel/glib2/schemas.mk"
36.include "../../devel/libglade/buildlink3.mk" 
37#.include "../../devel/libgnomeui/buildlink3.mk" 
38.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 31.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
39.include "../../misc/libcdio-paranoia/buildlink3.mk" 32.include "../../multimedia/gstreamer1/buildlink3.mk"
40BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.15 33.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
41.include "../../multimedia/gstreamer0.10/buildlink3.mk" 34.include "../../multimedia/gst-plugins1-good/buildlink3.mk"
42.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" 
43.include "../../multimedia/gnome-media/buildlink3.mk" 
44.include "../../sysutils/brasero/buildlink3.mk" 35.include "../../sysutils/brasero/buildlink3.mk"
45.include "../../sysutils/dbus-glib/buildlink3.mk" 
46.include "../../mk/omf-scrollkeeper.mk" 
47.include "../../textproc/gnome-doc-utils/buildlink3.mk" 
48.include "../../sysutils/desktop-file-utils/desktopdb.mk" 36.include "../../sysutils/desktop-file-utils/desktopdb.mk"
49BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 37.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
50.include "../../x11/gtk2/buildlink3.mk" 38.include "../../textproc/iso-codes/buildlink3.mk"
 39.include "../../x11/gtk3/buildlink3.mk"
51.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/audio/sound-juicer/PLIST 2018/01/01 22:29:18 1.10
+++ pkgsrc/audio/sound-juicer/PLIST 2019/10/18 12:34:19 1.11
@@ -1,121 +1,130 @@ @@ -1,121 +1,130 @@
1@comment $NetBSD: PLIST,v 1.10 2018/01/01 22:29:18 rillig Exp $ 1@comment $NetBSD: PLIST,v 1.11 2019/10/18 12:34:19 nia Exp $
2bin/sound-juicer 2bin/sound-juicer
3man/man1/sound-juicer.1 3man/man1/sound-juicer.1
4share/applications/sound-juicer.desktop 4share/GConf/gsettings/sound-juicer.convert
5share/gconf/schemas/sound-juicer.schemas 5share/appdata/org.gnome.SoundJuicer.appdata.xml
6share/gnome/help/sound-juicer/C/figures/prefs.png 6share/applications/org.gnome.SoundJuicer.desktop
7share/gnome/help/sound-juicer/C/figures/startup.png 7share/dbus-1/services/org.gnome.SoundJuicer.service
8share/gnome/help/sound-juicer/C/legal.xml 8share/glib-2.0/schemas/org.gnome.sound-juicer.gschema.xml
9share/gnome/help/sound-juicer/C/sound-juicer.xml 9share/help/C/sound-juicer/figures/prefs.png
10share/gnome/help/sound-juicer/ar/figures/prefs.png 10share/help/C/sound-juicer/figures/startup.png
11share/gnome/help/sound-juicer/ar/figures/startup.png 11share/help/C/sound-juicer/index.docbook
12share/gnome/help/sound-juicer/ar/legal.xml 12share/help/C/sound-juicer/legal.xml
13share/gnome/help/sound-juicer/ar/sound-juicer.xml 13share/help/ar/sound-juicer/figures/prefs.png
14share/gnome/help/sound-juicer/ca/figures/prefs.png 14share/help/ar/sound-juicer/figures/startup.png
15share/gnome/help/sound-juicer/ca/figures/startup.png 15share/help/ar/sound-juicer/index.docbook
16share/gnome/help/sound-juicer/ca/legal.xml 16share/help/ar/sound-juicer/legal.xml
17share/gnome/help/sound-juicer/ca/sound-juicer.xml 17share/help/ca/sound-juicer/figures/prefs.png
18share/gnome/help/sound-juicer/cs/figures/prefs.png 18share/help/ca/sound-juicer/figures/startup.png
19share/gnome/help/sound-juicer/cs/figures/startup.png 19share/help/ca/sound-juicer/index.docbook
20share/gnome/help/sound-juicer/cs/legal.xml 20share/help/ca/sound-juicer/legal.xml
21share/gnome/help/sound-juicer/cs/sound-juicer.xml 21share/help/cs/sound-juicer/figures/prefs.png
22share/gnome/help/sound-juicer/de/figures/prefs.png 22share/help/cs/sound-juicer/figures/startup.png
23share/gnome/help/sound-juicer/de/figures/startup.png 23share/help/cs/sound-juicer/index.docbook
24share/gnome/help/sound-juicer/de/legal.xml 24share/help/cs/sound-juicer/legal.xml
25share/gnome/help/sound-juicer/de/sound-juicer.xml 25share/help/de/sound-juicer/figures/prefs.png
26share/gnome/help/sound-juicer/el/figures/prefs.png 26share/help/de/sound-juicer/figures/startup.png
27share/gnome/help/sound-juicer/el/figures/startup.png 27share/help/de/sound-juicer/index.docbook
28share/gnome/help/sound-juicer/el/legal.xml 28share/help/de/sound-juicer/legal.xml
29share/gnome/help/sound-juicer/el/sound-juicer.xml 29share/help/el/sound-juicer/figures/prefs.png
30share/gnome/help/sound-juicer/en_GB/figures/prefs.png 30share/help/el/sound-juicer/figures/startup.png
31share/gnome/help/sound-juicer/en_GB/figures/startup.png 31share/help/el/sound-juicer/index.docbook
32share/gnome/help/sound-juicer/en_GB/legal.xml 32share/help/el/sound-juicer/legal.xml
33share/gnome/help/sound-juicer/en_GB/sound-juicer.xml 33share/help/en_GB/sound-juicer/figures/prefs.png
34share/gnome/help/sound-juicer/es/figures/prefs.png 34share/help/en_GB/sound-juicer/figures/startup.png
35share/gnome/help/sound-juicer/es/figures/startup.png 35share/help/en_GB/sound-juicer/index.docbook
36share/gnome/help/sound-juicer/es/legal.xml 36share/help/en_GB/sound-juicer/legal.xml
37share/gnome/help/sound-juicer/es/sound-juicer.xml 37share/help/es/sound-juicer/figures/prefs.png
38share/gnome/help/sound-juicer/eu/figures/prefs.png 38share/help/es/sound-juicer/figures/startup.png
39share/gnome/help/sound-juicer/eu/figures/startup.png 39share/help/es/sound-juicer/index.docbook
40share/gnome/help/sound-juicer/eu/legal.xml 40share/help/es/sound-juicer/legal.xml
41share/gnome/help/sound-juicer/eu/sound-juicer.xml 41share/help/eu/sound-juicer/figures/prefs.png
42share/gnome/help/sound-juicer/fr/figures/prefs.png 42share/help/eu/sound-juicer/figures/startup.png
43share/gnome/help/sound-juicer/fr/figures/startup.png 43share/help/eu/sound-juicer/index.docbook
44share/gnome/help/sound-juicer/fr/legal.xml 44share/help/eu/sound-juicer/legal.xml
45share/gnome/help/sound-juicer/fr/sound-juicer.xml 45share/help/fr/sound-juicer/figures/prefs.png
46share/gnome/help/sound-juicer/ja/figures/prefs.png 46share/help/fr/sound-juicer/figures/startup.png
47share/gnome/help/sound-juicer/ja/figures/startup.png 47share/help/fr/sound-juicer/index.docbook
48share/gnome/help/sound-juicer/ja/legal.xml 48share/help/fr/sound-juicer/legal.xml
49share/gnome/help/sound-juicer/ja/sound-juicer.xml 49share/help/ja/sound-juicer/figures/prefs.png
50share/gnome/help/sound-juicer/nl/figures/prefs.png 50share/help/ja/sound-juicer/figures/startup.png
51share/gnome/help/sound-juicer/nl/figures/startup.png 51share/help/ja/sound-juicer/index.docbook
52share/gnome/help/sound-juicer/nl/legal.xml 52share/help/ja/sound-juicer/legal.xml
53share/gnome/help/sound-juicer/nl/sound-juicer.xml 53share/help/nl/sound-juicer/figures/prefs.png
54share/gnome/help/sound-juicer/oc/figures/prefs.png 54share/help/nl/sound-juicer/figures/startup.png
55share/gnome/help/sound-juicer/oc/figures/startup.png 55share/help/nl/sound-juicer/index.docbook
56share/gnome/help/sound-juicer/oc/legal.xml 56share/help/nl/sound-juicer/legal.xml
57share/gnome/help/sound-juicer/oc/sound-juicer.xml 57share/help/oc/sound-juicer/figures/prefs.png
58share/gnome/help/sound-juicer/pl/figures/prefs.png 58share/help/oc/sound-juicer/figures/startup.png
59share/gnome/help/sound-juicer/pl/figures/startup.png 59share/help/oc/sound-juicer/index.docbook
60share/gnome/help/sound-juicer/pl/legal.xml 60share/help/oc/sound-juicer/legal.xml
61share/gnome/help/sound-juicer/pl/sound-juicer.xml 61share/help/pl/sound-juicer/figures/prefs.png
62share/gnome/help/sound-juicer/pt_BR/figures/prefs.png 62share/help/pl/sound-juicer/figures/startup.png
63share/gnome/help/sound-juicer/pt_BR/figures/startup.png 63share/help/pl/sound-juicer/index.docbook
64share/gnome/help/sound-juicer/pt_BR/legal.xml 64share/help/pl/sound-juicer/legal.xml
65share/gnome/help/sound-juicer/pt_BR/sound-juicer.xml 65share/help/pt_BR/sound-juicer/figures/prefs.png
66share/gnome/help/sound-juicer/ru/figures/prefs.png 66share/help/pt_BR/sound-juicer/figures/startup.png
67share/gnome/help/sound-juicer/ru/figures/startup.png 67share/help/pt_BR/sound-juicer/index.docbook
68share/gnome/help/sound-juicer/ru/legal.xml 68share/help/pt_BR/sound-juicer/legal.xml
69share/gnome/help/sound-juicer/ru/sound-juicer.xml 69share/help/ru/sound-juicer/figures/prefs.png
70share/gnome/help/sound-juicer/sv/figures/prefs.png 70share/help/ru/sound-juicer/figures/startup.png
71share/gnome/help/sound-juicer/sv/figures/startup.png 71share/help/ru/sound-juicer/index.docbook
72share/gnome/help/sound-juicer/sv/legal.xml 72share/help/ru/sound-juicer/legal.xml
73share/gnome/help/sound-juicer/sv/sound-juicer.xml 73share/help/sl/sound-juicer/figures/prefs.png
74share/gnome/help/sound-juicer/uk/figures/prefs.png 74share/help/sl/sound-juicer/figures/startup.png
75share/gnome/help/sound-juicer/uk/figures/startup.png 75share/help/sl/sound-juicer/index.docbook
76share/gnome/help/sound-juicer/uk/legal.xml 76share/help/sl/sound-juicer/legal.xml
77share/gnome/help/sound-juicer/uk/sound-juicer.xml 77share/help/sv/sound-juicer/figures/prefs.png
78share/gnome/help/sound-juicer/zh_CN/figures/prefs.png 78share/help/sv/sound-juicer/figures/startup.png
79share/gnome/help/sound-juicer/zh_CN/figures/startup.png 79share/help/sv/sound-juicer/index.docbook
80share/gnome/help/sound-juicer/zh_CN/legal.xml 80share/help/sv/sound-juicer/legal.xml
81share/gnome/help/sound-juicer/zh_CN/sound-juicer.xml 81share/help/uk/sound-juicer/figures/prefs.png
 82share/help/uk/sound-juicer/figures/startup.png
 83share/help/uk/sound-juicer/index.docbook
 84share/help/uk/sound-juicer/legal.xml
 85share/help/zh_CN/sound-juicer/figures/prefs.png
 86share/help/zh_CN/sound-juicer/figures/startup.png
 87share/help/zh_CN/sound-juicer/index.docbook
 88share/help/zh_CN/sound-juicer/legal.xml
82share/icons/hicolor/16x16/apps/sound-juicer.png 89share/icons/hicolor/16x16/apps/sound-juicer.png
83share/icons/hicolor/22x22/apps/sound-juicer.png 90share/icons/hicolor/22x22/apps/sound-juicer.png
84share/icons/hicolor/24x24/apps/sound-juicer.png 91share/icons/hicolor/24x24/apps/sound-juicer.png
 92share/icons/hicolor/256x256/apps/sound-juicer.png
85share/icons/hicolor/32x32/apps/sound-juicer.png 93share/icons/hicolor/32x32/apps/sound-juicer.png
86share/icons/hicolor/48x48/apps/sound-juicer.png 94share/icons/hicolor/48x48/apps/sound-juicer.png
87share/icons/hicolor/scalable/apps/sound-juicer.svg 
88share/locale/ar/LC_MESSAGES/sound-juicer.mo 95share/locale/ar/LC_MESSAGES/sound-juicer.mo
89share/locale/as/LC_MESSAGES/sound-juicer.mo 96share/locale/as/LC_MESSAGES/sound-juicer.mo
90share/locale/ast/LC_MESSAGES/sound-juicer.mo 97share/locale/ast/LC_MESSAGES/sound-juicer.mo
91share/locale/az/LC_MESSAGES/sound-juicer.mo 98share/locale/az/LC_MESSAGES/sound-juicer.mo
92share/locale/be/LC_MESSAGES/sound-juicer.mo 99share/locale/be/LC_MESSAGES/sound-juicer.mo
93share/locale/be@latin/LC_MESSAGES/sound-juicer.mo 100share/locale/be@latin/LC_MESSAGES/sound-juicer.mo
94share/locale/bg/LC_MESSAGES/sound-juicer.mo 101share/locale/bg/LC_MESSAGES/sound-juicer.mo
95share/locale/bn/LC_MESSAGES/sound-juicer.mo 102share/locale/bn/LC_MESSAGES/sound-juicer.mo
96share/locale/bn_IN/LC_MESSAGES/sound-juicer.mo 103share/locale/bn_IN/LC_MESSAGES/sound-juicer.mo
97share/locale/br/LC_MESSAGES/sound-juicer.mo 104share/locale/br/LC_MESSAGES/sound-juicer.mo
 105share/locale/bs/LC_MESSAGES/sound-juicer.mo
98share/locale/ca/LC_MESSAGES/sound-juicer.mo 106share/locale/ca/LC_MESSAGES/sound-juicer.mo
99share/locale/ca@valencia/LC_MESSAGES/sound-juicer.mo 107share/locale/ca@valencia/LC_MESSAGES/sound-juicer.mo
100share/locale/cs/LC_MESSAGES/sound-juicer.mo 108share/locale/cs/LC_MESSAGES/sound-juicer.mo
101share/locale/cy/LC_MESSAGES/sound-juicer.mo 109share/locale/cy/LC_MESSAGES/sound-juicer.mo
102share/locale/da/LC_MESSAGES/sound-juicer.mo 110share/locale/da/LC_MESSAGES/sound-juicer.mo
103share/locale/de/LC_MESSAGES/sound-juicer.mo 111share/locale/de/LC_MESSAGES/sound-juicer.mo
104share/locale/dz/LC_MESSAGES/sound-juicer.mo 112share/locale/dz/LC_MESSAGES/sound-juicer.mo
105share/locale/el/LC_MESSAGES/sound-juicer.mo 113share/locale/el/LC_MESSAGES/sound-juicer.mo
106share/locale/en@shaw/LC_MESSAGES/sound-juicer.mo 114share/locale/en@shaw/LC_MESSAGES/sound-juicer.mo
107share/locale/en_CA/LC_MESSAGES/sound-juicer.mo 115share/locale/en_CA/LC_MESSAGES/sound-juicer.mo
108share/locale/en_GB/LC_MESSAGES/sound-juicer.mo 116share/locale/en_GB/LC_MESSAGES/sound-juicer.mo
 117share/locale/eo/LC_MESSAGES/sound-juicer.mo
109share/locale/es/LC_MESSAGES/sound-juicer.mo 118share/locale/es/LC_MESSAGES/sound-juicer.mo
110share/locale/et/LC_MESSAGES/sound-juicer.mo 119share/locale/et/LC_MESSAGES/sound-juicer.mo
111share/locale/eu/LC_MESSAGES/sound-juicer.mo 120share/locale/eu/LC_MESSAGES/sound-juicer.mo
112share/locale/fa/LC_MESSAGES/sound-juicer.mo 121share/locale/fa/LC_MESSAGES/sound-juicer.mo
113share/locale/fi/LC_MESSAGES/sound-juicer.mo 122share/locale/fi/LC_MESSAGES/sound-juicer.mo
114share/locale/fr/LC_MESSAGES/sound-juicer.mo 123share/locale/fr/LC_MESSAGES/sound-juicer.mo
115share/locale/ga/LC_MESSAGES/sound-juicer.mo 124share/locale/ga/LC_MESSAGES/sound-juicer.mo
116share/locale/gl/LC_MESSAGES/sound-juicer.mo 125share/locale/gl/LC_MESSAGES/sound-juicer.mo
117share/locale/gu/LC_MESSAGES/sound-juicer.mo 126share/locale/gu/LC_MESSAGES/sound-juicer.mo
118share/locale/he/LC_MESSAGES/sound-juicer.mo 127share/locale/he/LC_MESSAGES/sound-juicer.mo
119share/locale/hi/LC_MESSAGES/sound-juicer.mo 128share/locale/hi/LC_MESSAGES/sound-juicer.mo
120share/locale/hr/LC_MESSAGES/sound-juicer.mo 129share/locale/hr/LC_MESSAGES/sound-juicer.mo
121share/locale/hu/LC_MESSAGES/sound-juicer.mo 130share/locale/hu/LC_MESSAGES/sound-juicer.mo
@@ -155,33 +164,14 @@ share/locale/sr/LC_MESSAGES/sound-juicer @@ -155,33 +164,14 @@ share/locale/sr/LC_MESSAGES/sound-juicer
155share/locale/sr@latin/LC_MESSAGES/sound-juicer.mo 164share/locale/sr@latin/LC_MESSAGES/sound-juicer.mo
156share/locale/sv/LC_MESSAGES/sound-juicer.mo 165share/locale/sv/LC_MESSAGES/sound-juicer.mo
157share/locale/ta/LC_MESSAGES/sound-juicer.mo 166share/locale/ta/LC_MESSAGES/sound-juicer.mo
158share/locale/te/LC_MESSAGES/sound-juicer.mo 167share/locale/te/LC_MESSAGES/sound-juicer.mo
159share/locale/th/LC_MESSAGES/sound-juicer.mo 168share/locale/th/LC_MESSAGES/sound-juicer.mo
160share/locale/tr/LC_MESSAGES/sound-juicer.mo 169share/locale/tr/LC_MESSAGES/sound-juicer.mo
161share/locale/ug/LC_MESSAGES/sound-juicer.mo 170share/locale/ug/LC_MESSAGES/sound-juicer.mo
162share/locale/uk/LC_MESSAGES/sound-juicer.mo 171share/locale/uk/LC_MESSAGES/sound-juicer.mo
163share/locale/vi/LC_MESSAGES/sound-juicer.mo 172share/locale/vi/LC_MESSAGES/sound-juicer.mo
164share/locale/xh/LC_MESSAGES/sound-juicer.mo 173share/locale/xh/LC_MESSAGES/sound-juicer.mo
165share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo 174share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo
166share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo 175share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo
167share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo 176share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo
168share/omf/sound-juicer/sound-juicer-C.omf 177share/sound-juicer/rhythmbox.gep
169share/omf/sound-juicer/sound-juicer-ar.omf 
170share/omf/sound-juicer/sound-juicer-ca.omf 
171share/omf/sound-juicer/sound-juicer-cs.omf 
172share/omf/sound-juicer/sound-juicer-de.omf 
173share/omf/sound-juicer/sound-juicer-el.omf 
174share/omf/sound-juicer/sound-juicer-en_GB.omf 
175share/omf/sound-juicer/sound-juicer-es.omf 
176share/omf/sound-juicer/sound-juicer-eu.omf 
177share/omf/sound-juicer/sound-juicer-fr.omf 
178share/omf/sound-juicer/sound-juicer-ja.omf 
179share/omf/sound-juicer/sound-juicer-nl.omf 
180share/omf/sound-juicer/sound-juicer-oc.omf 
181share/omf/sound-juicer/sound-juicer-pl.omf 
182share/omf/sound-juicer/sound-juicer-pt_BR.omf 
183share/omf/sound-juicer/sound-juicer-ru.omf 
184share/omf/sound-juicer/sound-juicer-sv.omf 
185share/omf/sound-juicer/sound-juicer-uk.omf 
186share/omf/sound-juicer/sound-juicer-zh_CN.omf 
187share/sound-juicer/sound-juicer.ui 

cvs diff -r1.14 -r1.15 pkgsrc/audio/sound-juicer/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/sound-juicer/distinfo 2015/11/03 01:12:51 1.14
+++ pkgsrc/audio/sound-juicer/distinfo 2019/10/18 12:34:19 1.15
@@ -1,10 +1,6 @@ @@ -1,10 +1,6 @@
1$NetBSD: distinfo,v 1.14 2015/11/03 01:12:51 agc Exp $ 1$NetBSD: distinfo,v 1.15 2019/10/18 12:34:19 nia Exp $
2 2
3SHA1 (sound-juicer-2.32.0.tar.gz) = db8494570298bd3f8b85902271b6d4caf580316c 3SHA1 (sound-juicer-3.24.0.tar.xz) = 32664b83fd1efbe5c424368c495e264c3bba1fa8
4RMD160 (sound-juicer-2.32.0.tar.gz) = d040669ae902390fb1c6ad03212dc414f1710da2 4RMD160 (sound-juicer-3.24.0.tar.xz) = 02f029c9cc2977ef3b0fc2a1c37ac53c3b205429
5SHA512 (sound-juicer-2.32.0.tar.gz) = 29637c2c258c799cc6a87a12578de159076e808e395f4485a4f78282649d2f00784a4599dc9ffd56460a14756ec09a7e88140ab968f65d64f1e541a6bf8e9c40 5SHA512 (sound-juicer-3.24.0.tar.xz) = 7bd158a4e3a7c3072513fc508f59cd70b6d9371cde142fdb58597e72b3687790b9368fc7e1a35fd8c7b49cb28703f8b2da4a789854f96cdc0af076278818a91f
6Size (sound-juicer-2.32.0.tar.gz) = 2628352 bytes 6Size (sound-juicer-3.24.0.tar.xz) = 1019588 bytes
7SHA1 (patch-aa) = 449c22730d83a624247c96406ffb0272d73cf3e9 
8SHA1 (patch-ac) = 8e5a52b48d2479f7018922d61094f30bf137da46 
9SHA1 (patch-ad) = 6a908c4ed4aa8ca4890a9e0c445cb3f94ec6bb94 
10SHA1 (patch-ae) = a0363fa03752f7d1c1d46b232ae3d4d08bd7b0a1 

File Deleted: pkgsrc/audio/sound-juicer/patches/Attic/patch-aa

File Deleted: pkgsrc/audio/sound-juicer/patches/Attic/patch-ac

File Deleted: pkgsrc/audio/sound-juicer/patches/Attic/patch-ad

File Deleted: pkgsrc/audio/sound-juicer/patches/Attic/patch-ae