[arch-commits] Commit in kdenlive/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 20 22:46:48 UTC 2015
Date: Friday, March 20, 2015 @ 23:46:47
Author: arojas
Revision: 234366
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdenlive/repos/kde-unstable-i686/PKGBUILD
(from rev 234365, kdenlive/kde-unstable/PKGBUILD)
kdenlive/repos/kde-unstable-i686/kdenlive.install
(from rev 234365, kdenlive/kde-unstable/kdenlive.install)
kdenlive/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234365, kdenlive/kde-unstable/PKGBUILD)
kdenlive/repos/kde-unstable-x86_64/kdenlive.install
(from rev 234365, kdenlive/kde-unstable/kdenlive.install)
Deleted:
kdenlive/repos/kde-unstable-i686/PKGBUILD
kdenlive/repos/kde-unstable-i686/kdenlive.install
kdenlive/repos/kde-unstable-x86_64/PKGBUILD
kdenlive/repos/kde-unstable-x86_64/kdenlive.install
--------------------------------------+
/PKGBUILD | 92 +++++++++++++++++++++++++++++++++
/kdenlive.install | 26 +++++++++
kde-unstable-i686/PKGBUILD | 45 ----------------
kde-unstable-i686/kdenlive.install | 13 ----
kde-unstable-x86_64/PKGBUILD | 45 ----------------
kde-unstable-x86_64/kdenlive.install | 13 ----
6 files changed, 118 insertions(+), 116 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-03-20 22:46:13 UTC (rev 234365)
+++ kde-unstable-i686/PKGBUILD 2015-03-20 22:46:47 UTC (rev 234366)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zuf <kontakt.zuf at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=kdenlive
-pkgver=15.03.90
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=('i686' 'x86_64')
-url="http://www.kdenlive.org/"
-license=('GPL')
-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() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- make -C build DESTDIR="${pkgdir}" install
-}
-
Copied: kdenlive/repos/kde-unstable-i686/PKGBUILD (from rev 234365, kdenlive/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-20 22:46:47 UTC (rev 234366)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zuf <kontakt.zuf at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=kdenlive
+pkgver=15.03.95
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=('i686' 'x86_64')
+url="http://www.kdenlive.org/"
+license=('GPL')
+groups=('kde-applications' 'kdemultimedia')
+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=('fa286a1906a29998f0611e9691431292')
+install=$pkgname.install
+
+prepare(){
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ make -C build DESTDIR="${pkgdir}" install
+}
+
Deleted: kde-unstable-i686/kdenlive.install
===================================================================
--- kde-unstable-i686/kdenlive.install 2015-03-20 22:46:13 UTC (rev 234365)
+++ kde-unstable-i686/kdenlive.install 2015-03-20 22:46:47 UTC (rev 234366)
@@ -1,13 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &>/dev/null
- update-desktop-database -q &>/dev/null
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdenlive/repos/kde-unstable-i686/kdenlive.install (from rev 234365, kdenlive/kde-unstable/kdenlive.install)
===================================================================
--- kde-unstable-i686/kdenlive.install (rev 0)
+++ kde-unstable-i686/kdenlive.install 2015-03-20 22:46:47 UTC (rev 234366)
@@ -0,0 +1,13 @@
+post_install() {
+ update-mime-database usr/share/mime &>/dev/null
+ update-desktop-database -q &>/dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-03-20 22:46:13 UTC (rev 234365)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-20 22:46:47 UTC (rev 234366)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zuf <kontakt.zuf at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=kdenlive
-pkgver=15.03.90
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=('i686' 'x86_64')
-url="http://www.kdenlive.org/"
-license=('GPL')
-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() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- make -C build DESTDIR="${pkgdir}" install
-}
-
Copied: kdenlive/repos/kde-unstable-x86_64/PKGBUILD (from rev 234365, kdenlive/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-20 22:46:47 UTC (rev 234366)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zuf <kontakt.zuf at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=kdenlive
+pkgver=15.03.95
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=('i686' 'x86_64')
+url="http://www.kdenlive.org/"
+license=('GPL')
+groups=('kde-applications' 'kdemultimedia')
+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=('fa286a1906a29998f0611e9691431292')
+install=$pkgname.install
+
+prepare(){
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ make -C build DESTDIR="${pkgdir}" install
+}
+
Deleted: kde-unstable-x86_64/kdenlive.install
===================================================================
--- kde-unstable-x86_64/kdenlive.install 2015-03-20 22:46:13 UTC (rev 234365)
+++ kde-unstable-x86_64/kdenlive.install 2015-03-20 22:46:47 UTC (rev 234366)
@@ -1,13 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &>/dev/null
- update-desktop-database -q &>/dev/null
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdenlive/repos/kde-unstable-x86_64/kdenlive.install (from rev 234365, kdenlive/kde-unstable/kdenlive.install)
===================================================================
--- kde-unstable-x86_64/kdenlive.install (rev 0)
+++ kde-unstable-x86_64/kdenlive.install 2015-03-20 22:46:47 UTC (rev 234366)
@@ -0,0 +1,13 @@
+post_install() {
+ update-mime-database usr/share/mime &>/dev/null
+ update-desktop-database -q &>/dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list