Date: Friday, March 13, 2015 @ 23:11:59 Author: arojas Revision: 233607
Kdenlive is now in KDE Applications Added: kdenlive/kde-unstable/ Modified: kdenlive/kde-unstable/PKGBUILD kdenlive/kde-unstable/kdenlive.install ------------------+ PKGBUILD | 56 +++++++++++++++++++++++++---------------------------- kdenlive.install | 4 +-- 2 files changed, 29 insertions(+), 31 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2015-03-13 22:08:56 UTC (rev 233606) +++ kde-unstable/PKGBUILD 2015-03-13 22:11:59 UTC (rev 233607) @@ -1,46 +1,44 @@ -# $Id$ # Maintainer: Sergej Pupykin <[email protected]> # Contributor: Zuf <[email protected]> # Contributor: Darwin Bautista <[email protected]> +# Contributor: Gustavo Alvarez <[email protected]> pkgname=kdenlive -pkgver=0.9.10 -pkgrel=2 -pkgdesc="A non-linear video editor for Linux" +pkgver=15.03.90 +pkgrel=1 +pkgdesc="A non-linear video editor for Linux using the MLT video framework" arch=('i686' 'x86_64') -# http://download.kde.org/stable/kdenlive/ -url="http://www.kdenlive.org/" +url="http://http://www.kdenlive.org/" license=('GPL') -depends=('hicolor-icon-theme' 'kdelibs' 'mlt' \ - 'qimageblitz' 'qjson' 'shared-mime-info') -makedepends=('cmake' 'automoc4' 'gettext' 'glew') -optdepends=('cdrkit: for creation of DVD ISO images' - 'dvdauthor: for creation of DVD' - 'dvgrab: for firewire capture' - 'ffmpeg: for webcam capture' - 'recordmydesktop: for screen capture' - 'xine-lib: for DVD preview' - 'oxygen-icons: if some icons does not appear') -install=kdenlive.install -options=('docs') -source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2) -md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2') +depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils') +optdepends=('ffmpeg: for FFmpeg plugin' + 'cdrkit: for creation of DVD ISO images' + 'dvdauthor: for creation of DVD' + 'dvgrab: for firewire capture' + 'libdv: for webcam capture (if FFmpeg is not installed)' + 'recordmydesktop: for screen capture' + 'xine-ui: for DVD preview') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz") +md5sums=('fc8fbb3c644fefae8ab3cf9adec072e6') +install=$pkgname.install +prepare(){ + mkdir -p build +} + build() { - export LDFLAGS="$LDFLAGS -lX11" - cd "${srcdir}" - mkdir -p build cd build - cmake ../kdenlive-${pkgver} \ + cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_INSTALL_DIR=/usr/lib \ - -DLINK_LIBRARIES=-lX11 \ - -DWITH_Nepomuk=OFF + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF make } package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install + make -C build DESTDIR="${pkgdir}" install } + Modified: kde-unstable/kdenlive.install =================================================================== --- trunk/kdenlive.install 2015-03-13 22:08:56 UTC (rev 233606) +++ kde-unstable/kdenlive.install 2015-03-13 22:11:59 UTC (rev 233607) @@ -1,6 +1,6 @@ post_install() { - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q + update-mime-database usr/share/mime &>/dev/null + update-desktop-database -q &>/dev/null xdg-icon-resource forceupdate --theme hicolor &> /dev/null }
