diff options
author | abs <abs@pkgsrc.org> | 2010-10-19 16:43:34 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-10-19 16:43:34 +0000 |
commit | 396063959cdd09cb6d787bebbed776b2c4067bd5 (patch) | |
tree | 316dfe4e086a8119696800bd06bba07aa0cc064c /multimedia/kdenlive/Makefile | |
parent | d903d5b1d67c3c2cf71815577d746b274792e275 (diff) | |
download | pkgsrc-396063959cdd09cb6d787bebbed776b2c4067bd5.tar.gz |
Added multimedia/kdenlive version 0.7.8
Kdenlive is a free open-source video editor which supports DV,
AVCHD and HDV editing. Kdenlive relies on several other open source
projects, such as FFmpeg, the MLT video framework and Frei0r effects.
Diffstat (limited to 'multimedia/kdenlive/Makefile')
-rw-r--r-- | multimedia/kdenlive/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile new file mode 100644 index 00000000000..c3bfb0941c7 --- /dev/null +++ b/multimedia/kdenlive/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/10/19 16:43:34 abs Exp $ +# + +DISTNAME= kdenlive-0.7.8 +CATEGORIES= multimedia +MASTER_SITES= http://downloads.sourceforge.net/project/kdenlive/kdenlive/0.7.8/ + +MAINTAINER= abs@NetBSD.org +HOMEPAGE= http://www.kdenlive.org/ +COMMENT= KDE video editor +LICENSE= gnu-gpl-v2 + +DEPENDS+= dvdauthor>=0.6.18:../../multimedia/dvdauthor + +PKG_DESTDIR_SUPPORT= user-destdir + +# INSTALL_UNSTRIPPED=no +# LDFLAGS=-g +# CFLAGS+=-g +# CXXFLAGS+=-g + +USE_CMAKE= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt + +.include "../../meta-pkgs/kde4/kde4.mk" +.include "../../multimedia/mlt/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |