openshot-bzr moved to AUR4 and submodule

This commit is contained in:
Cedric Girard 2015-06-15 12:11:58 +02:00
parent 1d3f72ec6b
commit f7ed0c5d4f
4 changed files with 5 additions and 41 deletions

4
.gitmodules vendored
View File

@ -50,3 +50,7 @@
path = pkgbuild/nbimg
url = https://aur@aur4.archlinux.org/nbimg.git
pushurl = ssh+git://aur@aur4.archlinux.org/nbimg.git
[submodule "pkgbuild/openshot-bzr"]
path = pkgbuild/openshot-bzr
url = https://aur@aur4.archlinux.org/openshot-bzr.git
pushurl = ssh+git://aur@aur4.archlinux.org/openshot-bzr.git

1
pkgbuild/openshot-bzr Submodule

@ -0,0 +1 @@
Subproject commit 7a7c1b2c8e16d8a44f2e42e1f62b3868ba548d8d

View File

@ -1,30 +0,0 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
pkgname=openshot-bzr
pkgver=741
pkgrel=1
pkgdesc="an open-source, non-linear video editor for Linux based on MLT framework"
arch=('any')
url="http://www.openshotvideo.com/"
license=('GPL')
conflicts=(openshot)
depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
'pyxdg' 'pygtk' 'python2-httplib2' 'python-imaging')
makedepends=('bzr')
optdepends=('dvgrab: for IEEE digital sources'
'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack' 'ladspa')
install=openshot.install
source=(bzr+lp:openshot)
md5sums=('SKIP')
pkgver() {
cd openshot
bzr revno
}
package() {
cd $srcdir/openshot
python2 setup.py install --root=$pkgdir/ --optimize=1
}

View File

@ -1,11 +0,0 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}