[arch-commits] Commit in gnome-video-effects/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Feb 9 20:09:41 UTC 2017
Date: Thursday, February 9, 2017 @ 20:09:40
Author: heftig
Revision: 288531
archrelease: copy trunk to extra-any
Added:
gnome-video-effects/repos/extra-any/PKGBUILD
(from rev 288530, gnome-video-effects/trunk/PKGBUILD)
Deleted:
gnome-video-effects/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-09 19:55:47 UTC (rev 288530)
+++ PKGBUILD 2017-02-09 20:09:40 UTC (rev 288531)
@@ -1,42 +0,0 @@
-# $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:
Copied: gnome-video-effects/repos/extra-any/PKGBUILD (from rev 288530, gnome-video-effects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-02-09 20:09:40 UTC (rev 288531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-video-effects
+pkgver=0.4.3
+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=f58ea2b2c88403ec1f767da5db85e05a1babaabe # master
+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.3 f58ea2b2c88403ec1f767da5db85e05a1babaabe
+ 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