From nobody@FreeBSD.org  Sat Dec 20 21:32:06 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2A4F71065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 21:32:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 15FF28FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 21:32:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBKLW501067289
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 21:32:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBKLW5TC067288;
	Sat, 20 Dec 2008 21:32:05 GMT
	(envelope-from nobody)
Message-Id: <200812202132.mBKLW5TC067288@www.freebsd.org>
Date: Sat, 20 Dec 2008 21:32:05 GMT
From: Alberto Villa <villa.alberto@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: multimedia/kdenlive-kde4 A professional quality non-linear video editing suite for KDE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129796
>Category:       ports
>Synopsis:       New port: multimedia/kdenlive-kde4 A professional quality non-linear video editing suite for KDE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 20 21:40:01 UTC 2008
>Closed-Date:    Thu Jan 29 21:39:26 UTC 2009
>Last-Modified:  Thu Jan 29 21:39:26 UTC 2009
>Originator:     Alberto Villa
>Release:        FreeBSD 7-stable
>Organization:
>Environment:
FreeBSD echo.hoth 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #5: Mon Dec  8 16:43:10CET 2008     root@:/usr/obj/usr/src/sys/TPR60  i386
>Description:
Kdenlive is a non-linear video editor for GNU/Linux and FreeBSD, which
supports DV, HDV and AVCHD (not complete yet) editing. Kdenlive relies on
several other open source projects like FFmpeg and the MLT video framework.
It was designed to answer all needs, from basic video editing to
semi-professional work.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	kdenlive-kde4
#	kdenlive-kde4/Makefile
#	kdenlive-kde4/pkg-descr
#	kdenlive-kde4/distinfo
#	kdenlive-kde4/pkg-plist
#
echo c - kdenlive-kde4
mkdir -p kdenlive-kde4 > /dev/null 2>&1
echo x - kdenlive-kde4/Makefile
sed 's/^X//' >kdenlive-kde4/Makefile << 'ecc079812402415146918ee1d119f218'
X# New ports collection makefile for:	kdenlive-kde4
X# Date created:				15 October 2008
X# Whom:					Alberto Villa <villa.alberto@gmail.com>
X#
X# $FreeBSD$
X
XPORTNAME=	kdenlive
XPORTVERSION=	0.7
XCATEGORIES=	multimedia kde
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR=	kdenlive
XPKGNAMESUFFIX=	-kde4
X
XMAINTAINER=	villa.alberto@gmail.com
XCOMMENT=	A professional quality non-linear video editing suite for KDE
X
XLIB_DEPENDS=	avformat.1:${PORTSDIR}/multimedia/ffmpeg \
X		mlt.1:${PORTSDIR}/multimedia/mlt \
X		mlt++.1:${PORTSDIR}/multimedia/mltpp
X
XCONFLICTS=	kdenlive-kde4-devel-[0-9]*
X
XUSE_GETTEXT=	yes
XUSE_KDE4=	automoc4 kdehier kdelibs kdeprefix sharedmime
XUSE_QT_VER=	4
XQT_COMPONENTS=	dbus gui network svg xml \
X		moc_build qmake_build rcc_build uic_build
XUSE_CMAKE=	yes
XCMAKE_ARGS=	-DNO_JOGSHUTTLE:BOOL=On
XUSE_LDCONFIG=	${KDE4_PREFIX}/lib/kde4
X
XDOCFILES=	AUTHORS COPYING INSTALL README
XPORTDOCS=	*
X
XOPTIONS=	LADSPA	"Install LADSPA plugins" on \
X		WEBCAM	"Webcam recording with FFmpeg" on
X
X.include <bsd.port.pre.mk>
X
X.ifdef(WITH_LADSPA)
XRUN_DEPENDS+=	swhplugins>=0:${PORTSDIR}/audio/swhplugins
X.endif
X
X# ffmpeg could have been built with --disable-ffmpeg
X.ifdef(WITH_WEBCAM)
XRUN_DEPENDS+=	ffmpeg:${PORTSDIR}/multimedia/ffmpeg
X.endif
X
Xpost-patch:
X	# prevent updating mime during build
X	${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
X		${PATCH_WRKSRC}/src/mimetypes/CMakeLists.txt
X
Xpost-install:
X	@-update-mime-database ${KDE4_PREFIX}/share/mime
X.ifndef(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for FILE in ${DOCFILES}
X	${INSTALL_MAN} ${WRKSRC}/${FILE} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.post.mk>
ecc079812402415146918ee1d119f218
echo x - kdenlive-kde4/pkg-descr
sed 's/^X//' >kdenlive-kde4/pkg-descr << '7d2361e949896c9aea45d87bbddec6fa'
XKdenlive is a non-linear video editor for GNU/Linux and FreeBSD, which 
Xsupports DV, HDV and AVCHD (not complete yet) editing. Kdenlive relies on 
Xseveral other open source projects like FFmpeg and the MLT video framework. 
XIt was designed to answer all needs, from basic video editing to 
Xsemi-professional work. 
X
XWWW: http://www.kdenlive.org
7d2361e949896c9aea45d87bbddec6fa
echo x - kdenlive-kde4/distinfo
sed 's/^X//' >kdenlive-kde4/distinfo << 'ee536943338f764ed628469fd5c3eafb'
XMD5 (kdenlive-0.7.tar.gz) = dfca2fe1fe72737d7f6af80af9c73788
XSHA256 (kdenlive-0.7.tar.gz) = 3fc59fe0be10585577f9dc08a8f9cc0a653361deaad1edcfaae21c859dd31a7d
XSIZE (kdenlive-0.7.tar.gz) = 523216
ee536943338f764ed628469fd5c3eafb
echo x - kdenlive-kde4/pkg-plist
sed 's/^X//' >kdenlive-kde4/pkg-plist << 'a0921a10fe732debf56d01f871d85461'
Xbin/kdenlive
Xbin/kdenlive_render
Xlib/kde4/westleypreview.so
Xshare/applications/kde/kdenlive.desktop
Xshare/apps/kdenlive/banner.png
Xshare/apps/kdenlive/blacklisted_effects.txt
Xshare/apps/kdenlive/blacklisted_transitions.txt
Xshare/apps/kdenlive/effects/automask.xml
Xshare/apps/kdenlive/effects/boxblur.xml
Xshare/apps/kdenlive/effects/brightness.xml
Xshare/apps/kdenlive/effects/charcoal.xml
Xshare/apps/kdenlive/effects/chroma.xml
Xshare/apps/kdenlive/effects/chroma_hold.xml
Xshare/apps/kdenlive/effects/fadein.xml
Xshare/apps/kdenlive/effects/fadeout.xml
Xshare/apps/kdenlive/effects/freeze.xml
Xshare/apps/kdenlive/effects/frei0r_distort0r.xml
Xshare/apps/kdenlive/effects/frei0r_squareblur.xml
Xshare/apps/kdenlive/effects/gamma.xml
Xshare/apps/kdenlive/effects/greyscale.xml
Xshare/apps/kdenlive/effects/invert.xml
Xshare/apps/kdenlive/effects/ladspa_declipper.xml
Xshare/apps/kdenlive/effects/ladspa_equalizer.xml
Xshare/apps/kdenlive/effects/ladspa_limiter.xml
Xshare/apps/kdenlive/effects/ladspa_phaser.xml
Xshare/apps/kdenlive/effects/ladspa_pitch.xml
Xshare/apps/kdenlive/effects/ladspa_pitch_scale.xml
Xshare/apps/kdenlive/effects/ladspa_rate_scale.xml
Xshare/apps/kdenlive/effects/ladspa_reverb.xml
Xshare/apps/kdenlive/effects/ladspa_room_reverb.xml
Xshare/apps/kdenlive/effects/ladspa_vinyl.xml
Xshare/apps/kdenlive/effects/mirror.xml
Xshare/apps/kdenlive/effects/mute.xml
Xshare/apps/kdenlive/effects/normalise.xml
Xshare/apps/kdenlive/effects/obscure.xml
Xshare/apps/kdenlive/effects/rotation.xml
Xshare/apps/kdenlive/effects/sepia.xml
Xshare/apps/kdenlive/effects/sox_echo.xml
Xshare/apps/kdenlive/effects/sox_flanger.xml
Xshare/apps/kdenlive/effects/sox_pitch.xml
Xshare/apps/kdenlive/effects/sox_reverb.xml
Xshare/apps/kdenlive/effects/sox_vibro.xml
Xshare/apps/kdenlive/effects/threshold.xml
Xshare/apps/kdenlive/effects/volume.xml
Xshare/apps/kdenlive/effects/wave.xml
Xshare/apps/kdenlive/export/profiles.xml
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-add-clip.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-add-color-clip.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-add-slide-clip.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-add-text-clip.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-hor.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-align-vert.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-hide-audio.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-hide-video.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-insert-rect.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-show-audio.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-show-audiothumb.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-show-markers.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-show-video.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-show-videothumb.png
Xshare/apps/kdenlive/icons/hicolor/16x16/actions/kdenlive-snap.png
Xshare/apps/kdenlive/icons/hicolor/scalable/actions/kdenlive-select-tool.svgz
Xshare/apps/kdenlive/icons/hicolor/scalable/actions/kdenlive-zone-end.svgz
Xshare/apps/kdenlive/icons/hicolor/scalable/actions/kdenlive-zone-start.svgz
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-add-clip.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-add-color-clip.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-add-slide-clip.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-add-text-clip.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-hor.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-align-vert.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-hide-audio.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-hide-video.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-insert-rect.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-show-audio.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-show-audiothumb.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-show-markers.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-show-video.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-show-videothumb.png
Xshare/apps/kdenlive/icons/oxygen/16x16/actions/kdenlive-snap.png
Xshare/apps/kdenlive/icons/oxygen/scalable/actions/kdenlive-select-tool.svgz
Xshare/apps/kdenlive/icons/oxygen/scalable/actions/kdenlive-zone-end.svgz
Xshare/apps/kdenlive/icons/oxygen/scalable/actions/kdenlive-zone-start.svgz
Xshare/apps/kdenlive/kdenlive.notifyrc
Xshare/apps/kdenlive/kdenliveui.rc
Xshare/apps/kdenlive/metadata.properties
Xshare/apps/kdenlive/timeline_athumbs.png
Xshare/apps/kdenlive/timeline_avthumbs.png
Xshare/apps/kdenlive/timeline_nothumbs.png
Xshare/apps/kdenlive/timeline_vthumbs.png
Xshare/apps/kdenlive/transition.png
Xshare/config.kcfg/kdenlivesettings.kcfg
Xshare/icons/hicolor/32x32/apps/kdenlive.png
Xshare/icons/hicolor/48x48/apps/kdenlive.png
Xshare/icons/hicolor/64x64/apps/kdenlive.png
Xshare/icons/oxygen/32x32/apps/kdenlive.png
Xshare/icons/oxygen/48x48/apps/kdenlive.png
Xshare/icons/oxygen/64x64/apps/kdenlive.png
Xshare/icons/oxygen/scalable/mimetypes/application-x-kdenlive.svgz
Xshare/icons/oxygen/scalable/mimetypes/video-mlt-playlist.svgz
Xshare/kde4/services/westleypreview.desktop
Xshare/locale/ca/LC_MESSAGES/kdenlive.mo
Xshare/locale/cs/LC_MESSAGES/kdenlive.mo
Xshare/locale/da/LC_MESSAGES/kdenlive.mo
Xshare/locale/de/LC_MESSAGES/kdenlive.mo
Xshare/locale/es/LC_MESSAGES/kdenlive.mo
Xshare/locale/fr/LC_MESSAGES/kdenlive.mo
Xshare/locale/it/LC_MESSAGES/kdenlive.mo
Xshare/locale/nl/LC_MESSAGES/kdenlive.mo
Xshare/locale/zh/LC_MESSAGES/kdenlive.mo
Xshare/mime/XMLnamespaces
Xshare/mime/aliases
Xshare/mime/application/x-kdenlive.xml
Xshare/mime/generic-icons
Xshare/mime/globs
Xshare/mime/globs2
Xshare/mime/icons
Xshare/mime/magic
Xshare/mime/mime.cache
Xshare/mime/packages/kdenlive.xml
Xshare/mime/packages/westley.xml
Xshare/mime/subclasses
Xshare/mime/treemagic
Xshare/mime/types
Xshare/mime/video/mlt-playlist.xml
X@dirrmtry share/mime/video
X@dirrmtry share/mime/packages
X@dirrmtry share/mime/application
X@dirrmtry share/mime
X@dirrmtry share/kde4/services
X@dirrmtry share/kde4
X@dirrmtry share/icons/oxygen/scalable/mimetypes
X@dirrmtry share/icons/oxygen/scalable
X@dirrmtry share/icons/oxygen/64x64/apps
X@dirrmtry share/icons/oxygen/64x64
X@dirrmtry share/icons/oxygen/48x48/apps
X@dirrmtry share/icons/oxygen/48x48
X@dirrmtry share/icons/oxygen/32x32/apps
X@dirrmtry share/icons/oxygen/32x32
X@dirrmtry share/icons/oxygen
X@dirrmtry share/icons/hicolor/64x64/apps
X@dirrmtry share/icons/hicolor/64x64
X@dirrmtry share/icons/hicolor/48x48/apps
X@dirrmtry share/icons/hicolor/48x48
X@dirrmtry share/icons/hicolor/32x32/apps
X@dirrmtry share/icons/hicolor/32x32
X@dirrmtry share/icons/hicolor
X@dirrmtry share/icons
X@dirrmtry share/config.kcfg
X@dirrm share/apps/kdenlive/icons/oxygen/scalable/actions
X@dirrm share/apps/kdenlive/icons/oxygen/scalable
X@dirrm share/apps/kdenlive/icons/oxygen/16x16/actions
X@dirrm share/apps/kdenlive/icons/oxygen/16x16
X@dirrm share/apps/kdenlive/icons/oxygen
X@dirrm share/apps/kdenlive/icons/hicolor/scalable/actions
X@dirrm share/apps/kdenlive/icons/hicolor/scalable
X@dirrm share/apps/kdenlive/icons/hicolor/16x16/actions
X@dirrm share/apps/kdenlive/icons/hicolor/16x16
X@dirrm share/apps/kdenlive/icons/hicolor
X@dirrm share/apps/kdenlive/icons
X@dirrm share/apps/kdenlive/export
X@dirrm share/apps/kdenlive/effects
X@dirrm share/apps/kdenlive
X@dirrmtry share/apps
X@dirrmtry share/applications/kde
X@dirrmtry share/applications
X@dirrmtry lib/kde4
X@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
X@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
a0921a10fe732debf56d01f871d85461
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Sat Dec 20 23:00:56 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129796 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129796: commit references a PR
Date: Thu, 29 Jan 2009 19:04:21 +0000 (UTC)

 makc        2009-01-29 19:04:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia           Makefile 
   Added files:
     multimedia/kdenlive  Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add new port multimedia/kdenlive.
   
   Kdenlive is a non-linear video editor for GNU/Linux and FreeBSD,
   which supports DV, HDV and AVCHD (not complete yet) editing. Kdenlive
   relies on several other open source projects like 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
   
   PR:             based on ports/129796
   Submitted by:   Alberto Villa <villa.alberto at gmail.com>
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.294     +1 -0      ports/multimedia/Makefile
   1.1       +51 -0     ports/multimedia/kdenlive/Makefile (new)
   1.1       +3 -0      ports/multimedia/kdenlive/distinfo (new)
   1.1       +7 -0      ports/multimedia/kdenlive/pkg-descr (new)
   1.1       +153 -0    ports/multimedia/kdenlive/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Thu Jan 29 21:39:25 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129796 
>Unformatted:
