[arch-commits] Commit in baresip/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sun Jul 17 14:19:38 UTC 2022


    Date: Sunday, July 17, 2022 @ 14:19:38
  Author: alex19ep
Revision: 1254313

archrelease: copy trunk to community-x86_64

Added:
  baresip/repos/community-x86_64/PKGBUILD
    (from rev 1254312, baresip/trunk/PKGBUILD)
Deleted:
  baresip/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 14:19:33 UTC (rev 1254312)
+++ PKGBUILD	2022-07-17 14:19:38 UTC (rev 1254313)
@@ -1,56 +0,0 @@
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
-# Contributor: Andrew Sun <adsun701 at gmail dot com>
-# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
-
-pkgname=baresip
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="portable and modular SIP User-Agent with audio and video support"
-arch=('x86_64')
-url="https://github.com/baresip/baresip"
-license=('BSD')
-depends=(libre.so librem.so openssl)
-optdepends=('libfdk-aac: AAC audio codec'
-            'alsa-lib: ALSA audio driver'
-            'opencore-amr: Adaptive Multi-Rate (AMR) audio codec'
-            'aom: (av1 module}'
-            'codec2: CODEC2 low-bitrate speech audio codec'
-            'ffmpeg: (avcodec, avformat, h265 modules)'
-            'gsm: (gsm module)'
-            'gst-plugins-bad: (gst1, gst_video1 modules)'
-            'gst-plugins-base: (gst1, gst_video1 modules)'
-            'gst-plugins-good: (gst1, gst_video1 modules)'
-            'gst-plugins-ugly: (gst1, gst_video1 modules)'
-            'gtk3: gtk+ user interface'
-            'jack2: JACK Audio Connection Kit audio driver'
-            'lame: MPA audio codec'
-            'libvpx: (vpx module)'
-            'libsndfile: (sndfile module)'
-            'libpng: Snapshot video module'
-            'libpulse: Pulseaudio audio driver'
-            'libx11: (x11, x11grab modules)'
-            'mpg123: (rst module)'
-            'opus: (opus module)'
-            'portaudio: Portaudio audio driver'
-            'sdl2: (sdl2 module)'
-            'spandsp: (g722, g726,plc modules)'
-            'speexdsp: (speex_aec, speex_pp modules)'
-            'sndio: sndio audio driver'
-            'v4l-utils: (v4l2 module)')
-makedepends=(${optdepends[@]/%:*/} python)
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz")
-sha256sums=('2429a403c0b27c5b1a7849ea38bdc72c1921261f7e8880c892a207d4d63fa6fd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export LFLAGS=$LDFLAGS
-  make RELEASE=1 V=1 USE_GST= USE_GST_VIDEO= DESTDIR="/usr" PREFIX="/usr"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  export LFLAGS=$LDFLAGS
-  make RELEASE=1 USE_GST= USE_GST_VIDEO= PREFIX="/usr" \
-    DESTDIR="$pkgdir/" install
-  install -vDm644 docs/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: baresip/repos/community-x86_64/PKGBUILD (from rev 1254312, baresip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 14:19:38 UTC (rev 1254313)
@@ -0,0 +1,56 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
+
+pkgname=baresip
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="portable and modular SIP User-Agent with audio and video support"
+arch=('x86_64')
+url="https://github.com/baresip/baresip"
+license=('BSD')
+depends=(libre.so librem.so openssl)
+optdepends=('libfdk-aac: AAC audio codec'
+            'alsa-lib: ALSA audio driver'
+            'opencore-amr: Adaptive Multi-Rate (AMR) audio codec'
+            'aom: (av1 module}'
+            'codec2: CODEC2 low-bitrate speech audio codec'
+            'ffmpeg: (avcodec, avformat, h265 modules)'
+            'gsm: (gsm module)'
+            'gst-plugins-bad: (gst1, gst_video1 modules)'
+            'gst-plugins-base: (gst1, gst_video1 modules)'
+            'gst-plugins-good: (gst1, gst_video1 modules)'
+            'gst-plugins-ugly: (gst1, gst_video1 modules)'
+            'gtk3: gtk+ user interface'
+            'jack2: JACK Audio Connection Kit audio driver'
+            'lame: MPA audio codec'
+            'libvpx: (vpx module)'
+            'libsndfile: (sndfile module)'
+            'libpng: Snapshot video module'
+            'libpulse: Pulseaudio audio driver'
+            'libx11: (x11, x11grab modules)'
+            'mpg123: (rst module)'
+            'opus: (opus module)'
+            'portaudio: Portaudio audio driver'
+            'sdl2: (sdl2 module)'
+            'spandsp: (g722, g726,plc modules)'
+            'speexdsp: (speex_aec, speex_pp modules)'
+            'sndio: sndio audio driver'
+            'v4l-utils: (v4l2 module)')
+makedepends=(${optdepends[@]/%:*/} python)
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz")
+sha256sums=('5ff4a3d85ce8fcdbac5391404d682ba843cbbc65b8827c6cd11727bcc209217a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export LFLAGS=$LDFLAGS
+  make RELEASE=1 V=1 USE_GST= USE_GST_VIDEO= DESTDIR="/usr" PREFIX="/usr"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  export LFLAGS=$LDFLAGS
+  make RELEASE=1 USE_GST= USE_GST_VIDEO= PREFIX="/usr" \
+    DESTDIR="$pkgdir/" install
+  install -vDm644 docs/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list