moved into main for pisi 2.0

This commit is contained in:
2015-07-04 15:10:40 +03:00
parent 4b208b46d2
commit a421b3e735
7 changed files with 473 additions and 0 deletions
+156
View File
@@ -0,0 +1,156 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>bluez</Name>
<Homepage>http://bluez.sourceforge.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>service</IsA>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Official Linux Bluetooth protocol stack</Summary>
<Description>bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols.</Description>
<Archive sha1sum="c1707e8ae38b299c07e6c18ff3c26a4b928d03bf" type="tarxz">https://www.kernel.org/pub/linux/bluetooth/bluez-5.27.tar.xz</Archive>
<BuildDependencies>
<Dependency>cups-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>libnl-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>libical-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libical-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">bluez-5.27-obexd_without_systemd-1.patch</Patch>
</Patches>
</Source>
<Package>
<Name>bluez</Name>
<RuntimeDependencies>
<Dependency>cups</Dependency>
<Dependency>libnl</Dependency>
<Dependency>libusb</Dependency>
<Dependency>libical</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>setserial</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>libsndfile</Dependency>
<Dependency>gst-plugins-base</Dependency>
<Dependency release="current">bluez-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/lib/udev/rules.d</Path>
<Path fileType="data">/lib/systemd/system</Path>
<Path fileType="data">/usr/share/misc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/lib/udev</Path>
<Path fileType="executable">/lib/bluetooth/obexd</Path>
<Path fileType="executable">/lib/bluetooth/bluetoothd</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/var/lib/bluetooth</Path>
<Path fileType="data">/usr/share/alsa/bluetooth.conf</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="config">/etc</Path>
</Files>
<Provides>
<COMAR script="service.py">System.Service</COMAR>
</Provides>
</Package>
<Package>
<Name>bluez-libs</Name>
<Summary>Libraries for use in Bluetooth applications</Summary>
<RuntimeDependencies>
<Dependency>libical</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libbluetooth.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>bluez-libs-devel</Name>
<Summary>Development files for bluez-libs</Summary>
<RuntimeDependencies>
<Dependency release="current">bluez-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/bluetooth</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
<Provides>
</Provides>
</Package>
<History>
<Update release="8">
<Date>2015-01-29</Date>
<Version>5.27</Version>
<Comment>rebuild.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-01-25</Date>
<Version>5.27</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-07-05</Date>
<Version>5.21</Version>
<Comment>Version bump and bugs fix.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-23</Date>
<Version>5.18</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-01-28</Date>
<Version>4.101</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-27</Date>
<Version>4.101</Version>
<Comment>R.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-06-28</Date>
<Version>4.101</Version>
<Comment>Add patches, --enable-hid2hci --enable-wiimote</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-09</Date>
<Version>4.101</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>