Accepting request 306385 from home:fstrba:freetype2
Avoid build cycles with python OBS-URL: https://build.opensuse.org/request/show/306385 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=444
This commit is contained in:
parent
60001ea7a0
commit
974e9cbac2
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 11 15:15:57 UTC 2015 - fstrba@suse.com
|
||||||
|
|
||||||
|
- BuildIgnore python so that it is not sucked in by coincidence
|
||||||
|
* The python-base provides enough python functionalities
|
||||||
|
necessary for build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 27 09:55:36 UTC 2015 - sndirsch@suse.com
|
Mon Apr 27 09:55:36 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -54,11 +54,9 @@ Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
|
|||||||
Patch13: u_mesa-8.0.1-fix-16bpp.patch
|
Patch13: u_mesa-8.0.1-fix-16bpp.patch
|
||||||
# Patch from Fedora, use shmget when available, under llvmpipe
|
# Patch from Fedora, use shmget when available, under llvmpipe
|
||||||
Patch15: u_mesa-8.0-llvmpipe-shmget.patch
|
Patch15: u_mesa-8.0-llvmpipe-shmget.patch
|
||||||
|
|
||||||
Patch100: U_0001_gallium_include_util_macros.patch
|
Patch100: U_0001_gallium_include_util_macros.patch
|
||||||
Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
|
Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
|
||||||
Patch102: U_0003_fix_build_after_macro_include.patch
|
Patch102: U_0003_fix_build_after_macro_include.patch
|
||||||
|
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -121,6 +119,7 @@ BuildRequires: pkgconfig(wayland-server)
|
|||||||
BuildRequires: llvm-devel
|
BuildRequires: llvm-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
%endif
|
%endif
|
||||||
|
#!BuildIgnore: python
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mesa is a 3-D graphics library with an API which is very similar to
|
Mesa is a 3-D graphics library with an API which is very similar to
|
||||||
@ -508,7 +507,6 @@ Supplements: xf86-video-ati
|
|||||||
%description -n libvdpau_radeonsi
|
%description -n libvdpau_radeonsi
|
||||||
This package contains the VDPAU state tracker for radeonsi.
|
This package contains the VDPAU state tracker for radeonsi.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name_archive}-%{_version} -b4
|
%setup -q -n %{_name_archive}-%{_version} -b4
|
||||||
# remove some docs
|
# remove some docs
|
||||||
@ -688,6 +686,7 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
|||||||
|
|
||||||
%if 0%{?with_nine}
|
%if 0%{?with_nine}
|
||||||
%post libd3d -p /sbin/ldconfig
|
%post libd3d -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun libd3d -p /sbin/ldconfig
|
%postun libd3d -p /sbin/ldconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user