Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=442964e701b72468e7366b3c130ccc0591405a7f

commit 442964e701b72468e7366b3c130ccc0591405a7f
Author: Anthony Jorion <[email protected]>
Date:   Wed May 21 22:37:03 2014 +0200

videomaker-0.1-3-x86_64

- Rebuild with python-3.0>=3.4.1
+ Add a wrapper to have /usr/bin/videomaker instead
of /usr/bin/videomaker.py to launch it...

diff --git a/source/multimedia-extra/videomaker/FrugalBuild 
b/source/multimedia-extra/videomaker/FrugalBuild
index 9dd0b34..02481b6 100644
--- a/source/multimedia-extra/videomaker/FrugalBuild
+++ b/source/multimedia-extra/videomaker/FrugalBuild
@@ -4,9 +4,9 @@
pkgname=videomaker
_F_archive_name="VideoMaker"
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Build a movie from pictures"
-depends=('python-3.0>=3.3.0')
+depends=('python-3.0>=3.4.1')
groups=('multimedia-extra')
archs=('i686' 'x86_64')
_F_github_author="sciunto"
@@ -19,4 +19,5 @@ sha1sums=('a13ad3cfcefa7bfc20ffb7b96cf799160e149e66')
build() {
Fcd
python3 setup.py install --root=$Fdestdir || Fdie
+       Fwrapper "python3 /usr/bin/videomaker.py" videomaker
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to