[arch-commits] Commit in winff/repos (8 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Aug 6 20:32:54 UTC 2013


    Date: Tuesday, August 6, 2013 @ 22:32:53
  Author: arodseth
Revision: 95219

archrelease: copy trunk to community-x86_64, community-i686

Added:
  winff/repos/community-i686/PKGBUILD
    (from rev 95218, winff/trunk/PKGBUILD)
  winff/repos/community-i686/winff.install
    (from rev 95218, winff/trunk/winff.install)
  winff/repos/community-x86_64/PKGBUILD
    (from rev 95218, winff/trunk/PKGBUILD)
  winff/repos/community-x86_64/winff.install
    (from rev 95218, winff/trunk/winff.install)
Deleted:
  winff/repos/community-i686/PKGBUILD
  winff/repos/community-i686/winff.install
  winff/repos/community-x86_64/PKGBUILD
  winff/repos/community-x86_64/winff.install

--------------------------------+
 /PKGBUILD                      |  104 +++++++++++++++++++++++++++++++++++++++
 /winff.install                 |   28 ++++++++++
 community-i686/PKGBUILD        |   56 ---------------------
 community-i686/winff.install   |   14 -----
 community-x86_64/PKGBUILD      |   56 ---------------------
 community-x86_64/winff.install |   14 -----
 6 files changed, 132 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-06 20:32:42 UTC (rev 95218)
+++ community-i686/PKGBUILD	2013-08-06 20:32:53 UTC (rev 95219)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-# Contributor: Paolo Stivanin <admin AT polslinux DOT it>
-
-pkgname=winff
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='GUI for ffmpeg'
-url='http://code.google.com/p/winff/'
-license=('GPL3')
-arch=('x86_64' 'i686')
-depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
-makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
-install="$pkgname.install"
-source=("http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz")
-sha256sums=('e94e5a4c11038e9a30fc3f5ea9094f86415d02bd1f1a746808513bbd47ea5766')
-
-prepare() {
-  cd "$srcdir"
-
-  gendesk -n \
-    --pkgname "$pkgname" \
-    --pkgdesc "$pkgdesc" \
-    --genericname 'Video converter' \
-    --categories 'AudioVideo;AudioVideoEditing;GTK'
-}
-
-build() {
-  cd "$srcdir/$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" \
-    -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null
-  install -Dm644 "$srcdir/winff.desktop" \
-    "$pkgdir/usr/share/applications/winff.desktop"
-  install -Dm644 "$srcdir/$pkgname/winff-icons/48x48/winff.png" \
-    "$pkgdir/usr/share/pixmaps/winff.png"
-  for size in 16x16 24x24 32x32 48x48; do
-    install -Dm644 "$srcdir/$pkgname/winff-icons/$size/winff.png" \
-      "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png"
-  done
-  install -dm755 "$pkgdir/usr/share/winff/languages/"
-  find . -name "*.po" \
-    -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null
-  rm -f "$srcdir/$pkgname/presets.xml"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-i686/PKGBUILD (from rev 95218, winff/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-06 20:32:53 UTC (rev 95219)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Paolo Stivanin <admin AT polslinux DOT it>
+
+pkgname=winff
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='GUI for ffmpeg'
+url='http://code.google.com/p/winff/'
+license=('GPL3')
+arch=('x86_64' 'i686')
+depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
+install='winff.install'
+source=("http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz")
+sha256sums=('9d0c46c4245633ed4754fcc0dc104c850daeeefb032a9c5690eda63e84cd367b')
+
+prepare() {
+  gendesk -n \
+    --pkgname "$pkgname" \
+    --pkgdesc "$pkgdesc" \
+    --genericname 'Video converter' \
+    --categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
+build() {
+  cd "$pkgname"
+
+  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
+}
+
+package() {
+  install -Dm755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -dm755 "$pkgdir/usr/share/winff/"
+  find . -name "*.xml" \
+    -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null
+  install -Dm644 "$srcdir/winff.desktop" \
+    "$pkgdir/usr/share/applications/winff.desktop"
+  install -Dm644 "$srcdir/$pkgname/winff-icons/48x48/winff.png" \
+    "$pkgdir/usr/share/pixmaps/winff.png"
+  for size in 16x16 24x24 32x32 48x48; do
+    install -Dm644 "$srcdir/$pkgname/winff-icons/$size/winff.png" \
+      "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png"
+  done
+  install -dm755 "$pkgdir/usr/share/winff/languages/"
+  find . -name "*.po" \
+    -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null
+  rm -f "$srcdir/$pkgname/presets.xml"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/winff.install
===================================================================
--- community-i686/winff.install	2013-08-06 20:32:42 UTC (rev 95218)
+++ community-i686/winff.install	2013-08-06 20:32:53 UTC (rev 95219)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-i686/winff.install (from rev 95218, winff/trunk/winff.install)
===================================================================
--- community-i686/winff.install	                        (rev 0)
+++ community-i686/winff.install	2013-08-06 20:32:53 UTC (rev 95219)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-06 20:32:42 UTC (rev 95218)
+++ community-x86_64/PKGBUILD	2013-08-06 20:32:53 UTC (rev 95219)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-# Contributor: Paolo Stivanin <admin AT polslinux DOT it>
-
-pkgname=winff
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='GUI for ffmpeg'
-url='http://code.google.com/p/winff/'
-license=('GPL3')
-arch=('x86_64' 'i686')
-depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
-makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
-install="$pkgname.install"
-source=("http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz")
-sha256sums=('e94e5a4c11038e9a30fc3f5ea9094f86415d02bd1f1a746808513bbd47ea5766')
-
-prepare() {
-  cd "$srcdir"
-
-  gendesk -n \
-    --pkgname "$pkgname" \
-    --pkgdesc "$pkgdesc" \
-    --genericname 'Video converter' \
-    --categories 'AudioVideo;AudioVideoEditing;GTK'
-}
-
-build() {
-  cd "$srcdir/$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" \
-    -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null
-  install -Dm644 "$srcdir/winff.desktop" \
-    "$pkgdir/usr/share/applications/winff.desktop"
-  install -Dm644 "$srcdir/$pkgname/winff-icons/48x48/winff.png" \
-    "$pkgdir/usr/share/pixmaps/winff.png"
-  for size in 16x16 24x24 32x32 48x48; do
-    install -Dm644 "$srcdir/$pkgname/winff-icons/$size/winff.png" \
-      "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png"
-  done
-  install -dm755 "$pkgdir/usr/share/winff/languages/"
-  find . -name "*.po" \
-    -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null
-  rm -f "$srcdir/$pkgname/presets.xml"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-x86_64/PKGBUILD (from rev 95218, winff/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-06 20:32:53 UTC (rev 95219)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Paolo Stivanin <admin AT polslinux DOT it>
+
+pkgname=winff
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='GUI for ffmpeg'
+url='http://code.google.com/p/winff/'
+license=('GPL3')
+arch=('x86_64' 'i686')
+depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
+install='winff.install'
+source=("http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz")
+sha256sums=('9d0c46c4245633ed4754fcc0dc104c850daeeefb032a9c5690eda63e84cd367b')
+
+prepare() {
+  gendesk -n \
+    --pkgname "$pkgname" \
+    --pkgdesc "$pkgdesc" \
+    --genericname 'Video converter' \
+    --categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
+build() {
+  cd "$pkgname"
+
+  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
+}
+
+package() {
+  install -Dm755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -dm755 "$pkgdir/usr/share/winff/"
+  find . -name "*.xml" \
+    -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null
+  install -Dm644 "$srcdir/winff.desktop" \
+    "$pkgdir/usr/share/applications/winff.desktop"
+  install -Dm644 "$srcdir/$pkgname/winff-icons/48x48/winff.png" \
+    "$pkgdir/usr/share/pixmaps/winff.png"
+  for size in 16x16 24x24 32x32 48x48; do
+    install -Dm644 "$srcdir/$pkgname/winff-icons/$size/winff.png" \
+      "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png"
+  done
+  install -dm755 "$pkgdir/usr/share/winff/languages/"
+  find . -name "*.po" \
+    -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null
+  rm -f "$srcdir/$pkgname/presets.xml"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/winff.install
===================================================================
--- community-x86_64/winff.install	2013-08-06 20:32:42 UTC (rev 95218)
+++ community-x86_64/winff.install	2013-08-06 20:32:53 UTC (rev 95219)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-x86_64/winff.install (from rev 95218, winff/trunk/winff.install)
===================================================================
--- community-x86_64/winff.install	                        (rev 0)
+++ community-x86_64/winff.install	2013-08-06 20:32:53 UTC (rev 95219)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list