Control MPRIS supporting music player like Amarok, Audacious, xmms2
(via mpris bridge), vlc and others. WWW: http://www.enlightenment.org/ PR: ports/154402 Submitted by: Grzegorz Blach <magik at roorback.net>
This commit is contained in:
parent
b9978e9f02
commit
56c1f60a44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276266
@ -43,6 +43,7 @@
|
||||
SUBDIR += e17-module-efm_nav
|
||||
SUBDIR += e17-module-efm_path
|
||||
SUBDIR += e17-module-efm_pathbar
|
||||
SUBDIR += e17-module-empris
|
||||
SUBDIR += e17-module-eooorg
|
||||
SUBDIR += e17-module-everything-mpris
|
||||
SUBDIR += e17-module-everything-pidgin
|
||||
|
36
x11-wm/e17-module-empris/Makefile
Normal file
36
x11-wm/e17-module-empris/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: e17-module-empris
|
||||
# Date created: 29 January 2011
|
||||
# Whom: Grzegorz Blach <magik@roorback.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= empris
|
||||
PORTVERSION= 20110129
|
||||
CATEGORIES= x11-wm enlightenment
|
||||
MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/
|
||||
PKGNAMEPREFIX= e17-module-
|
||||
|
||||
MAINTAINER= magik@roorback.net
|
||||
COMMENT= A module to control mpris music player in Enlightenment 17
|
||||
|
||||
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
||||
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
||||
|
||||
DIST_SUBDIR= e17
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget pkgconfig
|
||||
USE_EFL= edje libtool_hack modarch_hack
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-wm/e17-module-empris/distinfo
Normal file
2
x11-wm/e17-module-empris/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (e17/empris-20110129.tar.bz2) = f7e1a8bd15175c777c0dd1536ac137fe52d6857e3e941c7d86ee866a61a0af77
|
||||
SIZE (e17/empris-20110129.tar.bz2) = 424201
|
4
x11-wm/e17-module-empris/pkg-descr
Normal file
4
x11-wm/e17-module-empris/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Control MPRIS supporting music player like Amarok, Audacious, xmms2
|
||||
(via mpris bridge), vlc and others.
|
||||
|
||||
WWW: http://www.enlightenment.org/
|
8
x11-wm/e17-module-empris/pkg-plist
Normal file
8
x11-wm/e17-module-empris/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/enlightenment/modules/empris/%%E17_ARCH%%/module.so
|
||||
lib/enlightenment/modules/empris/empris.edj
|
||||
lib/enlightenment/modules/empris/module.desktop
|
||||
lib/enlightenment/modules/empris/e-module-empris.edj
|
||||
@dirrm lib/enlightenment/modules/empris/%%E17_ARCH%%
|
||||
@dirrm lib/enlightenment/modules/empris/
|
||||
@dirrmtry lib/enlightenment/modules
|
||||
@dirrmtry lib/enlightenment
|
Loading…
Reference in New Issue
Block a user