[arch-commits] Commit in libvorbis/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Jul 5 13:49:20 UTC 2020
Date: Sunday, July 5, 2020 @ 13:49:20
Author: alucryd
Revision: 390873
archrelease: copy trunk to extra-x86_64
Added:
libvorbis/repos/extra-x86_64/PKGBUILD
(from rev 390872, libvorbis/trunk/PKGBUILD)
Deleted:
libvorbis/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 113 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 57 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-05 13:49:15 UTC (rev 390872)
+++ PKGBUILD 2020-07-05 13:49:20 UTC (rev 390873)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=libvorbis
-pkgver=1.3.7
-pkgrel=1
-pkgdesc='Reference implementation of the Ogg Vorbis audio format'
-arch=(x86_64)
-url=https://www.xiph.org/vorbis/
-license=(BSD)
-depends=(libogg.so)
-makedepends=(git)
-provides=(
- libvorbis.so
- libvorbisenc.so
- libvorbisfile.so
-)
-_tag=0657aee69dec8508a0011f47f3b69d7538e9d262
-source=(git+https://github.com/xiph/vorbis.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd vorbis
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd vorbis
-
- ./autogen.sh
-}
-
-build() {
- cd vorbis
-
- ./configure \
- --prefix=/usr \
- --disable-static \
- --enable-shared
- make
-}
-
-check() {
- make -C vorbis check
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C vorbis install
- install -Dm 644 vorbis/COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
-}
-
-# vim: ts=2 sw=2 et:
Copied: libvorbis/repos/extra-x86_64/PKGBUILD (from rev 390872, libvorbis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-05 13:49:20 UTC (rev 390873)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=libvorbis
+pkgver=1.3.7
+pkgrel=2
+pkgdesc='Reference implementation of the Ogg Vorbis audio format'
+arch=(x86_64)
+url=https://www.xiph.org/vorbis/
+license=(BSD)
+depends=(libogg.so)
+makedepends=(git)
+provides=(
+ libvorbis.so
+ libvorbisenc.so
+ libvorbisfile.so
+)
+_tag=0c55fa38933fd4bdb7db7c298b27e7bf2f2c5e98
+source=(git+https://github.com/xiph/vorbis.git?signed#tag=${_tag})
+validpgpkeys=(B7B00AEE1F960EEA0FED66FB9259A8F2D2D44C84) # Ralph Giles <giles at thaumas.net>
+sha256sums=(SKIP)
+
+pkgver() {
+ cd vorbis
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd vorbis
+
+ ./autogen.sh
+}
+
+build() {
+ cd vorbis
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static \
+ --enable-shared
+ make
+}
+
+check() {
+ make -C vorbis check
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C vorbis install
+ install -Dm 644 vorbis/COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list