1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/sayonara/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

37 lines
986 B
Makefile

PORTNAME= sayonara
DISTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= adridg@FreeBSD.org
COMMENT= Small, clear, and fast Qt-based audio player
WWW= https://www.sayonara-player.com/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtag.so:audio/taglib \
libmtp.so:multimedia/libmtp
USES= cmake compiler:c++11-lib desktop-file-utils gnome gstreamer pkgconfig \
qt:5 python shebangfix
USE_GNOME= glib20
USE_GSTREAMER= flac libav mpg123 ogg opus vorbis
USE_QT= dbus core gui network sql sql-sqlite3:run svg widgets xml \
buildtools:build qmake:build linguisttools:build
USE_GITLAB= yes
GL_ACCOUNT= luciocarreras
GL_PROJECT= ${PORTNAME}-player
GL_TAGNAME= 5bbf1399332d5d59362ad03bf625f9132be72206 # 1.7.0-stable1
SHEBANG_FILES= src/DBus/sayonara-ctl src/DBus/sayonara-query
post-patch:
@${REINPLACE_CMD} \
-e '/man1/s,share/,,' \
-e '/DESTINATION/s,share/metainfo,share/appdata,' \
${WRKSRC}/resources/CMakeLists.txt
.include <bsd.port.mk>