summaryrefslogtreecommitdiff
path: root/community/winff/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-07 03:03:38 -0700
committerroot <root@rshg054.dnsready.net>2013-08-07 03:03:38 -0700
commitb7d2dcfdb924359a7bdb0614960df38e6e4a9feb (patch)
tree80a10c5f9d110268b99228832caa676955cc459b /community/winff/PKGBUILD
parenta2fb8ff517d83749ec3b5543aeba805f07ea257d (diff)
Wed Aug 7 02:56:35 PDT 2013
Diffstat (limited to 'community/winff/PKGBUILD')
-rw-r--r--community/winff/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/winff/PKGBUILD b/community/winff/PKGBUILD
index f342c14de..4ac9e154a 100644
--- a/community/winff/PKGBUILD
+++ b/community/winff/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 93143 2013-06-25 18:51:28Z arodseth $
+# $Id: PKGBUILD 95219 2013-08-06 20:32:53Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: yugrotavele <yugrotavele at archlinux dot us>
# Contributor: Paolo Stivanin <admin AT polslinux DOT it>
pkgname=winff
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='GUI for ffmpeg'
url='http://code.google.com/p/winff/'
@@ -12,13 +12,11 @@ license=('GPL3')
arch=('x86_64' 'i686')
depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
-install="$pkgname.install"
+install='winff.install'
source=("http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz")
-sha256sums=('e94e5a4c11038e9a30fc3f5ea9094f86415d02bd1f1a746808513bbd47ea5766')
+sha256sums=('9d0c46c4245633ed4754fcc0dc104c850daeeefb032a9c5690eda63e84cd367b')
prepare() {
- cd "$srcdir"
-
gendesk -n \
--pkgname "$pkgname" \
--pkgdesc "$pkgdesc" \
@@ -27,14 +25,12 @@ prepare() {
}
build() {
- cd "$srcdir/$pkgname"
+ cd "$pkgname"
lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
}
package() {
- cd "$srcdir"
-
install -Dm755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -dm755 "$pkgdir/usr/share/winff/"
find . -name "*.xml" \