Date: Sunday, December 4, 2022 @ 20:19:07
Author: andyrtr
Revision: 463038
archrelease: copy trunk to extra-x86_64
Added:
xorg-xvinfo/repos/extra-x86_64/PKGBUILD
(from rev 463037, xorg-xvinfo/trunk/PKGBUILD)
xorg-xvinfo/repos/extra-x86_64/keys/
Deleted:
xorg-xvinfo/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-04 20:18:58 UTC (rev 463037)
+++ PKGBUILD 2022-12-04 20:19:07 UTC (rev 463038)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot <[email protected]>
-
-pkgname=xorg-xvinfo
-pkgver=1.1.4
-pkgrel=3
-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
<[email protected]>
-
-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 463037,
xorg-xvinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-04 20:19:07 UTC (rev 463038)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=xorg-xvinfo
+pkgver=1.1.5
+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.xz{,.sig})
+sha512sums=('18467161b248c68f6bde15e1c1b4b8cf812daf46777602558aee5fb7cb4d2649218de88fa93842fea4f316d954440f03a37d71fa4fda92eda3c7d80970e19cbb'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith
<[email protected]>
+
+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"
+}