Index: head/audio/audex/Makefile =================================================================== --- head/audio/audex/Makefile (revision 404743) +++ head/audio/audex/Makefile (revision 404744) @@ -1,40 +1,39 @@ # $FreeBSD$ PORTNAME= audex PORTVERSION= 0.79 CATEGORIES= audio kde -MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ -DISTNAME= 77125-${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/src MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 audio CD ripping utility LICENSE= GPLv3 LIB_DEPENDS= libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia USES= tar:xz cmake USE_KDE4= automoc4 kdeprefix kdelibs libkcddb libkcompactdisc USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build OPTIONS_DEFINE= NLS EYED3 FAAC FLAC LAME VORBIS OPTIONS_DEFAULT= FLAC VORBIS OPTIONS_SUB= yes NO_OPTIONS_SORT= yes NLS_USES= gettext NLS_CMAKE_OFF= -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE EYED3_DESC= Unicode MP3 tag support via audio/py-eyed3 EYED3_RUN_DEPENDS= eyeD3:${PORTSDIR}/audio/py-eyed3 FAAC_RUN_DEPENDS= faac:${PORTSDIR}/audio/faac FLAC_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame VORBIS_RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools .include Index: head/audio/audex/distinfo =================================================================== --- head/audio/audex/distinfo (revision 404743) +++ head/audio/audex/distinfo (revision 404744) @@ -1,2 +1,2 @@ -SHA256 (77125-audex-0.79.tar.xz) = 3281d3f02ca148e8e98e699778d463714858c2005e70f8a8c7bf856a18897c30 -SIZE (77125-audex-0.79.tar.xz) = 335732 +SHA256 (audex-0.79.tar.xz) = 3281d3f02ca148e8e98e699778d463714858c2005e70f8a8c7bf856a18897c30 +SIZE (audex-0.79.tar.xz) = 335732 Index: head/audio/audex/files/patch-utils__encoderassistant.cpp =================================================================== --- head/audio/audex/files/patch-utils__encoderassistant.cpp (revision 404743) +++ head/audio/audex/files/patch-utils__encoderassistant.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- ./utils/encoderassistant.cpp.orig 2009-06-10 05:24:03.000000000 -0400 -+++ ./utils/encoderassistant.cpp 2009-06-10 05:24:41.000000000 -0400 -@@ -44,7 +44,7 @@ - case EncoderAssistant::OGGENC : return (KProcess::execute(ENCODER_OGGENC_BIN, QStringList() << ENCODER_OGGENC_VERSION_PARA)==0); - case EncoderAssistant::FLAC : return (KProcess::execute(ENCODER_FLAC_BIN, QStringList() << ENCODER_FLAC_VERSION_PARA)==0); - case EncoderAssistant::FAAC : return (KProcess::execute(ENCODER_FAAC_BIN, QStringList() << ENCODER_FAAC_VERSION_PARA)==1); -- case EncoderAssistant::WAVE : return (KProcess::execute(ENCODER_WAVE_BIN, QStringList() << ENCODER_WAVE_VERSION_PARA)==0); -+ case EncoderAssistant::WAVE : return TRUE; - case EncoderAssistant::CUSTOM : return TRUE; - default : return FALSE; - Property changes on: head/audio/audex/files/patch-utils__encoderassistant.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/audex/files/patch-CMakeLists.txt =================================================================== --- head/audio/audex/files/patch-CMakeLists.txt (revision 404743) +++ head/audio/audex/files/patch-CMakeLists.txt (revision 404744) @@ -1,10 +1,10 @@ ---- ./CMakeLists.txt.orig 2011-01-31 06:29:55.000000000 -0500 -+++ ./CMakeLists.txt 2011-01-31 06:30:15.000000000 -0500 -@@ -122,6 +122,6 @@ +--- CMakeLists.txt.orig 2015-02-22 08:08:05 UTC ++++ CMakeLists.txt +@@ -136,6 +136,6 @@ install(FILES audex-rip-audiocd.desktop add_subdirectory(icons) add_subdirectory(images) -add_subdirectory(po) +macro_optional_add_subdirectory(po) macro_display_feature_log() Index: head/audio/audex/files/patch-utils_encoderassistant.cpp =================================================================== --- head/audio/audex/files/patch-utils_encoderassistant.cpp (nonexistent) +++ head/audio/audex/files/patch-utils_encoderassistant.cpp (revision 404744) @@ -0,0 +1,11 @@ +--- utils/encoderassistant.cpp.orig 2015-02-22 08:06:46 UTC ++++ utils/encoderassistant.cpp +@@ -88,7 +88,7 @@ bool EncoderAssistant::available(const E + case EncoderAssistant::OGGENC : return (KProcess::execute(ENCODER_OGGENC_BIN, QStringList() << ENCODER_OGGENC_VERSION_PARA)==0); + case EncoderAssistant::FLAC : return (KProcess::execute(ENCODER_FLAC_BIN, QStringList() << ENCODER_FLAC_VERSION_PARA)==0); + case EncoderAssistant::FAAC : return (KProcess::execute(ENCODER_FAAC_BIN, QStringList() << ENCODER_FAAC_VERSION_PARA)==1); +- case EncoderAssistant::WAVE : return (KProcess::execute(ENCODER_WAVE_BIN, QStringList() << ENCODER_WAVE_VERSION_PARA)==0); ++ case EncoderAssistant::WAVE : return TRUE; + case EncoderAssistant::CUSTOM : return TRUE; + default : return FALSE; + Property changes on: head/audio/audex/files/patch-utils_encoderassistant.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/audex/pkg-descr =================================================================== --- head/audio/audex/pkg-descr (revision 404743) +++ head/audio/audex/pkg-descr (revision 404744) @@ -1,15 +1,15 @@ Audex is an audio CD ripping tool for KDE4. Features include: - Extracting with CDDA Paranoia. So you have quite perfect audio quality. - Extracting and encoding run parallel. - Filename editing with local and remote CDDB/FreeDB database. - Metadata correction tools like capitalization. - Multi-profile extraction (with one commandline-encoder per profile). - Fetch covers from the internet and store them in the database. - Create playlists, cover and template-based-info files in target directory. - Creates extraction and encoding protocols. - Transfer files with KDE KIO-Slaves. -WWW: http://kde.maniatek.com/audex/ +WWW: https://userbase.kde.org/Audex/ WWW: http://www.kde-apps.org/content/show.php?content=77125