diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-03-31 11:28:21 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-03-31 11:28:21 +0000 |
commit | 8a899f39761076180c25c6d3d83ce35221dc2258 (patch) | |
tree | c4e70c35ccb770e9ea066927415d7bd567988e4a /audio/flacon | |
parent | 558ee020fcfea1915be8d3063861c7d18d6437fe (diff) | |
download | ports-8a899f39761076180c25c6d3d83ce35221dc2258.tar.gz ports-8a899f39761076180c25c6d3d83ce35221dc2258.zip |
Notes
Diffstat (limited to 'audio/flacon')
-rw-r--r-- | audio/flacon/Makefile | 23 | ||||
-rw-r--r-- | audio/flacon/distinfo | 2 | ||||
-rw-r--r-- | audio/flacon/files/patch-CMakeLists.txt | 19 | ||||
-rw-r--r-- | audio/flacon/pkg-descr | 15 | ||||
-rw-r--r-- | audio/flacon/pkg-message | 8 | ||||
-rw-r--r-- | audio/flacon/pkg-plist | 23 |
6 files changed, 90 insertions, 0 deletions
diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile new file mode 100644 index 000000000000..5aec05a0589e --- /dev/null +++ b/audio/flacon/Makefile @@ -0,0 +1,23 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= flacon +DISTVERSION= 1.0.1 +CATEGORIES= audio + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Graphical audio file extractor and encoder + +LICENSE= LGPL21 + +LIB_DEPENDS= libuchardet.so:${PORTSDIR}/textproc/uchardet + +USE_GITHUB= yes +GH_TAGNAME= v${PORTVERSION} + +USES= cmake pkgconfig +USE_QT4= gui network \ + linguisttools_build moc_build qmake_build rcc_build uic_build +INSTALLS_ICONS= yes + +.include <bsd.port.mk> diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo new file mode 100644 index 000000000000..bed6773d4214 --- /dev/null +++ b/audio/flacon/distinfo @@ -0,0 +1,2 @@ +SHA256 (flacon-flacon-1.0.1-v1.0.1_GH0.tar.gz) = 6a10ddf20d767aeb3ce0d6187f5b85c1a1cf64bfc42a0f827e0d5bd88b78977f +SIZE (flacon-flacon-1.0.1-v1.0.1_GH0.tar.gz) = 245710 diff --git a/audio/flacon/files/patch-CMakeLists.txt b/audio/flacon/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1202aa60a8c5 --- /dev/null +++ b/audio/flacon/files/patch-CMakeLists.txt @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2014-08-19 17:05:30 UTC ++++ CMakeLists.txt +@@ -204,6 +204,7 @@ include(translations/translatorsinfo.cma + create_translatorsinfo_qrc(TRANSLATORS_INFO_QRC translations) + set(LIBRARIES ${LIBRARIES} ${UCHARDET_LIBRARIES}) + include_directories(${UCHARDET_INCLUDE_DIRS}) ++link_directories(${UCHARDET_LIBRARY_DIRS}) + + + add_executable(${PROJECT_NAME} ${HEADERS} ${SOURCES} ${MOC_SOURCES} ${QM_FILES} ${QRC_SOURCES} ${UI_HEADERS} ${ENGINES_CPP} ${ENGINES_H} ${TRANSLATORS_INFO_QRC}) +@@ -271,7 +272,7 @@ configure_file( + add_custom_command(TARGET ${PROJECT_NAME} + COMMAND gzip -c ${CMAKE_CURRENT_BINARY_DIR}/flacon.1 > ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz + ) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz DESTINATION share/man/man1) ++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz DESTINATION man/man1) + + # Add make dist target ************************** + if(NOT CPACK_PACKAGE_VERSION) diff --git a/audio/flacon/pkg-descr b/audio/flacon/pkg-descr new file mode 100644 index 000000000000..dd4948c8a7f3 --- /dev/null +++ b/audio/flacon/pkg-descr @@ -0,0 +1,15 @@ +Flacon extracts individual tracks from one big audio file containing the +entire album of music and saves them as separate audio files. + +To do this, it uses information from the appropriate CUE file. Besides, +Flacon makes it possible to conveniently revise or specify tags both for +all tracks at once or for each tag separately. Its features are: + + - Supported input formats: WAV, FLAC, APE, WavPack, True Audio (TTA) + - Supported output formats: FLAC, WAV, WavPack, AAC, OGG, or MP3 + - Replay Gain analysis (album-gain and track-gain modes) + - Automatic character set detection for CUE files + - Generation of the per-track CUE file in the output directory + - Multi-threaded conversion process and graphical user interface + +WWW: http://flacon.github.io/ diff --git a/audio/flacon/pkg-message b/audio/flacon/pkg-message new file mode 100644 index 000000000000..2eff0a5691c0 --- /dev/null +++ b/audio/flacon/pkg-message @@ -0,0 +1,8 @@ + Flacon uses external programs to perform audio conversion. Install + them manually, depending on your needs, from the following ports: + + autio/faac audio/flac + audio/lame audio/mac + audio/mp3gain audio/shntool + audio/tta audio/vorbisgain + audio/vorbis-tools audio/wavpack diff --git a/audio/flacon/pkg-plist b/audio/flacon/pkg-plist new file mode 100644 index 000000000000..35b9cf6cff13 --- /dev/null +++ b/audio/flacon/pkg-plist @@ -0,0 +1,23 @@ +bin/flacon +man/man1/flacon.1.gz +share/applications/flacon.desktop +share/icons/hicolor/16x16/apps/flacon.png +share/icons/hicolor/32x32/apps/flacon.png +share/icons/hicolor/48x48/apps/flacon.png +%%DATADIR%%/translations/flacon_cs.qm +%%DATADIR%%/translations/flacon_cs_CZ.qm +%%DATADIR%%/translations/flacon_de.qm +%%DATADIR%%/translations/flacon_es.qm +%%DATADIR%%/translations/flacon_es_MX.qm +%%DATADIR%%/translations/flacon_fr.qm +%%DATADIR%%/translations/flacon_gl.qm +%%DATADIR%%/translations/flacon_hu.qm +%%DATADIR%%/translations/flacon_it.qm +%%DATADIR%%/translations/flacon_pl.qm +%%DATADIR%%/translations/flacon_pl_PL.qm +%%DATADIR%%/translations/flacon_pt_BR.qm +%%DATADIR%%/translations/flacon_pt_PT.qm +%%DATADIR%%/translations/flacon_ru.qm +%%DATADIR%%/translations/flacon_uk.qm +%%DATADIR%%/translations/flacon_zh_CN.qm +%%DATADIR%%/translations/flacon_zh_TW.qm |