Date: Thursday, March 2, 2023 @ 02:08:22
  Author: heftig
Revision: 469870

archrelease: copy trunk to extra-x86_64

Added:
  liblc3/repos/extra-x86_64/PKGBUILD
    (from rev 469869, liblc3/trunk/PKGBUILD)
Deleted:
  liblc3/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   87 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-02 02:08:05 UTC (rev 469869)
+++ PKGBUILD    2023-03-02 02:08:22 UTC (rev 469870)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
-# Contributor: Florian Hülsmann <[email protected]>
-
-pkgname=liblc3
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Low Complexity Communication Codec library and tools"
-url="https://github.com/google/liblc3";
-arch=(x86_64)
-license=(Apache)
-depends=(glibc)
-makedepends=(meson git)
-provides=(liblc3.so)
-options=(debug)
-_commit=cf1676d4ffde82ecc7f7e3c90c3295f7c906d39b  # tags/v1.0.1
-source=("git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd liblc3
-  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd liblc3
-  git cherry-pick -n 214c343165006b664402c1667f4936e640c4376f  # add soversion
-  git cherry-pick -n 5c2f8916e71490dddbef0e43793cc09206da0ef1  # fix build
-}
-
-build() {
-  arch-meson liblc3 build -D tools=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 liblc3/README.md
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: liblc3/repos/extra-x86_64/PKGBUILD (from rev 469869, 
liblc3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-02 02:08:22 UTC (rev 469870)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
+# Contributor: Florian Hülsmann <[email protected]>
+
+pkgname=liblc3
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Low Complexity Communication Codec library and tools"
+url="https://github.com/google/liblc3";
+arch=(x86_64)
+license=(Apache)
+depends=(glibc)
+makedepends=(meson git)
+provides=(liblc3.so)
+_commit=f34f4654d6c319415de718f45ff6ec73135058de  # tags/v1.0.2
+source=("git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd liblc3
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd liblc3
+}
+
+build() {
+  arch-meson liblc3 build -D tools=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 liblc3/README.md
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to