mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
49 lines
1.1 KiB
Makefile
49 lines
1.1 KiB
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pragha
|
|
PORTVERSION= 1.3.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lightweight music player
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libtag.so:audio/taglib \
|
|
libpeas-1.0.so:devel/libpeas \
|
|
libnotify.so:devel/libnotify \
|
|
libkeybinder-3.0.so:x11/keybinder-gtk3 \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libtotem-plparser.so:multimedia/totem-pl-parser
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext-tools gmake libtool \
|
|
pkgconfig sqlite tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gtk30 intltool intlhack
|
|
USE_GSTREAMER1= yes faad flac libav mpg123 ogg speex
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CFLAGS+= -Wno-typedef-redefinition
|
|
|
|
CONFIGURE_ARGS=--disable-libglyr \
|
|
--disable-gudev-1.0 \
|
|
--disable-libmtp \
|
|
--disable-rygel-server-2.2 \
|
|
--disable-grilo-0.2 \
|
|
--disable-libclastfm \
|
|
--enable-taglib \
|
|
--enable-totem-plparser \
|
|
--disable-libxfce4ui
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|