[arch-commits] Commit in libnice/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-06-22 Thread Antonio Rojas via arch-commits
Date: Saturday, June 22, 2019 @ 09:32:17
  Author: arojas
Revision: 356768

archrelease: copy trunk to testing-x86_64

Added:
  libnice/repos/testing-x86_64/
  libnice/repos/testing-x86_64/PKGBUILD
(from rev 356767, libnice/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: libnice/repos/testing-x86_64/PKGBUILD (from rev 356767, 
libnice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-22 09:32:17 UTC (rev 356768)
@@ -0,0 +1,38 @@
+# Contributor: Ionut Biru 
+# Contributor: William Díaz 
+
+pkgname=libnice
+pkgver=0.1.16
+pkgrel=1
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+url="https://nice.freedesktop.org;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gnutls gupnp-igd)
+makedepends=(gstreamer gtk-doc git meson gobject-introspection)
+optdepends=(gstreamer)
+_commit=5969b34e3acd9150506ed8d9d109c73665858f3e  # tags/0.1.16^0
+source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libnice/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-04-22 Thread Jan Steffens via arch-commits
Date: Monday, April 22, 2019 @ 22:14:14
  Author: heftig
Revision: 351958

archrelease: copy trunk to testing-x86_64

Added:
  libnice/repos/testing-x86_64/
  libnice/repos/testing-x86_64/PKGBUILD
(from rev 351957, libnice/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: libnice/repos/testing-x86_64/PKGBUILD (from rev 351957, 
libnice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-22 22:14:14 UTC (rev 351958)
@@ -0,0 +1,38 @@
+# Contributor: Ionut Biru 
+# Contributor: William Díaz 
+
+pkgname=libnice
+pkgver=0.1.15+47+g62cbfbd
+pkgrel=1
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+url="https://nice.freedesktop.org;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gnutls gupnp-igd)
+makedepends=(gstreamer gtk-doc git meson gobject-introspection)
+optdepends=(gstreamer)
+_commit=62cbfbd552debcf477056dfadac52156b5ff6565  # master
+source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=enabled -D tests=disabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in libnice/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-03-22 Thread Jan Steffens via arch-commits
Date: Thursday, March 22, 2018 @ 09:07:47
  Author: heftig
Revision: 319808

archrelease: copy trunk to testing-x86_64

Added:
  libnice/repos/testing-x86_64/
  libnice/repos/testing-x86_64/PKGBUILD
(from rev 319807, libnice/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: libnice/repos/testing-x86_64/PKGBUILD (from rev 319807, 
libnice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-22 09:07:47 UTC (rev 319808)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: William Díaz 
+
+pkgname=libnice
+pkgver=0.1.14+70+gfb2f1f7
+pkgrel=1
+pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
+url="https://nice.freedesktop.org;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gnutls)
+makedepends=(gstreamer gtk-doc git)
+optdepends=(gstreamer)
+_commit=fb2f1f77a31baa91968fc81c205f980b6913f403  # master
+source=("git+https://anongit.freedesktop.org/git/libnice/libnice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --with-gstreamer-0.10=no 
--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}