[arch-commits] Commit in librem/repos (3 files)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Thu Aug 11 22:09:33 UTC 2022


    Date: Thursday, August 11, 2022 @ 22:09:32
  Author: alex19ep
Revision: 1265299

archrelease: copy trunk to community-staging-x86_64

Added:
  librem/repos/community-staging-x86_64/
  librem/repos/community-staging-x86_64/PKGBUILD
    (from rev 1265298, librem/trunk/PKGBUILD)
  librem/repos/community-staging-x86_64/rem-flags.patch
    (from rev 1265298, librem/trunk/rem-flags.patch)

-----------------+
 PKGBUILD        |   36 ++++++++++++++++++++++++++++++++++++
 rem-flags.patch |   11 +++++++++++
 2 files changed, 47 insertions(+)

Copied: librem/repos/community-staging-x86_64/PKGBUILD (from rev 1265298, librem/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-08-11 22:09:32 UTC (rev 1265299)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: ny-a <nyaarch64 at gmail dot com>
+# Contributor: Andrew Sun <adsun701 at gmail.com>
+# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail.com>
+
+pkgname=librem
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="portable library for real-time audio and video processing"
+arch=('x86_64')
+url="https://github.com/baresip/rem"
+license=('BSD')
+depends=(libre.so)
+provides=(librem.so)
+replaces=('rem')
+conflicts=('rem')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/rem/archive/refs/tags/v$pkgver.tar.gz"
+        "rem-flags.patch")
+sha256sums=('d25b7e7e109de141230a0f2d50c283687160c4f6878dc852d9ed0fcfc67ae369'
+            '35b9b8cf8a8c85dc34986b579b002beb78f75feec6be37dd49ef665942299b02')
+
+prepare() {
+  cd rem-${pkgver}
+  patch -Np1 -i "${srcdir}/rem-flags.patch"
+}
+
+build() {
+  cd rem-${pkgver}
+  make
+}
+
+package() {
+  cd rem-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -vDm644 docs/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: librem/repos/community-staging-x86_64/rem-flags.patch (from rev 1265298, librem/trunk/rem-flags.patch)
===================================================================
--- community-staging-x86_64/rem-flags.patch	                        (rev 0)
+++ community-staging-x86_64/rem-flags.patch	2022-08-11 22:09:32 UTC (rev 1265299)
@@ -0,0 +1,11 @@
+--- rem-2.0.1.orig/Makefile	2022-04-14 09:07:57.982573985 +0300
++++ rem-2.0.1/Makefile    	2022-04-14 09:13:04.864262031 +0300
+@@ -142,7 +142,7 @@
+ 
+ $(SHARED): $(OBJS) librem.pc
+ 	@echo "  LD      $@"
+-	@$(LD) $(LFLAGS) $(SH_LFLAGS) $(OBJS) -L$(LIBRE_SO) -lre $(LIBS) -o $@
++	@$(LD) $(LDFLAGS) $(LFLAGS) $(SH_LFLAGS) $(OBJS) -L$(LIBRE_SO) -lre $(LIBS) -o $@
+ 
+ 
+ $(STATIC): $(OBJS) librem.pc



More information about the arch-commits mailing list