mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
audio/soundkonverter: update to 3.0.1
- Update to using QT5/KF5 - Use out-source building; otherwise configure fails when detecting plugins due to directory polution by cmake - Remove CDPARANOIA option; it isn't an option, but mandatory
This commit is contained in:
parent
4e42a6c51f
commit
9e9fa3282c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479821
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= soundkonverter
|
||||
PORTVERSION= 2.2.2
|
||||
PORTVERSION= 3.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio kde
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
@ -14,19 +13,24 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libtag.so:audio/taglib \
|
||||
libcdda_paranoia.so:audio/cdparanoia \
|
||||
libphonon.so:multimedia/phonon@qt4
|
||||
libphonon4qt5.so:multimedia/phonon@qt5
|
||||
|
||||
GH_ACCOUNT= HessiJames
|
||||
USES= cmake compiler:c++11-lang kde:4 qt:4
|
||||
USES= cmake:outsource compiler:c++11-lang kde:5 qt:5
|
||||
USE_GITHUB= yes
|
||||
USE_QT= corelib dbus gui network moc_build qmake_build rcc_build svg uic_build xml
|
||||
USE_KDE= automoc4 kdelibs libkcddb
|
||||
USE_QT= dbus concurrent core buildtools_build gui network printsupport \
|
||||
qmake_build widgets xml
|
||||
USE_KDE= auth codecs config configwidgets completion coreaddons crash \
|
||||
bookmarks guiaddons i18n iconthemes itemviews jobwidgets \
|
||||
kdelibs4support kio libkcddb notifications parts textwidgets \
|
||||
service solid sonnet unitconversion windowsystem widgetsaddons \
|
||||
xmlgui
|
||||
WRKSRC_SUBDIR= src
|
||||
|
||||
OPTIONS_DEFAULT= VORBIS FLAC NORMALIZE VORBISGAIN CDPARANOIA
|
||||
OPTIONS_DEFAULT= VORBIS FLAC NORMALIZE VORBISGAIN
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_GROUP= RIPPER CODEC FILTER REPLAYGAIN MISC
|
||||
OPTIONS_GROUP_RIPPER= CDRKIT CDPARANOIA
|
||||
OPTIONS_GROUP_RIPPER= CDRKIT
|
||||
OPTIONS_GROUP_CODEC= AFTEN FAAC FFMPEG FLAKE FLUIDSYNTH LAME MAC \
|
||||
MPLAYER MUSEPACK OPUSTOOLS SHORTEN SPEEX \
|
||||
TIMIDITY TTA TWOLAME VORBIS WAVPACK LIBAV
|
||||
@ -48,8 +52,6 @@ AFTEN_RUN_DEPENDS= aften:audio/aften
|
||||
AACGAIN_DESC= AAC audio replaygain
|
||||
AACGAIN_RUN_DEPENDS= aacgain:audio/aacgain
|
||||
|
||||
CDPARANOIA_DESC= CD ripping support (cdparanoia - implicit)
|
||||
|
||||
CDRKIT_DESC= CD ripping support (cdrkit)
|
||||
CDRKIT_RUN_DEPENDS= icedax:sysutils/cdrkit
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1467180244
|
||||
SHA256 (HessiJames-soundkonverter-v2.2.2_GH0.tar.gz) = 647788300fe09171cc8b1bb51902b3ddad3b8beccb378cdfcade8da2462abed7
|
||||
SIZE (HessiJames-soundkonverter-v2.2.2_GH0.tar.gz) = 821082
|
||||
TIMESTAMP = 1536764524
|
||||
SHA256 (HessiJames-soundkonverter-v3.0.1_GH0.tar.gz) = 92117f8aff85aac3a336cc0c94f3739aaa2d07ddd741d737dfd4b1571c60a0ce
|
||||
SIZE (HessiJames-soundkonverter-v3.0.1_GH0.tar.gz) = 821278
|
||||
|
@ -1,40 +1,37 @@
|
||||
bin/soundkonverter
|
||||
lib/kde4/soundkonverter_codec_aften.so
|
||||
lib/kde4/soundkonverter_codec_faac.so
|
||||
lib/kde4/soundkonverter_codec_ffmpeg.so
|
||||
lib/kde4/soundkonverter_codec_flac.so
|
||||
lib/kde4/soundkonverter_codec_flake.so
|
||||
lib/kde4/soundkonverter_codec_fluidsynth.so
|
||||
lib/kde4/soundkonverter_codec_lame.so
|
||||
lib/kde4/soundkonverter_codec_libav.so
|
||||
lib/kde4/soundkonverter_codec_mac.so
|
||||
lib/kde4/soundkonverter_codec_mplayer.so
|
||||
lib/kde4/soundkonverter_codec_musepack.so
|
||||
lib/kde4/soundkonverter_codec_neroaac.so
|
||||
lib/kde4/soundkonverter_codec_opustools.so
|
||||
lib/kde4/soundkonverter_codec_shorten.so
|
||||
lib/kde4/soundkonverter_codec_speex.so
|
||||
lib/kde4/soundkonverter_codec_timidity.so
|
||||
lib/kde4/soundkonverter_codec_ttaenc.so
|
||||
lib/kde4/soundkonverter_codec_twolame.so
|
||||
lib/kde4/soundkonverter_codec_vorbistools.so
|
||||
lib/kde4/soundkonverter_codec_wavpack.so
|
||||
lib/kde4/soundkonverter_filter_normalize.so
|
||||
lib/kde4/soundkonverter_filter_sox.so
|
||||
lib/kde4/soundkonverter_replaygain_aacgain.so
|
||||
lib/kde4/soundkonverter_replaygain_metaflac.so
|
||||
lib/kde4/soundkonverter_replaygain_mp3gain.so
|
||||
lib/kde4/soundkonverter_replaygain_musepackgain.so
|
||||
lib/kde4/soundkonverter_replaygain_vorbisgain.so
|
||||
lib/kde4/soundkonverter_replaygain_wvgain.so
|
||||
lib/kde4/soundkonverter_ripper_cdparanoia.so
|
||||
lib/kde4/soundkonverter_ripper_icedax.so
|
||||
lib/libsoundkonvertercore.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_aften.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_faac.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_ffmpeg.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_flac.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_flake.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_fluidsynth.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_lame.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_libav.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_mac.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_mplayer.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_musepack.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_neroaac.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_opustools.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_shorten.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_speex.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_timidity.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_ttaenc.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_twolame.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_vorbistools.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_codec_wavpack.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_filter_normalize.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_filter_sox.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_replaygain_aacgain.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_replaygain_metaflac.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_replaygain_mp3gain.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_replaygain_musepackgain.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_replaygain_vorbisgain.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_replaygain_wvgain.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_ripper_cdparanoia.so
|
||||
%%QT_PLUGINDIR%%/soundkonverter_ripper_icedax.so
|
||||
share/appdata/soundkonverter.appdata.xml
|
||||
share/applications/kde4/soundkonverter.desktop
|
||||
share/apps/solid/actions/soundkonverter-rip-audiocd.desktop
|
||||
share/apps/soundkonverter/images/nocover.png
|
||||
share/apps/soundkonverter/soundkonverterui.rc
|
||||
share/applications/soundkonverter.desktop
|
||||
share/icons/hicolor/16x16/apps/soundkonverter-replaygain.png
|
||||
share/icons/hicolor/16x16/apps/soundkonverter.png
|
||||
share/icons/hicolor/22x22/apps/soundkonverter-replaygain.png
|
||||
@ -45,40 +42,41 @@ share/icons/hicolor/48x48/apps/soundkonverter-replaygain.png
|
||||
share/icons/hicolor/48x48/apps/soundkonverter.png
|
||||
share/icons/hicolor/64x64/apps/soundkonverter-replaygain.png
|
||||
share/icons/hicolor/64x64/apps/soundkonverter.png
|
||||
share/kde4/services/soundkonverter_codec_aften.desktop
|
||||
share/kde4/services/soundkonverter_codec_faac.desktop
|
||||
share/kde4/services/soundkonverter_codec_ffmpeg.desktop
|
||||
share/kde4/services/soundkonverter_codec_flac.desktop
|
||||
share/kde4/services/soundkonverter_codec_flake.desktop
|
||||
share/kde4/services/soundkonverter_codec_fluidsynth.desktop
|
||||
share/kde4/services/soundkonverter_codec_lame.desktop
|
||||
share/kde4/services/soundkonverter_codec_libav.desktop
|
||||
share/kde4/services/soundkonverter_codec_mac.desktop
|
||||
share/kde4/services/soundkonverter_codec_mplayer.desktop
|
||||
share/kde4/services/soundkonverter_codec_musepack.desktop
|
||||
share/kde4/services/soundkonverter_codec_neroaac.desktop
|
||||
share/kde4/services/soundkonverter_codec_opustools.desktop
|
||||
share/kde4/services/soundkonverter_codec_shorten.desktop
|
||||
share/kde4/services/soundkonverter_codec_speex.desktop
|
||||
share/kde4/services/soundkonverter_codec_timidity.desktop
|
||||
share/kde4/services/soundkonverter_codec_ttaenc.desktop
|
||||
share/kde4/services/soundkonverter_codec_twolame.desktop
|
||||
share/kde4/services/soundkonverter_codec_vorbistools.desktop
|
||||
share/kde4/services/soundkonverter_codec_wavpack.desktop
|
||||
share/kde4/services/soundkonverter_filter_normalize.desktop
|
||||
share/kde4/services/soundkonverter_filter_sox.desktop
|
||||
share/kde4/services/soundkonverter_replaygain_aacgain.desktop
|
||||
share/kde4/services/soundkonverter_replaygain_metaflac.desktop
|
||||
share/kde4/services/soundkonverter_replaygain_mp3gain.desktop
|
||||
share/kde4/services/soundkonverter_replaygain_musepackgain.desktop
|
||||
share/kde4/services/soundkonverter_replaygain_vorbisgain.desktop
|
||||
share/kde4/services/soundkonverter_replaygain_wvgain.desktop
|
||||
share/kde4/services/soundkonverter_ripper_cdparanoia.desktop
|
||||
share/kde4/services/soundkonverter_ripper_icedax.desktop
|
||||
share/kde4/servicetypes/soundkonverter_codecplugin.desktop
|
||||
share/kde4/servicetypes/soundkonverter_filterplugin.desktop
|
||||
share/kde4/servicetypes/soundkonverter_replaygainplugin.desktop
|
||||
share/kde4/servicetypes/soundkonverter_ripperplugin.desktop
|
||||
share/kservices5/soundkonverter_codec_aften.desktop
|
||||
share/kservices5/soundkonverter_codec_faac.desktop
|
||||
share/kservices5/soundkonverter_codec_ffmpeg.desktop
|
||||
share/kservices5/soundkonverter_codec_flac.desktop
|
||||
share/kservices5/soundkonverter_codec_flake.desktop
|
||||
share/kservices5/soundkonverter_codec_fluidsynth.desktop
|
||||
share/kservices5/soundkonverter_codec_lame.desktop
|
||||
share/kservices5/soundkonverter_codec_libav.desktop
|
||||
share/kservices5/soundkonverter_codec_mac.desktop
|
||||
share/kservices5/soundkonverter_codec_mplayer.desktop
|
||||
share/kservices5/soundkonverter_codec_musepack.desktop
|
||||
share/kservices5/soundkonverter_codec_neroaac.desktop
|
||||
share/kservices5/soundkonverter_codec_opustools.desktop
|
||||
share/kservices5/soundkonverter_codec_shorten.desktop
|
||||
share/kservices5/soundkonverter_codec_speex.desktop
|
||||
share/kservices5/soundkonverter_codec_timidity.desktop
|
||||
share/kservices5/soundkonverter_codec_ttaenc.desktop
|
||||
share/kservices5/soundkonverter_codec_twolame.desktop
|
||||
share/kservices5/soundkonverter_codec_vorbistools.desktop
|
||||
share/kservices5/soundkonverter_codec_wavpack.desktop
|
||||
share/kservices5/soundkonverter_filter_normalize.desktop
|
||||
share/kservices5/soundkonverter_filter_sox.desktop
|
||||
share/kservices5/soundkonverter_replaygain_aacgain.desktop
|
||||
share/kservices5/soundkonverter_replaygain_metaflac.desktop
|
||||
share/kservices5/soundkonverter_replaygain_mp3gain.desktop
|
||||
share/kservices5/soundkonverter_replaygain_musepackgain.desktop
|
||||
share/kservices5/soundkonverter_replaygain_vorbisgain.desktop
|
||||
share/kservices5/soundkonverter_replaygain_wvgain.desktop
|
||||
share/kservices5/soundkonverter_ripper_cdparanoia.desktop
|
||||
share/kservices5/soundkonverter_ripper_icedax.desktop
|
||||
share/kservicetypes5/soundkonverter_codecplugin.desktop
|
||||
share/kservicetypes5/soundkonverter_filterplugin.desktop
|
||||
share/kservicetypes5/soundkonverter_replaygainplugin.desktop
|
||||
share/kservicetypes5/soundkonverter_ripperplugin.desktop
|
||||
share/kxmlgui5/soundkonverter/soundkonverterui.rc
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/soundkonverter.mo
|
||||
@ -98,3 +96,5 @@ share/kde4/servicetypes/soundkonverter_ripperplugin.desktop
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/soundkonverter.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/soundkonverter.mo
|
||||
share/solid/actions/soundkonverter-rip-audiocd.desktop
|
||||
%%DATADIR%%/images/nocover.png
|
||||
|
Loading…
Reference in New Issue
Block a user