1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Parole is a modern media player based on the GStreamer framework for the

Xfce desktop.

WWW: http://goodies.xfce.org/projects/applications/parole
This commit is contained in:
Martin Wilke 2009-12-26 11:18:09 +00:00
parent 88f6ef2719
commit 5834d0a6f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246704
5 changed files with 97 additions and 0 deletions

View File

@ -303,6 +303,7 @@
SUBDIR += xawtv
SUBDIR += xdvshow
SUBDIR += xfce4-media
SUBDIR += xfce4-parole
SUBDIR += xfce4-xmms-plugin
SUBDIR += xfmedia-remote-plugin
SUBDIR += xine

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: Xfce4-parole
# Date created: 26 December 2009
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xfce4-parole
PORTVERSION= 0.1.99
CATEGORIES= multimedia xfce
MASTER_SITES= http://archive.xfce.org/src/apps/parole/0.1/
DISTNAME= parole-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= Lightweight media player for Xfce4 based on the gstreamer engine
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GSTREAMER= ffmpeg good theora xvid mp3 faad ogg dvd x264
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-power-manager-plugin --disable-browser-plugin
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_GNOME= gnomehack intltool intlhack pkgconfig
USE_XFCE= configenv libexo libgui libutil panel
USE_XORG= x11 sm
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (xfce4/parole-0.1.99.tar.bz2) = 83acd1287953d077e88048064fe33d40
SHA256 (xfce4/parole-0.1.99.tar.bz2) = 76015f805a79cc81f761619091f396087f49df369c097fad45caf7f66a18c637
SIZE (xfce4/parole-0.1.99.tar.bz2) = 623932

View File

@ -0,0 +1,4 @@
Parole is a modern media player based on the GStreamer framework for the
Xfce desktop.
WWW: http://goodies.xfce.org/projects/applications/parole

View File

@ -0,0 +1,50 @@
bin/parole
include/parole/parole-file.h
include/parole/parole-provider-player.h
include/parole/parole-provider-plugin.h
include/parole/parole-stream.h
include/parole/parole.h
lib/parole-0/stream-properties.la
lib/parole-0/stream-properties.so
lib/parole-0/tray-icon.la
lib/parole-0/tray-icon.so
lib/parole-0/window-title.la
lib/parole-0/window-title.so
share/applications/parole.desktop
share/icons/hicolor/16x16/apps/parole.png
share/icons/hicolor/22x22/apps/parole.png
share/icons/hicolor/32x32/apps/parole.png
share/icons/hicolor/48x48/apps/parole.png
share/icons/hicolor/scalable/apps/parole.svg
%%NLS%%share/locale/ast/LC_MESSAGES/parole.mo
%%NLS%%share/locale/ca/LC_MESSAGES/parole.mo
%%NLS%%share/locale/da/LC_MESSAGES/parole.mo
%%NLS%%share/locale/de/LC_MESSAGES/parole.mo
%%NLS%%share/locale/es/LC_MESSAGES/parole.mo
%%NLS%%share/locale/eu/LC_MESSAGES/parole.mo
%%NLS%%share/locale/fr/LC_MESSAGES/parole.mo
%%NLS%%share/locale/gl/LC_MESSAGES/parole.mo
%%NLS%%share/locale/id/LC_MESSAGES/parole.mo
%%NLS%%share/locale/ja/LC_MESSAGES/parole.mo
%%NLS%%share/locale/lv/LC_MESSAGES/parole.mo
%%NLS%%share/locale/nl/LC_MESSAGES/parole.mo
%%NLS%%share/locale/pt/LC_MESSAGES/parole.mo
%%NLS%%share/locale/ru/LC_MESSAGES/parole.mo
%%NLS%%share/locale/sk/LC_MESSAGES/parole.mo
%%NLS%%share/locale/tr/LC_MESSAGES/parole.mo
%%NLS%%share/locale/uk/LC_MESSAGES/parole.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/parole.mo
share/parole/parole-plugins-0/stream-properties.desktop
share/parole/parole-plugins-0/system-tray.desktop
share/parole/parole-plugins-0/window-title.desktop
share/parole/pixmaps/parole.png
@dirrm share/parole/pixmaps
@dirrm share/parole/parole-plugins-0
@dirrm share/parole
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ast
@dirrmtry share/applications
@dirrm lib/parole-0
@dirrm include/parole
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true