ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
29 lines
908 B
Makefile
29 lines
908 B
Makefile
PORTNAME= FFaudioConverter
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.31.0
|
|
CATEGORIES= multimedia audio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Graphical audio covert and filter tool
|
|
WWW= https://github.com/Bleuzen/FFaudioConverter
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
|
|
|
|
USES= compiler:c++11-lang 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>
|