[arch-commits] Commit in librem/repos (3 files)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Wed May 4 10:44:45 UTC 2022
Date: Wednesday, May 4, 2022 @ 10:44:45
Author: alex19ep
Revision: 1193266
archrelease: copy trunk to community-staging-x86_64
Added:
librem/repos/community-staging-x86_64/
librem/repos/community-staging-x86_64/PKGBUILD
(from rev 1193265, librem/trunk/PKGBUILD)
librem/repos/community-staging-x86_64/rem-flags.patch
(from rev 1193265, 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 1193265, librem/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-05-04 10:44:45 UTC (rev 1193266)
@@ -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.3.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=('a80a1dc2b30233cd4012de8b58ac9c7e87e17676e6026629d8b66d8a01600a83'
+ '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 1193265, librem/trunk/rem-flags.patch)
===================================================================
--- community-staging-x86_64/rem-flags.patch (rev 0)
+++ community-staging-x86_64/rem-flags.patch 2022-05-04 10:44:45 UTC (rev 1193266)
@@ -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