2013-09-20 22:57:48 +02:00
|
|
|
# Created by: arved
|
2003-06-25 15:18:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kaffeine
|
2019-05-15 22:04:58 +02:00
|
|
|
DISTVERSION= 2.0.18
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2003-06-25 15:18:25 +02:00
|
|
|
CATEGORIES= multimedia kde
|
2018-12-22 21:57:49 +01:00
|
|
|
MASTER_SITES= KDE/stable/${PORTNAME}
|
2003-06-25 15:18:25 +02:00
|
|
|
|
2018-12-22 21:57:49 +01:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2015-10-29 20:28:33 +01:00
|
|
|
COMMENT= Multimedia player based on KDE and VLC
|
2003-06-25 15:18:25 +02:00
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2010-05-30 19:39:07 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat
|
2019-01-03 15:14:49 +01:00
|
|
|
LIB_DEPENDS= libvlc.so:multimedia/vlc \
|
2018-12-22 21:57:49 +01:00
|
|
|
libdvbv5.so:multimedia/libv4l
|
|
|
|
|
2019-02-08 23:50:23 +01:00
|
|
|
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \
|
|
|
|
pkgconfig kde:5 qt:5 tar:xz
|
2018-12-22 21:57:49 +01:00
|
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
|
|
coreaddons i18n itemviews kio solid dbusaddons jobwidgets \
|
|
|
|
service widgetsaddons windowsystem xmlgui
|
|
|
|
USE_QT= concurrent core dbus gui network phonon4 sql svg x11extras xml \
|
|
|
|
widgets qmake_build buildtools_build
|
2011-05-14 13:48:08 +02:00
|
|
|
USE_XORG= xscrnsaver
|
2015-10-29 20:28:33 +01:00
|
|
|
|
2015-04-24 13:42:19 +02:00
|
|
|
CPE_VENDOR= kaffeine
|
|
|
|
CPE_PRODUCT= kaffeine_player
|
2006-01-31 19:15:43 +01:00
|
|
|
|
2018-12-22 21:57:49 +01:00
|
|
|
post-build:
|
|
|
|
# Cleanup translated manpages, we don't want them
|
|
|
|
${RM} ${STAGEDIR}/man/{ca,id,it,nl,pt,pt_BR,sv,uk}/man1/kaffeine.1.gz
|
|
|
|
|
2010-08-14 15:46:22 +02:00
|
|
|
.include <bsd.port.mk>
|