mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e5303cb4a0
- Stage - Pet portlint PR: ports/189602 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
29 lines
717 B
Makefile
29 lines
717 B
Makefile
# Created by: Steve Wills <steve@mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arista
|
|
PORTVERSION= 0.9.7
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://programmer-art.org/media/releases/arista-transcoder/ \
|
|
http://launchpadlibrarian.net/28489828/
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Easy to use multimedia transcoder for the GNOME Desktop
|
|
|
|
USES= desktop-file-utils gettext
|
|
USE_GSTREAMER= faac x264 lame mpeg2enc
|
|
USE_GNOME= pygnomedesktop
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|Icon=.*|Icon=arista.svg|g' \
|
|
${WRKSRC}/arista.desktop
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/ui/icon.svg \
|
|
${STAGEDIR}${PREFIX}/share/pixmaps/arista.svg
|
|
@-update-desktop-database
|
|
|
|
.include <bsd.port.mk>
|