DeforaOS desktop multimedia player
PR: ports/172996 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
This commit is contained in:
parent
de6fd882fc
commit
11730101f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309238
@ -35,6 +35,7 @@
|
||||
SUBDIR += clutter-gst
|
||||
SUBDIR += cuse4bsd-kmod
|
||||
SUBDIR += cx88
|
||||
SUBDIR += deforaos-player
|
||||
SUBDIR += despotify
|
||||
SUBDIR += devede
|
||||
SUBDIR += dirac
|
||||
|
24
multimedia/deforaos-player/Makefile
Normal file
24
multimedia/deforaos-player/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= player
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/3708/
|
||||
DISTNAME= Player-${PORTVERSION}
|
||||
PKGNAMEPREFIX= deforaos-
|
||||
|
||||
MAINTAINER= olivier@cochard.me
|
||||
COMMENT= DeforaOS desktop media player
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
|
||||
Desktop:${PORTSDIR}/x11/deforaos-libdesktop
|
||||
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
||||
|
||||
USE_GNOME= gtk20 desktopfileutils
|
||||
USE_PKGCONFIG= build
|
||||
USE_GETTEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/deforaos-player/distinfo
Normal file
2
multimedia/deforaos-player/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Player-0.1.4.tar.gz) = 4b8b50f252895b47669c304ede8e7e218d7ce4774fc495008371284269e5bfd7
|
||||
SIZE (Player-0.1.4.tar.gz) = 37215
|
3
multimedia/deforaos-player/pkg-descr
Normal file
3
multimedia/deforaos-player/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DeforaOS Desktop multimedia player
|
||||
|
||||
WWW: http://www.defora.org/
|
5
multimedia/deforaos-player/pkg-plist
Normal file
5
multimedia/deforaos-player/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/player
|
||||
share/Player/splash.png
|
||||
share/applications/player.desktop
|
||||
share/locale/fr/LC_MESSAGES/Player.mo
|
||||
@dirrm share/Player
|
Loading…
Reference in New Issue
Block a user