mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/sound-juicer: Update to 3.40.0
PR: 281309 Approved by: 0mp (ports), maintainer timeout Reviewed by: 0mp Differential Revision: https://reviews.freebsd.org/D47165
This commit is contained in:
parent
7eba61f802
commit
033cb8d33a
4 changed files with 12 additions and 26 deletions
|
@ -1,13 +1,9 @@
|
|||
PORTNAME= sound-juicer
|
||||
PORTVERSION= 3.38.0
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 3.40.0
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
|
||||
PATCHFILES+= 9f97ca1faca3.patch:-p1 # https://gitlab.gnome.org/GNOME/sound-juicer/-/merge_requests/27
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Clean, mean, and lean CD ripper for GNOME
|
||||
WWW= http://www.burtonini.com/blog/computers/sound-juicer/
|
||||
|
@ -21,14 +17,14 @@ LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5 \
|
|||
libbrasero-media3.so:sysutils/brasero \
|
||||
libcanberra-gtk3.so:audio/libcanberra-gtk3
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= compiler:c11 desktop-file-utils gettext gnome gstreamer meson \
|
||||
pkgconfig tar:xz
|
||||
USE_GSTREAMER= cdparanoia flac good vorbis
|
||||
USE_GNOME= gtk30
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
GLIB_SCHEMAS= org.gnome.sound-juicer.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1656739301
|
||||
SHA256 (gnome/sound-juicer-3.38.0.tar.xz) = ae375f357a1b8b81e4aff737c9d6c98bc2dadfe20e71754b1d52a79f036aa521
|
||||
SIZE (gnome/sound-juicer-3.38.0.tar.xz) = 1775916
|
||||
TIMESTAMP = 1725541832
|
||||
SHA256 (gnome/sound-juicer-3.40.0.tar.xz) = 2ee882744391beb4c6d64a0f6825fb765510b706ec2b704bfb42e42afaae1de6
|
||||
SIZE (gnome/sound-juicer-3.40.0.tar.xz) = 1806280
|
||||
SHA256 (gnome/9f97ca1faca3.patch) = 3c55c3be5c44ba9007dd1be59c286c12af8d6b2f81edaa37efab0521a110707a
|
||||
SIZE (gnome/9f97ca1faca3.patch) = 1077
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- meson.build.orig 2020-09-12 03:40:20 UTC
|
||||
+++ meson.build
|
||||
@@ -7,7 +7,7 @@ sound_juicer_libdir = join_paths(sound_juicer_prefix,
|
||||
sound_juicer_libexecdir = join_paths(sound_juicer_prefix, get_option('libexecdir'))
|
||||
sound_juicer_localedir = join_paths(sound_juicer_prefix, get_option('localedir'))
|
||||
|
||||
-sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', meson.project_name())
|
||||
+sound_juicer_docdir = join_paths(sound_juicer_prefix, 'share/doc', meson.project_name())
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
|
@ -1,8 +1,11 @@
|
|||
bin/sound-juicer
|
||||
share/man/man1/sound-juicer.1.gz
|
||||
share/GConf/gsettings/sound-juicer.convert
|
||||
share/applications/org.gnome.SoundJuicer.desktop
|
||||
share/dbus-1/services/org.gnome.SoundJuicer.service
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/NEWS
|
||||
%%DOCSDIR%%/README.md
|
||||
share/help/C/sound-juicer/figures/prefs.png
|
||||
share/help/C/sound-juicer/figures/startup.png
|
||||
share/help/C/sound-juicer/index.docbook
|
||||
|
@ -107,6 +110,7 @@ share/locale/hi/LC_MESSAGES/sound-juicer.mo
|
|||
share/locale/hr/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/hu/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/id/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ie/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/it/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ja/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ka/LC_MESSAGES/sound-juicer.mo
|
||||
|
@ -152,9 +156,6 @@ share/locale/xh/LC_MESSAGES/sound-juicer.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo
|
||||
share/man/man1/sound-juicer.1.gz
|
||||
share/metainfo/org.gnome.SoundJuicer.metainfo.xml
|
||||
%%DATADIR%%/rhythmbox.gep
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/NEWS
|
||||
%%DOCSDIR%%/README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue