Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2018 19:29:42 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466900 - in head/multimedia: . kdemultimedia-ffmpegthumbs kdemultimedia-ffmpegthumbs/files
Message-ID:  <201804091929.w39JTgaW016489@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Apr  9 19:29:42 2018
New Revision: 466900
URL: https://svnweb.freebsd.org/changeset/ports/466900

Log:
  New port: multimeda/kdemultimedia-ffmpegthumbs
  
  This is the current version of KDE Applications <foo>.
  Note that users of KDE SC4 should stick with <foo>-kde4.

Added:
  head/multimedia/kdemultimedia-ffmpegthumbs/
     - copied from r466899, head/multimedia/kdemultimedia-ffmpegthumbs-kde4/
Deleted:
  head/multimedia/kdemultimedia-ffmpegthumbs/files/
Modified:
  head/multimedia/Makefile
  head/multimedia/kdemultimedia-ffmpegthumbs/Makefile
  head/multimedia/kdemultimedia-ffmpegthumbs/distinfo
  head/multimedia/kdemultimedia-ffmpegthumbs/pkg-plist

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Mon Apr  9 19:19:41 2018	(r466899)
+++ head/multimedia/Makefile	Mon Apr  9 19:29:42 2018	(r466900)
@@ -163,6 +163,7 @@
     SUBDIR += jmref
     SUBDIR += k9copy-kde4
     SUBDIR += kaffeine
+    SUBDIR += kdemultimedia-ffmpegthumbs
     SUBDIR += kdemultimedia-kde4
     SUBDIR += kdemultimedia-ffmpegthumbs-kde4
     SUBDIR += kdemultimedia-mplayerthumbs-kde4

Modified: head/multimedia/kdemultimedia-ffmpegthumbs/Makefile
==============================================================================
--- head/multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile	Mon Apr  9 19:19:41 2018	(r466899)
+++ head/multimedia/kdemultimedia-ffmpegthumbs/Makefile	Mon Apr  9 19:29:42 2018	(r466900)
@@ -1,12 +1,9 @@
-# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	ffmpegthumbs
-PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	5
-CATEGORIES=	multimedia kde kde-kde4
+DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+CATEGORIES=	multimedia kde kde-applications
 PKGNAMEPREFIX=	kdemultimedia-
-PKGNAMESUFFIX=	-kde4
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	FFmpeg-based thumbnail generator for video files
@@ -15,9 +12,9 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libswscale.so:multimedia/ffmpeg
 
-USES=		cmake:outsource kde:4 pkgconfig tar:xz
-USE_KDE=	automoc4 kdelibs
-USE_QT4=	moc_build qmake_build rcc_build uic_build \
-		corelib dbus gui network svg xml
+USES=		cmake:outsource kde:5 pkgconfig tar:xz
+USE_KDE=	completion config coreaddons jobwidgets kio service widgetsaddons
+USE_QT5=	core gui network widgets \
+		buildtools_build qmake_build
 
 .include <bsd.port.mk>

Modified: head/multimedia/kdemultimedia-ffmpegthumbs/distinfo
==============================================================================
--- head/multimedia/kdemultimedia-ffmpegthumbs-kde4/distinfo	Mon Apr  9 19:19:41 2018	(r466899)
+++ head/multimedia/kdemultimedia-ffmpegthumbs/distinfo	Mon Apr  9 19:29:42 2018	(r466900)
@@ -1,2 +1,3 @@
-SHA256 (KDE/4.14.3/ffmpegthumbs-4.14.3.tar.xz) = 79f0856b370787ec598a161174e659d7c59bfc53e10601209a181168b50052f1
-SIZE (KDE/4.14.3/ffmpegthumbs-4.14.3.tar.xz) = 20228
+TIMESTAMP = 1520519241
+SHA256 (KDE/applications/17.12.3/ffmpegthumbs-17.12.3.tar.xz) = 25c68b230004579a3c97654baaedb63796a1b9334d7ede512ac4e5ee56f7c2a1
+SIZE (KDE/applications/17.12.3/ffmpegthumbs-17.12.3.tar.xz) = 21100

Modified: head/multimedia/kdemultimedia-ffmpegthumbs/pkg-plist
==============================================================================
--- head/multimedia/kdemultimedia-ffmpegthumbs-kde4/pkg-plist	Mon Apr  9 19:19:41 2018	(r466899)
+++ head/multimedia/kdemultimedia-ffmpegthumbs/pkg-plist	Mon Apr  9 19:29:42 2018	(r466900)
@@ -1,2 +1,2 @@
-lib/kde4/ffmpegthumbs.so
-share/kde4/services/ffmpegthumbs.desktop
+%%QT_PLUGINDIR%%/ffmpegthumbs.so
+share/kservices5/ffmpegthumbs.desktop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804091929.w39JTgaW016489>