[arch-commits] Commit in xorg-xvinfo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-14 Thread Allan McRae via arch-commits
Date: Friday, May 15, 2020 @ 02:48:46
  Author: allan
Revision: 383462

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD
(from rev 383461, xorg-xvinfo/trunk/PKGBUILD)
Deleted:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 02:48:23 UTC (rev 383461)
+++ PKGBUILD2020-05-15 02:48:46 UTC (rev 383462)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xvinfo
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxv')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
-sha512sums=('85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-
-build() {
-  cd xvinfo-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xvinfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xvinfo/repos/extra-x86_64/PKGBUILD (from rev 383461, 
xorg-xvinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 02:48:46 UTC (rev 383462)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xvinfo
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
+sha512sums=('85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+
+build() {
+  cd xvinfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xvinfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in xorg-xvinfo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-21 Thread Andreas Radke via arch-commits
Date: Thursday, February 21, 2019 @ 19:18:35
  Author: andyrtr
Revision: 346638

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD
(from rev 346637, xorg-xvinfo/trunk/PKGBUILD)
Deleted:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-21 19:18:26 UTC (rev 346637)
+++ PKGBUILD2019-02-21 19:18:35 UTC (rev 346638)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xvinfo
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxv')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
-sha512sums=('df8356898390d2aec4fbd15cee1627bb86b57ff8af41a527d4f6f6703a81f399a3098da342b94af6d4cf4a817d9fda1946a206bfbe3995e87ceb9910bb8b51bc'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-
-build() {
-  cd xvinfo-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xvinfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xvinfo/repos/extra-x86_64/PKGBUILD (from rev 346637, 
xorg-xvinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-21 19:18:35 UTC (rev 346638)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xvinfo
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
+sha512sums=('85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+
+build() {
+  cd xvinfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xvinfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in xorg-xvinfo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 03:30:36
  Author: felixonmars
Revision: 325389

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD
(from rev 325388, xorg-xvinfo/trunk/PKGBUILD)
Deleted:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 03:29:53 UTC (rev 325388)
+++ PKGBUILD2018-05-31 03:30:36 UTC (rev 325389)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xvinfo
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxv')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
-sha256sums=('9fba8b68daf53863e66d5004fa9c703fcecf69db4d151ea2d3d885d621e6e5eb'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-
-build() {
-  cd xvinfo-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xvinfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xvinfo/repos/extra-x86_64/PKGBUILD (from rev 325388, 
xorg-xvinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 03:30:36 UTC (rev 325389)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xvinfo
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
+sha512sums=('df8356898390d2aec4fbd15cee1627bb86b57ff8af41a527d4f6f6703a81f399a3098da342b94af6d4cf4a817d9fda1946a206bfbe3995e87ceb9910bb8b51bc'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+
+build() {
+  cd xvinfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xvinfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in xorg-xvinfo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 10:08:43
  Author: andyrtr
Revision: 286403

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD
(from rev 286402, xorg-xvinfo/trunk/PKGBUILD)
Deleted:
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-15 10:08:33 UTC (rev 286402)
+++ PKGBUILD2017-01-15 10:08:43 UTC (rev 286403)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xvinfo
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxv')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
-sha256sums=('9fba8b68daf53863e66d5004fa9c703fcecf69db4d151ea2d3d885d621e6e5eb'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-
-build() {
-  cd xvinfo-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xvinfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xvinfo/repos/extra-x86_64/PKGBUILD (from rev 286402, 
xorg-xvinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-15 10:08:43 UTC (rev 286403)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xvinfo
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
+sha256sums=('9fba8b68daf53863e66d5004fa9c703fcecf69db4d151ea2d3d885d621e6e5eb'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+
+build() {
+  cd xvinfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xvinfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}