[arch-commits] Commit in gnome-video-effects/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Feb 9 19:26:39 UTC 2017


    Date: Thursday, February 9, 2017 @ 19:26:39
  Author: heftig
Revision: 288523

archrelease: copy trunk to extra-any

Added:
  gnome-video-effects/repos/extra-any/PKGBUILD
    (from rev 288522, gnome-video-effects/trunk/PKGBUILD)
Deleted:
  gnome-video-effects/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   81 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 19:26:14 UTC (rev 288522)
+++ PKGBUILD	2017-02-09 19:26:39 UTC (rev 288523)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-video-effects
-pkgver=0.4.1+56+g393c78f
-pkgrel=1
-pkgdesc="A collection of GStreamer effects"
-arch=(any)
-url="https://git.gnome.org/browse/gnome-video-effects"
-license=(GPL2)
-makedepends=(intltool gnome-common git)
-_commit=393c78fc9a7dd0a78383b50f0ea08139160377df
-source=("git://git.gnome.org/gnome-video-effects#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-video-effects/repos/extra-any/PKGBUILD (from rev 288522, gnome-video-effects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-09 19:26:39 UTC (rev 288523)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-video-effects
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Collection of GStreamer effects for GNOME"
+arch=(any)
+url="https://git.gnome.org/browse/gnome-video-effects"
+license=(GPL2)
+depends=(gst-plugins-good gst-plugins-bad frei0r-plugins)
+makedepends=(intltool gnome-common git)
+_commit=931719e48d9b43945955c82670a9cd788ebb77a2  # master~1
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Add missing tag for pkgver()
+  git tag -f 0.4.2 931719e48d9b43945955c82670a9cd788ebb77a2
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list