]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- up to 10.2.1; enable libomxil (but still unpackaged) auto/th/Mesa-10.2.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Jun 2014 20:27:41 +0000 (22:27 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Jun 2014 20:27:41 +0000 (22:27 +0200)
Mesa-link.patch [deleted file]
Mesa.spec

diff --git a/Mesa-link.patch b/Mesa-link.patch
deleted file mode 100644 (file)
index c661a87..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- Mesa-9.1/src/gallium/targets/xa-vmwgfx/Makefile.am~        2013-02-22 23:28:22.000000000 +0100
-+++ Mesa-9.1/src/gallium/targets/xa-vmwgfx/Makefile.am 2013-02-26 19:51:30.938891682 +0100
-@@ -45,7 +45,8 @@
-       $(top_builddir)/src/gallium/winsys/svga/drm/libsvgadrm.la \
-       $(top_builddir)/src/gallium/drivers/svga/libsvga.la \
-       $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
--      $(top_builddir)/src/gallium/drivers/rbug/librbug.la
-+      $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
-+      $(LIBDRM_LIBS)
- nodist_EXTRA_libxatracker_la_SOURCES = dummy.cpp
-
index 8350c7348eb3cc3e3987e7e9776d97912c08466a..4f404d8aabd1e502672d23febb613a67736fd784 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -25,7 +25,7 @@
 # minimal supported xserver version
 %define                xserver_ver             1.5.0
 # other packages
-%define                libdrm_ver              2.4.52
+%define                libdrm_ver              2.4.54
 %define                dri2proto_ver           2.6
 %define                dri3proto_ver           1.0
 %define                glproto_ver             1.4.14
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
-Version:       10.1.4
-Release:       2
+Version:       10.2.1
+Release:       1
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
-# Source0-md5: 6fddee101f49b7409cd29994c34ddee7
-Patch0:                %{name}-link.patch
+# Source0-md5: 093f9b5d077e5f6061dcd7b01b7aa51a
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -59,6 +58,7 @@ BuildRequires:        libxcb-devel >= 1.10
 BuildRequires: llvm-devel >= 3.3
 %{?with_opencl:BuildRequires:  llvm-libclc}
 %{?with_ocl_icd:BuildRequires: ocl-icd-devel}
+BuildRequires: libomxil-bellagio-devel
 BuildRequires: perl-base
 BuildRequires: pixman-devel
 BuildRequires: pkgconfig
@@ -66,7 +66,6 @@ BuildRequires:        pkgconfig(talloc) >= 2.0.1
 BuildRequires: pkgconfig(xcb-dri3)
 BuildRequires: pkgconfig(xcb-present)
 BuildRequires: python >= 2
-BuildRequires: python-libxml2
 BuildRequires: python-modules >= 2
 BuildRequires: rpmbuild(macros) >= 1.470
 BuildRequires: sed >= 4.0
@@ -935,7 +934,6 @@ oparte na układach Southern Islands.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -987,13 +985,14 @@ gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
 %endif
 %if %{with gallium}
        --enable-gallium-llvm \
-       --with-llvm-shared-libs \
+       --enable-llvm-shared-libs \
        %{__enable egl gallium-egl} \
        %{__enable gbm gallium-gbm} \
        %{__enable ocl_icd opencl-icd} \
        %{__enable opencl opencl} \
        %{?with_egl:--enable-openvg} \
        --enable-vdpau \
+       --enable-omx \
        %{?with_xa:--enable-xa} \
        --enable-xvmc \
        --with-gallium-drivers=${gallium_drivers} \
This page took 0.280122 seconds and 4 git commands to generate.