Add xfce4-media (xfmedia), a lightweight media player based on the xine engine

PR:		ports/76740
Submitted by:	Matt Lancereau <matt@bsdfly.org>
This commit is contained in:
Pav Lucistnik 2005-01-29 16:32:15 +00:00
parent e6516a274e
commit ce0a122fd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127618
5 changed files with 58 additions and 0 deletions

View file

@ -147,6 +147,7 @@
SUBDIR += xanim
SUBDIR += xawtv
SUBDIR += xdvshow
SUBDIR += xfce4-media
SUBDIR += xfce4-xmms-controller-plugin
SUBDIR += xfce4-xmms-plugin
SUBDIR += xine

View file

@ -0,0 +1,35 @@
# New ports collection makefile for: Xfce4-media
# Date created: 23 October 2004
# Whom: Matt Lancereau <matt@bsdfly.org>
#
# $FreeBSD$
#
PORTNAME= Xfce4-media
PORTVERSION= 0.6.0
CATEGORIES= multimedia xfce
MASTER_SITES= http://spuriousinterrupt.org/projects/xfmedia/files/
DISTNAME= xfmedia-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= matt@bsdfly.org
COMMENT= Lightweight media player for Xfce4 based on the xine engine
LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
xine.12:${PORTSDIR}/multimedia/libxine
USE_BZIP2= yes
USE_GETOPT_LONG=yes
USE_GNOME= libxml2
USE_LIBTOOL_VER=15
USE_X_PREFIX= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" \
${WRKSRC}/xfmedia/Makefile.in
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (xfce4/xfmedia-0.6.0.tar.bz2) = da83e30744b47fc034731fb160197470
SIZE (xfce4/xfmedia-0.6.0.tar.bz2) = 384553

View file

@ -0,0 +1,3 @@
Xfmedia is a lightweight media player based on the xine engine
WWW: http://www.spuriousinterrupt.org/projects/xfmedia/

View file

@ -0,0 +1,17 @@
bin/xfmedia
etc/xdg/xfmedia/keybindings.rc
include/xfmedia/xfmedia-interface.h
include/xfmedia/xfmedia-plugin.h
include/xfmedia/xfmedia-settings.h
lib/xfmedia/plugins/xfmedia-infopipe.so
libdata/pkgconfig/xfmedia-plugin.pc
share/applications/xfmedia.desktop
share/icons/hicolor/48x48/apps/xfmedia.png
share/icons/hicolor/22x22/actions/xfmedia-repeat.png
share/icons/hicolor/22x22/actions/xfmedia-shuffle.png
@dirrm etc/xdg/xfmedia
@dirrm include/xfmedia
@dirrm lib/xfmedia/plugins
@dirrm lib/xfmedia
@unexec rmdir %D/etc/xdg 2>/dev/null || true
@unexec rmdir %D/share/applications 2>/dev/null || true