mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
bluez: update to 4.94.
This commit is contained in:
parent
6ab692ce7c
commit
00e0b872f0
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.92
|
version=4.94
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer
|
configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer
|
||||||
|
@ -9,7 +9,9 @@ configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer
|
||||||
--disable-cups --enable-configfiles --enable-capng --enable-pnat"
|
--disable-cups --enable-configfiles --enable-capng --enable-pnat"
|
||||||
short_desc="Bluetooth tools and daemons"
|
short_desc="Bluetooth tools and daemons"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=821e45c5eb8cde1e3c3daa37e64690f249ef896fccd05ebb5bd67afc52482600
|
homepage="http://www.bluez.org/"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=26286e653361a0342349d29e302969a01d1c9d534a6ee365ccbf0a0b79b5729e
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains tools and system daemons for using Bluetooth devices.
|
This package contains tools and system daemons for using Bluetooth devices.
|
||||||
|
|
||||||
|
@ -30,6 +32,7 @@ subpackages="$pkgname-alsa $pkgname-compat $pkgname-gstreamer libbluetooth"
|
||||||
subpackages="$subpackages libbluetooth-devel"
|
subpackages="$subpackages libbluetooth-devel"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libudev
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run libusb-compat
|
Add_dependency run libusb-compat
|
||||||
|
@ -39,6 +42,7 @@ Add_dependency run readline
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
|
Add_dependency build libudev-devel
|
||||||
Add_dependency build readline-devel
|
Add_dependency build readline-devel
|
||||||
Add_dependency build gst-plugins-base-devel
|
Add_dependency build gst-plugins-base-devel
|
||||||
Add_dependency build alsa-lib-devel
|
Add_dependency build alsa-lib-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue