2013-01-12 12:51:03 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2009-12-26 12:18:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-04-29 13:34:25 +02:00
|
|
|
PORTNAME= parole
|
2019-11-16 17:42:37 +01:00
|
|
|
PORTVERSION= 1.0.5
|
2009-12-26 12:18:09 +01:00
|
|
|
CATEGORIES= multimedia xfce
|
2019-06-19 18:14:27 +02:00
|
|
|
MASTER_SITES= XFCE/apps
|
2009-12-26 12:18:09 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 15:46:01 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2013-01-12 12:51:03 +01:00
|
|
|
COMMENT= Lightweight media player for Xfce4 based on GStreamer
|
2009-12-26 12:18:09 +01:00
|
|
|
|
2012-04-29 13:34:25 +02:00
|
|
|
LICENSE= GPLv2
|
2014-06-28 15:10:01 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2009-12-26 12:18:09 +01:00
|
|
|
|
2018-03-01 12:35:27 +01:00
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
2016-04-01 16:16:16 +02:00
|
|
|
libnotify.so:devel/libnotify \
|
2018-03-01 12:35:27 +01:00
|
|
|
libtag.so:audio/taglib
|
2018-03-02 00:05:40 +01:00
|
|
|
RUN_DEPENDS= xdg-screensaver:devel/xdg-utils
|
2014-01-27 18:35:46 +01:00
|
|
|
|
2018-12-25 12:15:44 +01:00
|
|
|
USES= compiler:c++11-lang desktop-file-utils gettext-tools \
|
2019-09-20 01:46:33 +02:00
|
|
|
gmake gnome libtool pkgconfig tar:bzip2 xfce xorg
|
2019-04-04 18:34:10 +02:00
|
|
|
USE_GNOME= cairo gtk30 glib20 intltool
|
2018-03-02 00:05:40 +01:00
|
|
|
USE_GSTREAMER1= core faad flac wavpack rtmp x
|
2015-03-05 23:52:30 +01:00
|
|
|
USE_XFCE= panel
|
2018-03-01 12:35:27 +01:00
|
|
|
USE_XORG= ice sm x11
|
2019-01-09 12:03:30 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
CONFIGURE_ARGS= --enable-notify-plugin \
|
|
|
|
--enable-tray-plugin \
|
|
|
|
--enable-taglib \
|
|
|
|
--enable-mpris2-plugin \
|
|
|
|
--without-html-dir
|
2015-10-15 20:22:02 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2011-05-26 07:13:25 +02:00
|
|
|
|
2018-03-02 00:05:40 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_GROUP= GST_PLUG
|
2013-04-30 19:16:04 +02:00
|
|
|
OPTIONS_GROUP_GST_PLUG= CDDA HTTP
|
2018-03-02 00:05:40 +01:00
|
|
|
OPTIONS_DEFAULT= HTTP
|
|
|
|
OPTIONS_SUB= yes
|
2013-04-30 19:16:04 +02:00
|
|
|
|
2018-03-02 00:05:40 +01:00
|
|
|
CDDA_USE= gstreamer1=cdparanoia
|
2019-01-22 15:44:38 +01:00
|
|
|
|
2018-03-02 00:05:40 +01:00
|
|
|
GST_PLUG_DESC= Additional GStreamer plugins
|
2019-01-22 15:44:38 +01:00
|
|
|
|
2018-03-02 00:05:40 +01:00
|
|
|
HTTP_DESC= HTTP streaming (libsoup)
|
|
|
|
HTTP_USE= gstreamer1=soup
|
2019-01-22 15:44:38 +01:00
|
|
|
|
2018-03-02 00:05:40 +01:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_USES= gettext-runtime
|
2009-12-26 12:18:09 +01:00
|
|
|
|
2012-08-12 10:21:10 +02:00
|
|
|
post-patch:
|
2013-01-12 12:51:03 +01:00
|
|
|
# Fix .rc files path
|
2012-08-24 08:49:16 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|xfce4/src/misc|${PORTNAME}|g' \
|
2013-03-10 00:12:13 +01:00
|
|
|
${WRKSRC}/src/common/parole-rc-utils.h
|
2012-08-12 10:21:10 +02:00
|
|
|
|
2012-04-29 13:34:25 +02:00
|
|
|
.include <bsd.port.mk>
|