[arch-commits] Commit in xawtv/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Aug 3 07:59:34 UTC 2020
Date: Monday, August 3, 2020 @ 07:59:34
Author: arojas
Revision: 393084
archrelease: copy trunk to extra-x86_64
Added:
xawtv/repos/extra-x86_64/PKGBUILD
(from rev 393083, xawtv/trunk/PKGBUILD)
Deleted:
xawtv/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-03 07:59:25 UTC (rev 393083)
+++ PKGBUILD 2020-08-03 07:59:34 UTC (rev 393084)
@@ -1,38 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-# Contributor: Jason Chu <jason at archlinux.org>
-
-pkgname=xawtv
-pkgver=3.106
-pkgrel=3
-pkgdesc="A simple Xaw-based TV program which uses the bttv driver or video4linux"
-arch=('x86_64')
-url="https://git.linuxtv.org/xawtv3.git"
-license=('GPL')
-depends=('aalib' 'v4l-utils' 'libxv' 'libxrandr' 'libgl' 'libdv' 'zvbi' 'libxinerama' 'lirc' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm')
-makedepends=('mesa' 'git' 'xorgproto')
-_commit=ba4af2bde7af8de383070598be28b5500694d14c # tags/xawtv-3.106^0
-source=("git+https://git.linuxtv.org/cgit.cgi/xawtv3.git#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
- cd xawtv3
- git describe --tags | sed 's/^xawtv-//;s/-/+/g'
-}
-
-prepare() {
- cd xawtv3
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd "${srcdir}/xawtv3"
- CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
- ./configure --prefix=/usr --disable-motif --disable-quicktime
- make
-}
-
-package() {
- cd "${srcdir}/xawtv3"
- make DESTDIR="${pkgdir}" install
-}
Copied: xawtv/repos/extra-x86_64/PKGBUILD (from rev 393083, xawtv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-03 07:59:34 UTC (rev 393084)
@@ -0,0 +1,38 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=xawtv
+pkgver=3.107
+pkgrel=1
+pkgdesc="A simple Xaw-based TV program which uses the bttv driver or video4linux"
+arch=('x86_64')
+url="https://git.linuxtv.org/xawtv3.git"
+license=('GPL')
+depends=('aalib' 'v4l-utils' 'libxv' 'libxrandr' 'libgl' 'libdv' 'zvbi' 'libxinerama' 'lirc' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm')
+makedepends=('mesa' 'git' 'xorgproto')
+_commit=8e3feea862db68d3ca0886f46cd99fab45d2db7c
+source=("git+https://git.linuxtv.org/cgit.cgi/xawtv3.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+ cd xawtv3
+ git describe --tags | sed 's/^xawtv-//;s/-/+/g'
+}
+
+prepare() {
+ cd xawtv3
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "${srcdir}/xawtv3"
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+ ./configure --prefix=/usr --disable-motif --disable-quicktime
+ make
+}
+
+package() {
+ cd "${srcdir}/xawtv3"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list