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

Jan Steffens heftig at archlinux.org
Sat Jun 5 17:44:16 UTC 2021


    Date: Saturday, June 5, 2021 @ 17:44:15
  Author: heftig
Revision: 417158

archrelease: copy trunk to extra-x86_64

Added:
  libogg/repos/extra-x86_64/PKGBUILD
    (from rev 417157, libogg/trunk/PKGBUILD)
Deleted:
  libogg/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 17:43:49 UTC (rev 417157)
+++ PKGBUILD	2021-06-05 17:44:15 UTC (rev 417158)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=libogg
-pkgver=1.3.4
-pkgrel=2
-pkgdesc='Ogg bitstream and framing library'
-arch=(x86_64)
-url=https://www.xiph.org/ogg/
-license=(BSD)
-depends=(glibc)
-makedepends=(
-  cmake
-  git
-  ninja
-)
-provides=(libogg.so)
-source=(git+https://github.com/xiph/ogg.git?signed#tag=3328abd152508614f7ce4cd491dc98d14eba7ffc)
-sha256sums=(SKIP)
-validpgpkeys=(B7B00AEE1F960EEA0FED66FB9259A8F2D2D44C84) # Ralph Giles <giles at thaumas.net>
-
-pkgver() {
-  cd ogg
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd ogg
-}
-
-build() {
-  local CFLAGS="$CPPFLAGS $CFLAGS" CXXFLAGS="$CPPFLAGS $CXXFLAGS"
-  cmake -Hogg -Bbuild -G Ninja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-  install -Dm 644 ogg/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -Dm 644 ogg/ogg.m4 -t "${pkgdir}"/usr/share/aclocal/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libogg/repos/extra-x86_64/PKGBUILD (from rev 417157, libogg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-05 17:44:15 UTC (rev 417158)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=libogg
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Ogg bitstream and framing library'
+arch=(x86_64)
+url=https://www.xiph.org/ogg/
+license=(BSD)
+depends=(glibc)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+provides=(libogg.so)
+source=(git+https://github.com/xiph/ogg.git?signed#tag=65b355cc20171010ecabf245e7b339aeab8ddbb9)
+sha256sums=(SKIP)
+validpgpkeys=(B7B00AEE1F960EEA0FED66FB9259A8F2D2D44C84) # Ralph Giles <giles at thaumas.net>
+
+pkgver() {
+  cd ogg
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd ogg
+}
+
+build() {
+  cmake -S ogg -B build -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  install -Dm 644 ogg/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+  install -Dm 644 ogg/ogg.m4 -t "${pkgdir}"/usr/share/aclocal/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list