libnice: update to 0.1.3.
This commit is contained in:
parent
3251d04c90
commit
881df23d47
3 changed files with 13 additions and 11 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'libnice-devel'.
|
# Template file for 'libnice-devel'.
|
||||||
#
|
#
|
||||||
depends="gstreamer-devel libsoup-devel gupnp-igd-devel libnice"
|
noarch=yes
|
||||||
|
depends="glib-devel libnice>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
libgstbase-1.0.so.0
|
||||||
|
libgstreamer-1.0.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgupnp-igd-1.0.so.3
|
libgupnp-igd-1.0.so.3
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'libnice'
|
# Template file for 'libnice'
|
||||||
pkgname=libnice
|
pkgname=libnice
|
||||||
version=0.1.2
|
version=0.1.3
|
||||||
homepage="http://nice.freedesktop.org"
|
revision=1
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config intltool gstreamer-devel libsoup-devel gupnp-igd-devel"
|
makedepends="pkg-config intltool gstreamer-devel gstreamer1-devel
|
||||||
revision=1
|
libsoup-devel gupnp-igd-devel"
|
||||||
short_desc="An implementation of the IETF's draft ICE (for P2P UDP data streams)"
|
short_desc="An implementation of the IETF's draft ICE (for P2P UDP data streams)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=f2472b6392a27287ded21a6ba535b19c6204614fb191e1c4ff98295202c247f6
|
homepage="http://nice.freedesktop.org"
|
||||||
|
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
||||||
|
checksum=046ce11f66638b54f2e042e7b1fbcc537ec99c27185fb006edbfd80d7f990074
|
||||||
long_desc="
|
long_desc="
|
||||||
It provides a GLib-based library, libnice and a Glib-free library, libstun
|
It provides a GLib-based library, libnice and a Glib-free library, libstun
|
||||||
as well as GStreamer elements.
|
as well as GStreamer elements.
|
||||||
|
@ -23,5 +25,4 @@ long_desc="
|
||||||
Existing standards that use ICE include Session Initiation Protocol (SIP)
|
Existing standards that use ICE include Session Initiation Protocol (SIP)
|
||||||
and XMPP Jingle."
|
and XMPP Jingle."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue