mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Update audio/soundkonverter to 2.0.2.
ChangeLog: new in 2.0.2: -Add: Italian translation -Fix: Find normalize properly Approved by: eadler,bdrewery (mentors, implicit)
This commit is contained in:
parent
1a404a117e
commit
815b5196df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317424
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= soundkonverter
|
||||
DISTVERSION= 2.0.1
|
||||
DISTVERSION= 2.0.2
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
|
||||
DISTNAME= 29024-${PORTNAME}-${DISTVERSION}
|
||||
@ -28,10 +28,13 @@ OPTIONS_MULTI= CODEC FILTER REPLAYGAIN
|
||||
OPTIONS_MULTI_CODEC= AFTEN FAAC FFMPEG FLAC FLAKE FLUIDSYNTH LAME MAC MPLAYER \
|
||||
MUSEPACK NEROAAC OPUSTOOLS SHORTEN SPEEX TIMIDITY TTA \
|
||||
TWOLAME VORBIS WAVPACK
|
||||
OPTIONS_MULTI_FILTER+= NORMALIZE SOX
|
||||
OPTIONS_MULTI_REPLAYGAIN+= AACGAIN FLAC MP3GAIN MUSEPACK NORMALIZE \
|
||||
OPTIONS_MULTI_FILTER= NORMALIZE SOX
|
||||
OPTIONS_MULTI_REPLAYGAIN= AACGAIN FLAC MP3GAIN MUSEPACK NORMALIZE \
|
||||
VORBISGAIN WAVPACK
|
||||
OPTIONS_DEFAULT= VORBISTOOLS FLAC NORMALIZE VORBISGAIN
|
||||
CODEC_DESC= Audio codec formats
|
||||
FILTER_DESC= Audio filter tools
|
||||
REPLAYGAIN_DESC= Replaygain tools for codecs
|
||||
AFTEN_DESC= ATSC A/52 audio encoder
|
||||
AACGAIN_DESC= AAC audio replaygain
|
||||
FLAKE_DESC= FLAC audio codec
|
||||
@ -39,7 +42,7 @@ FLUIDSYNTH_DESC= SoundFont 2 audio codec
|
||||
MAC_DESC= Monkey's Audio lossless codec
|
||||
MP3GAIN_DESC= MP3 audio replaygain
|
||||
NEROAAC_DESC= Nero AAC MPEG-3 and 3GPP audio codec
|
||||
NORMALIZE_DESC= MP3/Ogg Vorbis audio replaygain
|
||||
NORMALIZE_DESC= MP3/Ogg Vorbis audio filter and replaygain
|
||||
OPUSTOOLS_DESC= Opus audio codec
|
||||
SHORTEN_DESC= Shorten (lossless) audio codec
|
||||
SOX_DESC= Universal sound sample translator
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (29024-soundkonverter-2.0.1.tar.gz) = 7a529c783a95b258b38ae63f2b24a46b2feb535421dde06af4156b2f32c9473d
|
||||
SIZE (29024-soundkonverter-2.0.1.tar.gz) = 565860
|
||||
SHA256 (29024-soundkonverter-2.0.2.tar.gz) = c089390b31f76d2142093d30fdfe3d373af2918542d12f4ae8e4409c4f114bda
|
||||
SIZE (29024-soundkonverter-2.0.2.tar.gz) = 591137
|
||||
|
@ -49,6 +49,7 @@ share/icons/hicolor/64x64/apps/soundkonverter.png
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/soundkonverter.mo
|
||||
|
Loading…
Reference in New Issue
Block a user