Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Ertuğrul Erata
2016-04-09 19:04:51 +03:00
7 changed files with 68 additions and 19 deletions
+5
View File
@@ -12,6 +12,11 @@
<Summary>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux.</Summary> <Summary>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux.</Summary>
<Description>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.</Description> <Description>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.</Description>
<Archive sha1sum="59263098e281440fe873e22af6329de30b6ae4c1" type="tarbz2">http://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-0.18.tar.bz2</Archive> <Archive sha1sum="59263098e281440fe873e22af6329de30b6ae4c1" type="tarbz2">http://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-0.18.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>eudev-devel</Dependency>
</BuildDependencies>
</Source> </Source>
<Package> <Package>
+1 -1
View File
@@ -26,7 +26,7 @@ def setup():
shelltools.export("CFLAGS", "-m32") shelltools.export("CFLAGS", "-m32")
shelltools.export("CXXFLAGS", "-m32") shelltools.export("CXXFLAGS", "-m32")
options += "--prefix=/usr \ options += "--prefix=/emul32 \
--libdir=/usr/lib32 \ --libdir=/usr/lib32 \
--with-optim='%s' \ --with-optim='%s' \
" % get.CFLAGS() " % get.CFLAGS()
+3 -3
View File
@@ -58,7 +58,7 @@
</Files> </Files>
</Package> </Package>
<!--Package> <Package>
<Name>fltk-32bit</Name> <Name>fltk-32bit</Name>
<PartOf>emul32</PartOf> <PartOf>emul32</PartOf>
<BuildType>emul32</BuildType> <BuildType>emul32</BuildType>
@@ -97,7 +97,7 @@
<Files> <Files>
<Path fileType="library">/usr/lib32</Path> <Path fileType="library">/usr/lib32</Path>
</Files> </Files>
</Package--> </Package>
<Package> <Package>
<Name>fltk-devel</Name> <Name>fltk-devel</Name>
@@ -127,7 +127,7 @@
<History> <History>
<Update release="1"> <Update release="1">
<Date>2015-07-24</Date> <Date>2016-04-09</Date>
<Version>1.3.3</Version> <Version>1.3.3</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Ertuğrul Erata</Name> <Name>Ertuğrul Erata</Name>
+57 -13
View File
@@ -12609,7 +12609,7 @@
<Summary xml:lang="tr">Taşınabilirlik için BSD uyumlu fonksiyonlar sağlayan bir kitaplık.</Summary> <Summary xml:lang="tr">Taşınabilirlik için BSD uyumlu fonksiyonlar sağlayan bir kitaplık.</Summary>
<Description xml:lang="en">This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.</Description> <Description xml:lang="en">This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.</Description>
<Description xml:lang="tr">GNU Linux sistemlerde bulunmayan BSD sistemlere özgü fonsiyonları barındıran bir kitaplıktır ve BSD uygulamalarının GNU Linux&apos;a taşınmasını kolaylaştırır.</Description> <Description xml:lang="tr">GNU Linux sistemlerde bulunmayan BSD sistemlere özgü fonsiyonları barındıran bir kitaplıktır ve BSD uygulamalarının GNU Linux&apos;a taşınmasını kolaylaştırır.</Description>
<Archive type="tarxz" sha1sum="1c52cda755f184f4a1f41b2e35a5f9b57300fbfd">http://libbsd.freedesktop.org/releases/libbsd-0.6.0.tar.xz</Archive> <Archive type="tarxz" sha1sum="2a8218fc192531f93c62524b3a80fbfc8aeab023">http://libbsd.freedesktop.org/releases/libbsd-0.8.2.tar.xz</Archive>
<SourceURI>programming/library/libbsd/pspec.xml</SourceURI> <SourceURI>programming/library/libbsd/pspec.xml</SourceURI>
</Source> </Source>
<Package> <Package>
@@ -12634,7 +12634,7 @@
<History> <History>
<Update release="1"> <Update release="1">
<Date>2014-03-09</Date> <Date>2014-03-09</Date>
<Version>0.6.0</Version> <Version>0.8.2</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Marcin Bojara</Name> <Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email> <Email>marcin@pisilinux.org</Email>
@@ -15357,6 +15357,7 @@
<Dependency>eudev</Dependency> <Dependency>eudev</Dependency>
<Dependency>libevdev</Dependency> <Dependency>libevdev</Dependency>
<Dependency>libmtdev</Dependency> <Dependency>libmtdev</Dependency>
<Dependency>libwacom</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
@@ -40153,6 +40154,46 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<Package>
<Name>fltk-32bit</Name>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>zlib-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libpng-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>mesa-32bit</Dependency>
<Dependency>libXft-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>mesa-glu-32bit</Dependency>
<Dependency>libXfixes-32bit</Dependency>
<Dependency>libXcursor-32bit</Dependency>
<Dependency>fontconfig-32bit</Dependency>
<Dependency>libXinerama-32bit</Dependency>
<Dependency>libjpeg-turbo-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="1">fltk</Dependency>
<Dependency>zlib-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libpng-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>mesa-32bit</Dependency>
<Dependency>libXft-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>mesa-glu-32bit</Dependency>
<Dependency>libXfixes-32bit</Dependency>
<Dependency>libXcursor-32bit</Dependency>
<Dependency>fontconfig-32bit</Dependency>
<Dependency>libXinerama-32bit</Dependency>
<Dependency>libjpeg-turbo-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<Package> <Package>
<Name>fltk-devel</Name> <Name>fltk-devel</Name>
<Summary xml:lang="en">Development files and utilities for FLTK</Summary> <Summary xml:lang="en">Development files and utilities for FLTK</Summary>
@@ -40181,7 +40222,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package> </Package>
<History> <History>
<Update release="1"> <Update release="1">
<Date>2015-07-24</Date> <Date>2016-04-09</Date>
<Version>1.3.3</Version> <Version>1.3.3</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Ertuğrul Erata</Name> <Name>Ertuğrul Erata</Name>
@@ -73206,7 +73247,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package> </Package>
<History> <History>
<Update release="1"> <Update release="1">
<Date>2016-04-02</Date> <Date>2016-04-08</Date>
<Version>1.17.2</Version> <Version>1.17.2</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Ertuğrul Erata</Name> <Name>Ertuğrul Erata</Name>
@@ -78524,7 +78565,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">X.Org nouveau ekran kartı sürücüsü</Summary> <Summary xml:lang="tr">X.Org nouveau ekran kartı sürücüsü</Summary>
<Description xml:lang="en">xorg-video-nouveau contains the X.Org driver for NVIDIA cards.</Description> <Description xml:lang="en">xorg-video-nouveau contains the X.Org driver for NVIDIA cards.</Description>
<Description xml:lang="tr">xorg-video-nouveau, NVIDIA ekran kartları için X.Org sürücüsünü içerir.</Description> <Description xml:lang="tr">xorg-video-nouveau, NVIDIA ekran kartları için X.Org sürücüsünü içerir.</Description>
<Archive type="tarbz2" sha1sum="ea94037f8dd05c223dd89c79a2e655ff58425892">mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.11.tar.bz2</Archive> <Archive type="tarbz2" sha1sum="480a8e1da05683e9bbedba61885cd56e7623bc00">mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libdrm-nouveau</Dependency> <Dependency>libdrm-nouveau</Dependency>
<Dependency>libpciaccess-devel</Dependency> <Dependency>libpciaccess-devel</Dependency>
@@ -78548,7 +78589,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<History> <History>
<Update release="1"> <Update release="1">
<Date>2015-05-08</Date> <Date>2015-05-08</Date>
<Version>1.0.11</Version> <Version>1.0.12</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Burak Ertürk</Name> <Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email> <Email>burakerturk@pisilinux.org</Email>
@@ -78751,18 +78792,21 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">Xorg sunucusu için genel giriş sürücüsü.</Summary> <Summary xml:lang="tr">Xorg sunucusu için genel giriş sürücüsü.</Summary>
<Description xml:lang="en">Generic input driver for the X.Org server based on libinput</Description> <Description xml:lang="en">Generic input driver for the X.Org server based on libinput</Description>
<Description xml:lang="tr">xorg-input-libinput, libinputa dayalı Xorg sunucusu için genel giriş sürücüsüdür.</Description> <Description xml:lang="tr">xorg-input-libinput, libinputa dayalı Xorg sunucusu için genel giriş sürücüsüdür.</Description>
<Archive type="tarbz2" sha1sum="bdf8c74cdc8fc3182321a70e6974be89ac1e4658">mirrors://xorg/individual/driver/xf86-input-libinput-0.15.0.tar.bz2</Archive> <Archive type="tarbz2" sha1sum="f98d5b1560efe390d0842091722403d73eec2a79">mirrors://xorg/individual/driver/xf86-input-libinput-0.18.0.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libX11-devel</Dependency> <Dependency>libX11-devel</Dependency>
<Dependency>eudev-devel</Dependency> <Dependency>eudev-devel</Dependency>
<Dependency>xorg-server-devel</Dependency> <Dependency>xorg-server-devel</Dependency>
<Dependency>libinput-devel</Dependency> <Dependency versionFrom="1.2.2">libinput-devel</Dependency>
<Dependency>util-macros</Dependency> <Dependency>util-macros</Dependency>
</BuildDependencies> </BuildDependencies>
<SourceURI>x11/driver/xorg-input-libinput/pspec.xml</SourceURI> <SourceURI>x11/driver/xorg-input-libinput/pspec.xml</SourceURI>
</Source> </Source>
<Package> <Package>
<Name>xorg-input-libinput</Name> <Name>xorg-input-libinput</Name>
<RuntimeDependencies>
<Dependency versionFrom="1.2.2">libinput</Dependency>
</RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/xorg</Path> <Path fileType="library">/usr/lib/xorg</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
@@ -78774,7 +78818,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Name>xorg-input-libinput-devel</Name> <Name>xorg-input-libinput-devel</Name>
<Summary xml:lang="en">Development files for xorg-input-libinput</Summary> <Summary xml:lang="en">Development files for xorg-input-libinput</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency version="0.15.0">xorg-input-libinput</Dependency> <Dependency version="0.18.0">xorg-input-libinput</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
@@ -78784,7 +78828,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<History> <History>
<Update release="1"> <Update release="1">
<Date>2016-04-08</Date> <Date>2016-04-08</Date>
<Version>0.15.0</Version> <Version>0.18.0</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Burak Ertürk</Name> <Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email> <Email>burakerturk@pisilinux.org</Email>
@@ -78850,7 +78894,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">X.Org radeon ekran kartı sürücüsü</Summary> <Summary xml:lang="tr">X.Org radeon ekran kartı sürücüsü</Summary>
<Description xml:lang="en">xorg-video-radeon contains the X.Org driver for ATI video chipsets.</Description> <Description xml:lang="en">xorg-video-radeon contains the X.Org driver for ATI video chipsets.</Description>
<Description xml:lang="tr">xorg-video-radeon, ATI ekran kartları için X.Org sürücüsünü içerir.</Description> <Description xml:lang="tr">xorg-video-radeon, ATI ekran kartları için X.Org sürücüsünü içerir.</Description>
<Archive type="tarbz2" sha1sum="9cfdaf0bd4a46781b5082c75ca546fc832598124">mirrors://xorg/individual/driver/xf86-video-ati-7.5.0.tar.bz2</Archive> <Archive type="tarbz2" sha1sum="75621e6d41d0958d95dcd9b742bff3b81e853f8f">mirrors://xorg/individual/driver/xf86-video-ati-7.7.0.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libdrm-devel</Dependency> <Dependency>libdrm-devel</Dependency>
<Dependency>libpciaccess-devel</Dependency> <Dependency>libpciaccess-devel</Dependency>
@@ -78875,8 +78919,8 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package> </Package>
<History> <History>
<Update release="1"> <Update release="1">
<Date>2015-05-10</Date> <Date>2016-04-08</Date>
<Version>7.5.0</Version> <Version>7.7.0</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Burak Ertürk</Name> <Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email> <Email>burakerturk@pisilinux.org</Email>
+1 -1
View File
@@ -1 +1 @@
2b1635912ee6089b6b53fe2206dfdae710c3f7a3 20635d66a989a7757d315b3f63ddfd9144f894a5
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
19d65edb49f033d2350feb4027e6c88415955b9a ea5b2343a3d0a6befde89580674cb04dfd0eea08