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

This commit is contained in:
Ertuğrul Erata
2016-05-03 18:35:02 +03:00
21 changed files with 144 additions and 122 deletions
+2 -3
View File
@@ -66,8 +66,7 @@
<Dependency>freetype-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency>wayland-devel</Dependency>
</BuildDependencies>
<Patches>
@@ -252,7 +251,7 @@
<History>
<Update release="2">
<Date>2016-05-01</Date>
<Date>2016-05-02</Date>
<Version>5.6.0</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
@@ -0,0 +1,38 @@
From e2ca8094aa8d0eac1c3a98df66fe94ce0c754088 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Santamar=C3=ADa?= <panfaust@gmail.com>
Date: Fri, 2 Oct 2015 15:00:29 +0300
Subject: Fix compilation with GStreamer >= 1.5.1
apply gstreamer pkg-config definitions To ensure gstreamer builds correctly,
pick up its cflags in FindGstreamer and apply them to the build as definitions
https://lists.ubuntu.com/archives/kubuntu-devel/2015-August/009819.html
https://bugzilla.gnome.org/show_bug.cgi?id=751382
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4d3e7dd..5744015 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,6 +106,7 @@ find_package(GObject)
macro_log_feature(GOBJECT_FOUND "GObject" "Required to build QtGLib" "http://www.gtk.org/" TRUE)
set(CMAKE_REQUIRED_INCLUDES ${QTGSTREAMER_INCLUDES})
+add_definitions(${GSTREAMER_DEFINITIONS})
include(CheckCXXSourceCompiles)
check_cxx_source_compiles("
#include <QtCore/QtGlobal>
diff --git a/cmake/modules/FindGStreamer.cmake b/cmake/modules/FindGStreamer.cmake
index dab91ac..fe6cde1 100644
--- a/cmake/modules/FindGStreamer.cmake
+++ b/cmake/modules/FindGStreamer.cmake
@@ -36,6 +36,7 @@ if (PKG_CONFIG_FOUND)
exec_program(${PKG_CONFIG_EXECUTABLE}
ARGS --variable pluginsdir gstreamer-${GSTREAMER_ABI_VERSION}
OUTPUT_VARIABLE PKG_GSTREAMER_PLUGIN_DIR)
+ set(GSTREAMER_DEFINITIONS ${PKG_GSTREAMER_CFLAGS})
endif()
find_library(GSTREAMER_LIBRARY
--
cgit v0.10.2
+4 -3
View File
@@ -22,12 +22,13 @@
<Dependency>cmake</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>gst-plugins-good</Dependency>
<Dependency>gstreamer-next</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency>mesa-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">qt-gstreamer-1.6.patch</Patch>
</Patches>
</Source>
<Package>
@@ -69,7 +70,7 @@
<History>
<Update release="2">
<Date>2016-05-01</Date>
<Date>2016-05-03</Date>
<Version>1.2.0</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
+1
View File
@@ -401,5 +401,6 @@
<Package>xorg-video-fglrx</Package>
<Package>xorg-video-fglrx-32bit</Package>
<Package>glibc-32bit</Package>
<Package>xf86-input-aiptek</Package>
</Obsoletes>
</PISI>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>The Ogg media file format library</Summary>
<Description>libogg is a library for manipulating Ogg bitstream file formats. libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams.</Description>
<Archive sha1sum="a4242415a7a9fd71f3092af9ff0b9fa630e4d7bd" type="tarxz">http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.xz</Archive>
<Archive sha1sum="5e525ec6a4135066932935c01d2c309ea5009f8d" type="tarxz">http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz</Archive>
</Source>
<Package>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.3.2</Version>
<Comment>Version bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-20</Date>
<Version>1.3.1</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Gstreamer plugin for the libav codec</Summary>
<Description>Gstreamer plugin for the libav codec.</Description>
<Archive sha1sum="d15a67f1adb4f69a0e66412d6f77706b188794ab" type="tarxz">https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.6.3.tar.xz</Archive>
<Archive sha1sum="fb5ea465412736804ccdc4e5b541a8addfd80e15" type="tarxz">https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.8.1</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-29</Date>
<Version>1.6.3</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A set of GStreamer plug-ins that aren't up to par compared to the rest</Summary>
<Description>GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.</Description>
<Archive sha1sum="afcdc3e7fd2d5c5fcd6372315376e0f9e8d45e6b" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.6.3.tar.xz</Archive>
<Archive sha1sum="cb003e5737db53d2a965dad8c102e19a22fb760a" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gstreamermm-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
@@ -76,9 +76,9 @@
<Dependency>nas-devel</Dependency>-->
</BuildDependencies>
<Patches>
<Patch level="0">02_no-Werror.patch</Patch>
<Patch level="0">remove_external_symbols.patch</Patch>
<Patch level="1">gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch</Patch>
<!-- <Patch level="0">02_no-Werror.patch</Patch> -->
<!-- <Patch level="0">remove_external_symbols.patch</Patch> -->
<!-- <Patch level="1">gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch</Patch> -->
</Patches>
</Source>
@@ -140,6 +140,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.8.1</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-31</Date>
<Version>1.6.3</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Basepack of plugins for gstreamer</Summary>
<Description>GStreamer base plugins are a well-groomed and well-maintained collection of GStreamer plugins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included.</Description>
<Archive sha1sum="cb760920adde59926b0bee95a91fa64c920bb123" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.6.3.tar.xz</Archive>
<Archive sha1sum="44f0d1b415168a05fa6f35dcbf5f2b7016032eb5" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>cdparanoia</Dependency>
@@ -79,6 +79,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.8.3</Version>
<Comment>Version Bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-29</Date>
<Version>1.6.3</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A set of good-quality plugins for GStreamer</Summary>
<Description>gst-plugins-good contains a set of mature plugins and elements for GStreamer.</Description>
<Archive sha1sum="d41ee8671f1bce6958a195c7bfb3a4dfa2bffe90" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.6.3.tar.xz</Archive>
<Archive sha1sum="201db5fe223325feaf79a256588d526df0a7d57f" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
@@ -82,6 +82,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.8.1</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-29</Date>
<Version>1.6.3</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Other plugins for gstreamer</Summary>
<Description>GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.</Description>
<Archive sha1sum="18fb7cf5da80021abaa3147625b7649bf5904919" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.6.3.tar.xz</Archive>
<Archive sha1sum="244cebfe9a88eb461a321ffd1868c4b28af55d1c" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.8.1</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-29</Date>
<Version>1.6.3</Version>
+9 -2
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>GStreamer streaming media framework runtime</Summary>
<Description>GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related.</Description>
<Archive sha1sum="03d678ced697871a71ae229ef5f9c3ef18640898" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.6.3.tar.xz</Archive>
<Archive sha1sum="5f407278ffd38f3067aff030898f35a48fa2ebc5" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>check</Dependency>
<Dependency>valgrind</Dependency>
@@ -43,7 +43,7 @@
</Files>
</Package>
<Package>
<Package>
<Name>gstreamer-next-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for gstreamer</Summary>
@@ -77,6 +77,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.8.1</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-30</Date>
<Version>1.6.3</Version>
+5 -5
View File
@@ -13,13 +13,13 @@ def setup():
autotools.autoreconf("-fi")
shelltools.cd("../")
shelltools.makedirs("gst-next")
shelltools.copy("gstreamer-vaapi-0.6.0/*", "gst-next")
shelltools.copy("gstreamer-vaapi-0.7.0/*", "gst-next")
shelltools.cd("gst-next")
autotools.aclocal()
autotools.configure("--prefix=/usr --disable-static")
shelltools.cd("../")
shelltools.cd("gstreamer-vaapi-0.6.0")
shelltools.cd("gstreamer-vaapi-0.7.0")
autotools.aclocal()
autotools.configure("--with-gstreamer-api=0.10")
@@ -31,7 +31,7 @@ def build():
autotools.make()
shelltools.cd("../")
shelltools.cd("gstreamer-vaapi-0.6.0")
shelltools.cd("gstreamer-vaapi-0.7.0")
autotools.make()
def install():
@@ -40,7 +40,7 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("../")
shelltools.cd("gstreamer-vaapi-0.6.0")
shelltools.cd("gstreamer-vaapi-0.7.0")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
+15 -2
View File
@@ -13,10 +13,11 @@
<IsA>library</IsA>
<Summary>GStreamer Multimedia Framework VA Plugins</Summary>
<Description>gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins.</Description>
<Archive sha1sum="e011f472327c166769f6912bda453776cdc894ff" type="tarbz2">http://freedesktop.org/software/vaapi/releases/gstreamer-vaapi/gstreamer-vaapi-0.6.0.tar.bz2</Archive>
<Archive sha1sum="053a7af120c72fda0b46450c4a94a752abf64a74" type="tarbz2">https://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/gstreamer-vaapi-0.7.0.tar.bz2</Archive>
<!--<Archive sha1sum="d1edee8caacd6d0868b95fd80c8aab8018105178" type="binary" target="gstreamer-vaapi-0.6.0/ext/videoutils/gst-libs/gst/video">https://gitorious.org/vaapi/gstreamer-videoutils/raw/f56f0ca70eaa39dc8f66f61e991094b385ed71ff:gst-libs/gst/video/gstvideoencoder.c</Archive>
<Archive sha1sum="d3f198da32cfe5c305818ca93a941ac5198efa1c" type="binary" target="gstreamer-vaapi-0.6.0/ext/videoutils/gst-libs/gst/video">https://gitorious.org/vaapi/gstreamer-videoutils/raw/f56f0ca70eaa39dc8f66f61e991094b385ed71ff:gst-libs/gst/video/gstvideoencoder.h</Archive>-->
<BuildDependencies>
<Dependency>yasm-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>libva-devel</Dependency>
<Dependency>libdrm-devel</Dependency>
@@ -35,6 +36,7 @@
<Package>
<Name>gstreamer-vaapi</Name>
<RuntimeDependencies>
<Dependency>yasm</Dependency>
<Dependency>mesa</Dependency>
<Dependency>libva</Dependency>
<Dependency>libdrm</Dependency>
@@ -57,6 +59,9 @@
<RuntimeDependencies>
<Dependency>mesa</Dependency>
<Dependency>libva</Dependency>
<Dependency>eudev</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libdrm</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libXrender</Dependency>
@@ -68,7 +73,7 @@
<Files>
<Path fileType="library">/usr/lib/gstreamer-1.0/</Path>
<Path fileType="library">/usr/lib/libgstcodecparsers_vpx*</Path>
<Path fileType="library">/usr/lib/libgstvaapi*1.4*</Path>
<Path fileType="library">/usr/lib/libgstvaapi*1.8*</Path>
</Files>
</Package>
@@ -100,10 +105,18 @@
<Path fileType="data">/usr/lib/pkgconfig/gstreamer-vaapi-x11-1.0.pc</Path>
<Path fileType="data">/usr/lib/pkgconfig/gstreamer-vaapi-1.0.pc</Path>
<Path fileType="data">/usr/lib/pkgconfig/gstreamer-vaapi-glx-1.0.pc</Path>
<Path fileType="data">/usr/lib/pkgconfig/gstreamer-vaapi-drm-1.0.pc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>0.7.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-07-23</Date>
<Version>0.6.0</Version>
-22
View File
@@ -1,22 +0,0 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
#autotools.autoreconf("-fiv")
autotools.configure("\
--disable-static \
--disable-silent-rules \
")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "ChangeLog", "README")
-57
View File
@@ -1,57 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorg-input-aiptek</Name>
<Homepage>http://www.x.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>X.Org Aiptek USB Digital Tablet input driver</Summary>
<Description>xorg-input-aiptek contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about.</Description>
<Archive sha1sum="55ea7d12d3e24fd72eacc966a59262864dce7769" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-aiptek-1.4.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>xorg-server-devel</Dependency>
<Dependency>libinput-devel</Dependency>
<Dependency>libXi-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xorg-input-aiptek</Name>
<!--RuntimeDependencies>
<Dependency>xorg-server</Dependency>
<Dependency>libmtdev</Dependency>
</RuntimeDependencies-->
<Files>
<Path fileType="library">/usr/lib/xorg</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.4.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-05-08</Date>
<Version>1.4.1</Version>
<Comment>First release</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xorg-input-aiptek</Name>
<Summary xml:lang="tr">X.Org aiptek Dijital Tablet giriş aygıtı sürücüsü</Summary>
<Description xml:lang="tr">xorg-input-aiptek, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler.</Description>
</Source>
</PISI>
+2 -1
View File
@@ -17,10 +17,11 @@
<BuildDependencies>
<Dependency>libdrm-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>xorg-server-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">git-fix.diff</Patch> -->
<Patch level="1">git-fix.diff</Patch>
</Patches>
</Source>
+1 -1
View File
@@ -18,7 +18,7 @@
<Dependency>xorg-server-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">git-fix.diff</Patch>
<!-- <Patch level="1">git-fix.diff</Patch> -->
</Patches>
</Source>
+5 -7
View File
@@ -6,15 +6,13 @@
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
# DRI3 has been known to be buggy with the current stack, so is disabled
autotools.configure("\
--disable-static \
--disable-dri3 \
--enable-glamor \
")
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -24,4 +22,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
# pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
+9 -1
View File
@@ -13,7 +13,7 @@
<IsA>driver</IsA>
<Summary>X.Org intel video driver</Summary>
<Description>xorg-video-intel contains the X.Org driver for Intel video chipsets.</Description>
<Archive sha1sum="9af9ded7a29026c211e5eb50a547e3e33976301d" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-intel-2.99.917.tar.bz2</Archive>
<Archive sha1sum="6f00866f1bec46b1f3bd3fb89e1cbc3a00032315" type="tarxz">http://anduin.linuxfromscratch.org/BLFS/xf86-video-intel/xf86-video-intel-0340718.tar.xz</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
@@ -36,6 +36,7 @@
<Dependency>libpciaccess-devel</Dependency>
<Dependency>xorg-server-devel</Dependency>
<Dependency>libxshmfence-devel</Dependency>
<Dependency>libXfont-devel</Dependency>
</BuildDependencies>
</Source>
@@ -73,6 +74,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-02</Date>
<Version>0340718</Version>
<Comment>Version bump</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-05-10</Date>
<Version>2.99.917</Version>
+2 -1
View File
@@ -15,10 +15,11 @@
<Description>xorg-video-sisusb contains the X.Org driver for SiS video chips connected via a Net2280-based USB dongle.</Description>
<Archive sha1sum="acb96457a0f3f5631129841cb4477d61fd2707dd" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-sisusb-0.9.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>util-macros</Dependency>
<Dependency>xorg-server-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">git-fixes.patch</Patch> -->
<Patch level="1">git-fixes.patch</Patch>
<!--Patch level="1">sisusb-0.9.4-git.patch</Patch-->
</Patches>
</Source>