svn commit: r499605 - in head/multimedia: . ffaudioconverter

Yuri Victorovich yuri at FreeBSD.org
Mon Apr 22 06:25:24 UTC 2019


Author: yuri
Date: Mon Apr 22 06:25:22 2019
New Revision: 499605
URL: https://svnweb.freebsd.org/changeset/ports/499605

Log:
  New port: multimedia/ffaudioconverter: Graphical audio covert and filter tool

Added:
  head/multimedia/ffaudioconverter/
  head/multimedia/ffaudioconverter/Makefile   (contents, props changed)
  head/multimedia/ffaudioconverter/distinfo   (contents, props changed)
  head/multimedia/ffaudioconverter/pkg-descr   (contents, props changed)
  head/multimedia/ffaudioconverter/pkg-message   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Mon Apr 22 05:45:17 2019	(r499604)
+++ head/multimedia/Makefile	Mon Apr 22 06:25:22 2019	(r499605)
@@ -62,6 +62,7 @@
     SUBDIR += dvts
     SUBDIR += emby-server
     SUBDIR += emovix
+    SUBDIR += ffaudioconverter
     SUBDIR += ffdec
     SUBDIR += ffmpeg
     SUBDIR += ffmpeg0

Added: head/multimedia/ffaudioconverter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/ffaudioconverter/Makefile	Mon Apr 22 06:25:22 2019	(r499605)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	FFaudioConverter
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.26
+CATEGORIES=	multimedia audio
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Graphical audio covert and filter tool
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
+
+USES=		desktop-file-utils gl qmake qt:5
+USE_GITHUB=	yes
+GH_ACCOUNT=	Bleuzen
+USE_QT=		concurrent core gui widgets buildtools_build linguisttools_build
+USE_GL=		gl
+
+PLIST_FILES=	bin/ffaudioconverter \
+		share/applications/com.github.Bleuzen.FFaudioConverter.desktop \
+		share/icons/hicolor/512x512/apps/com.github.Bleuzen.FFaudioConverter.png \
+		share/metainfo/com.github.Bleuzen.FFaudioConverter.appdata.xml
+
+post-patch:
+	@${REINPLACE_CMD} 's|DEFAULT_FFMPEG_BINARY = .*|DEFAULT_FFMPEG_BINARY = ${LOCALBASE}/bin/ffmpeg|' ${WRKSRC}/FFaudioConverter.pro
+
+.include <bsd.port.mk>

Added: head/multimedia/ffaudioconverter/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/ffaudioconverter/distinfo	Mon Apr 22 06:25:22 2019	(r499605)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1555886449
+SHA256 (Bleuzen-FFaudioConverter-v0.26_GH0.tar.gz) = 8ba2f40063159de919e25c49888381a2b2ca43de1c6a3abf1980df79c7a7994f
+SIZE (Bleuzen-FFaudioConverter-v0.26_GH0.tar.gz) = 59787

Added: head/multimedia/ffaudioconverter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/ffaudioconverter/pkg-descr	Mon Apr 22 06:25:22 2019	(r499605)
@@ -0,0 +1,21 @@
+FFaudioConverter is a GUI for converting music or videos to audio files with
+FFmpeg.
+
+Features:
+* DnD support
+* Multithreading (use the full power of your cpu)
+* Convert many files or whole directories very fast
+* Audio filters possible (bass boost your music or do fade-ins/outs...)
+* Change of samplerate possible
+* High quality resampling with SoX possible
+* Quick mode for copying files in same format and skip already converted files
+
+Currently supported output formats are:
+* mp3
+* aac
+* ogg
+* opus
+* flac
+* wav
+
+WWW: https://github.com/Bleuzen/FFaudioConverter

Added: head/multimedia/ffaudioconverter/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/ffaudioconverter/pkg-message	Mon Apr 22 06:25:22 2019	(r499605)
@@ -0,0 +1,6 @@
+======================================================================
+You installed FFaudioConverter, graphical audio covert and filter tool
+
+In order for it to work, you need to have the LAME option in
+multimedia/ffmpeg to be "on", it enables the libmp3lame encoder.
+======================================================================


More information about the svn-ports-all mailing list