Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2009 15:12:07 GMT
From:      Alberto Villa <villa.alberto@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140831: [maintainer update] Update port: multimedia/kdenlive 0.7.5 -> 0.7.6
Message-ID:  <200911241512.nAOFC7X1052761@www.freebsd.org>
Resent-Message-ID: <200911241520.nAOFK0D6005943@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140831
>Category:       ports
>Synopsis:       [maintainer update] Update port: multimedia/kdenlive 0.7.5 -> 0.7.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 24 15:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        FreeBSD 8-STABLE
>Organization:
>Environment:
FreeBSD echo.hoth 8.0-RC2 FreeBSD 8.0-RC2 #7: Thu Nov  5 13:16:49 CET 2009     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
update kdenlive to 0.7.6
>How-To-Repeat:

>Fix:
ports/140830 required

Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/kdenlive/Makefile /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/Makefile
--- /usr/ports/multimedia/kdenlive/Makefile	2009-09-04 11:29:14.750789007 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/Makefile	2009-11-23 00:45:10.788432123 +0100
@@ -5,15 +5,14 @@
 # $FreeBSD: ports/multimedia/kdenlive/Makefile,v 1.10 2009/09/03 21:12:38 miwi Exp $
 
 PORTNAME=	kdenlive
-PORTVERSION=	0.7.5
-PORTREVISION=	1
+PORTVERSION=	0.7.6
 CATEGORIES=	multimedia kde
 MASTER_SITES=	SF
 
 MAINTAINER=	villa.alberto@gmail.com
 COMMENT=	A professional quality non-linear video editing suite for KDE
 
-LIB_DEPENDS=	mlt.1:${PORTSDIR}/multimedia/mlt
+LIB_DEPENDS=	mlt.2:${PORTSDIR}/multimedia/mlt
 
 USE_GETTEXT=	yes
 USE_KDE4=	automoc4 kdehier kdelibs kdeprefix sharedmime
@@ -23,7 +22,6 @@
 MAKE_JOBS_SAFE=	yes
 USE_CMAKE=	yes
 CMAKE_ARGS=	-DNO_JOGSHUTTLE:BOOL=On
-USE_LDCONFIG=	${PREFIX}/lib/kde4
 
 MAN1=		kdenlive.1 kdenlive_render.1
 
@@ -52,15 +50,10 @@
 .endif
 
 post-patch:
-	# do not install the icon and the menu entry
-	${REINPLACE_CMD} -E -e '/${PORTNAME}.(menu|xpm)/d' \
+	@${REINPLACE_CMD} -E -e '/${PORTNAME}.(menu|xpm)/d' \
 		${PATCH_WRKSRC}/data/CMakeLists.txt
-	# prevent updating mime during build
-	${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
+	@${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
 		${PATCH_WRKSRC}/src/mimetypes/CMakeLists.txt
-	# avoid a crash when kdenlive_render is not in $PATH
-	${REINPLACE_CMD} -e 's|QCoreApplication::applicationDirPath()|QString("${PREFIX}/bin")|g' \
-		${PATCH_WRKSRC}/src/renderwidget.cpp
 
 post-install:
 	@-update-mime-database ${PREFIX}/share/mime
diff -ruN /usr/ports/multimedia/kdenlive/distinfo /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/distinfo
--- /usr/ports/multimedia/kdenlive/distinfo	2009-07-07 09:50:54.000000000 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/distinfo	2009-11-23 00:37:59.755340265 +0100
@@ -1,3 +1,3 @@
-MD5 (kdenlive-0.7.5.tar.gz) = 2b56a9a5b2b4e18d026d13fa4e159cba
-SHA256 (kdenlive-0.7.5.tar.gz) = c4bd4900163eacbf626d8f9d1693866f230fb25366eb539a2012bd78c0147db9
-SIZE (kdenlive-0.7.5.tar.gz) = 2425900
+MD5 (kdenlive-0.7.6.tar.gz) = fb3732c79e489db364811fc88b99aec8
+SHA256 (kdenlive-0.7.6.tar.gz) = 78b4e7414450f5c461b1d24b4ea30b10988adcf788e57020a5125c434cf3410a
+SIZE (kdenlive-0.7.6.tar.gz) = 2824222
diff -ruN /usr/ports/multimedia/kdenlive/pkg-descr /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/pkg-descr
--- /usr/ports/multimedia/kdenlive/pkg-descr	2009-05-01 23:40:06.000000000 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/pkg-descr	2009-11-23 01:01:19.586623702 +0100
@@ -1,7 +1,7 @@
-Kdenlive is a non-linear video editor for GNU/Linux and FreeBSD, which 
-supports DV, AVCHD (experimental support) and HDV editing. Kdenlive relies 
-on several other open source projects, such as FFmpeg and the MLT video 
-framework. It was designed to answer all needs, from basic video editing to 
-semi-professional work. 
+Kdenlive is a non-linear video editor for GNU/Linux, Mac OS X and FreeBSD,
+which supports DV, AVCHD (experimental support) and HDV editing. Kdenlive
+relies on several other open source projects, such as FFmpeg and the MLT
+video framework. It was designed to answer all needs, from basic video
+editing to semi-professional work.
 
 WWW: http://www.kdenlive.org
diff -ruN /usr/ports/multimedia/kdenlive/pkg-plist /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/pkg-plist
--- /usr/ports/multimedia/kdenlive/pkg-plist	2009-07-07 09:50:54.000000000 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/kdenlive/pkg-plist	2009-11-24 02:53:37.578208418 +0100
@@ -20,10 +20,15 @@
 share/apps/kdenlive/effects/fadeout.xml
 share/apps/kdenlive/effects/freeze.xml
 share/apps/kdenlive/effects/frei0r_balanc0r.xml
+share/apps/kdenlive/effects/frei0r_brightness.xml
 share/apps/kdenlive/effects/frei0r_colordistance.xml
+share/apps/kdenlive/effects/frei0r_contrast0r.xml
 share/apps/kdenlive/effects/frei0r_distort0r.xml
+share/apps/kdenlive/effects/frei0r_lenscorrection.xml
+share/apps/kdenlive/effects/frei0r_saturat0r.xml
 share/apps/kdenlive/effects/frei0r_scale0tilt.xml
 share/apps/kdenlive/effects/frei0r_squareblur.xml
+share/apps/kdenlive/effects/frei0r_vertigo.xml
 share/apps/kdenlive/effects/gain.xml
 share/apps/kdenlive/effects/gamma.xml
 share/apps/kdenlive/effects/greyscale.xml
@@ -55,6 +60,7 @@
 share/apps/kdenlive/effects/sox_reverb.xml
 share/apps/kdenlive/effects/sox_stretch.xml
 share/apps/kdenlive/effects/sox_vibro.xml
+share/apps/kdenlive/effects/speed.xml
 share/apps/kdenlive/effects/threshold.xml
 share/apps/kdenlive/effects/volume.xml
 share/apps/kdenlive/effects/wave.xml
@@ -63,9 +69,14 @@
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-add-color-clip.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-add-slide-clip.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-add-text-clip.png
+share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-bottom.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-hor.png
+share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-left.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-none.png
+share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-right.png
+share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-top.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-vert.png
+share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-custom-effect.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-hide-audio.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-hide-video.png
 share/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-insert-rect.png
@@ -94,9 +105,14 @@
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-add-color-clip.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-add-slide-clip.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-add-text-clip.png
+share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-bottom.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-hor.png
+share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-left.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-none.png
+share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-right.png
+share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-top.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-vert.png
+share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-custom-effect.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-hide-audio.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-hide-video.png
 share/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-insert-rect.png
@@ -152,14 +168,21 @@
 share/config/kdenlive_mltprofiles.knsrc
 share/config/kdenlive_render.knsrc
 share/config/kdenlivetranscodingrc
+share/icons/hicolor/128x128/mimetypes/application-x-kdenlivetitle.png
 share/icons/hicolor/32x32/apps/kdenlive.png
+share/icons/hicolor/32x32/mimetypes/application-x-kdenlivetitle.png
 share/icons/hicolor/48x48/apps/kdenlive.png
 share/icons/hicolor/64x64/apps/kdenlive.png
+share/icons/hicolor/64x64/mimetypes/application-x-kdenlivetitle.png
+share/icons/hicolor/scalable/mimetypes/application-x-kdenlive.svgz
+share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz
+share/icons/oxygen/128x128/mimetypes/application-x-kdenlivetitle.png
 share/icons/oxygen/32x32/apps/kdenlive.png
+share/icons/oxygen/32x32/mimetypes/application-x-kdenlivetitle.png
 share/icons/oxygen/48x48/apps/kdenlive.png
 share/icons/oxygen/64x64/apps/kdenlive.png
-share/icons/oxygen/scalable/mimetypes/application-x-kdenlive.svgz
-share/icons/oxygen/scalable/mimetypes/video-mlt-playlist.svgz
+share/icons/oxygen/64x64/mimetypes/application-x-kdenlivetitle.png
+share/icons/oxygen/scalable/mimetypes/application-x-kdenlivetitle.svgz
 share/kde4/services/westleypreview.desktop
 share/locale/ca/LC_MESSAGES/kdenlive.mo
 share/locale/cs/LC_MESSAGES/kdenlive.mo
@@ -169,14 +192,18 @@
 share/locale/es/LC_MESSAGES/kdenlive.mo
 share/locale/fi/LC_MESSAGES/kdenlive.mo
 share/locale/fr/LC_MESSAGES/kdenlive.mo
+share/locale/gl/LC_MESSAGES/kdenlive.mo
 share/locale/he/LC_MESSAGES/kdenlive.mo
 share/locale/hr/LC_MESSAGES/kdenlive.mo
 share/locale/hu/LC_MESSAGES/kdenlive.mo
 share/locale/it/LC_MESSAGES/kdenlive.mo
 share/locale/nl/LC_MESSAGES/kdenlive.mo
+share/locale/pl/LC_MESSAGES/kdenlive.mo
+share/locale/pt/LC_MESSAGES/kdenlive.mo
 share/locale/pt_BR/LC_MESSAGES/kdenlive.mo
 share/locale/ru/LC_MESSAGES/kdenlive.mo
 share/locale/sl/LC_MESSAGES/kdenlive.mo
+share/locale/tr/LC_MESSAGES/kdenlive.mo
 share/locale/zh/LC_MESSAGES/kdenlive.mo
 share/mime/packages/kdenlive.xml
 share/mime/packages/westley.xml
@@ -186,19 +213,29 @@
 @dirrmtry share/kde4
 @dirrmtry share/icons/oxygen/scalable/mimetypes
 @dirrmtry share/icons/oxygen/scalable
+@dirrmtry share/icons/oxygen/64x64/mimetypes
 @dirrmtry share/icons/oxygen/64x64/apps
 @dirrmtry share/icons/oxygen/64x64
 @dirrmtry share/icons/oxygen/48x48/apps
 @dirrmtry share/icons/oxygen/48x48
+@dirrmtry share/icons/oxygen/32x32/mimetypes
 @dirrmtry share/icons/oxygen/32x32/apps
 @dirrmtry share/icons/oxygen/32x32
+@dirrmtry share/icons/oxygen/128x128/mimetypes
+@dirrmtry share/icons/oxygen/128x128
 @dirrmtry share/icons/oxygen
+@dirrmtry share/icons/hicolor/scalable/mimetypes
+@dirrmtry share/icons/hicolor/scalable
+@dirrmtry share/icons/hicolor/64x64/mimetypes
 @dirrmtry share/icons/hicolor/64x64/apps
 @dirrmtry share/icons/hicolor/64x64
 @dirrmtry share/icons/hicolor/48x48/apps
 @dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/32x32/mimetypes
 @dirrmtry share/icons/hicolor/32x32/apps
 @dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/128x128/mimetypes
+@dirrmtry share/icons/hicolor/128x128
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
 @dirrmtry share/config.kcfg


>Release-Note:
>Audit-Trail:
>Unformatted:



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