openbsd-ports/x11/smplayer/Makefile
gonzalo aa60a2222e Update for smplayer to 0.8.4:
* New option to select the fps for external subtitles.
* The video equalizer dialog has been rewritten and now it allows to
  switch on/off the software equalizer from there.
* Support for encoding ISO-8859-16 for subtitles.
* The support for MPlayer2 has been improved and now we provide an
  optional package for Windows which includes MPlayer2. MPlayer2 has
  interesting new features like support for mkv ordered chapters and
  precise seeks.
* Some bugfixes.

Ok brad@ sthen@ 'go ahead without me' edd@
2013-03-27 15:19:14 +00:00

35 lines
706 B
Makefile

# $OpenBSD: Makefile,v 1.14 2013/03/27 15:19:14 gonzalo Exp $
COMMENT = complete front-end for MPlayer
DISTNAME = smplayer-0.8.4
CATEGORIES = multimedia x11
HOMEPAGE = http://smplayer.sourceforge.net/
MAINTAINER = Edd Barrett <edd@openbsd.org>
# GPLv2 (docs/en/gpl.html)
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ICE QtGui QtNetwork QtXml SM X11 Xext Xi Xinerama Xrender
WANTLIB += c fontconfig freetype m pthread stdc++ z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=smplayer/}
EXTRACT_SUFX = .tar.bz2
MODULES = x11/qt4
RUN_DEPENDS = x11/mplayer>=20090708 \
devel/desktop-file-utils \
x11/gtk+2,-guic
USE_GMAKE = Yes
NO_TEST = Yes
ALL_TARGET = src/smplayer
.include <bsd.port.mk>