mesa-vl.spec 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415
  1. # When bootstrapping an arch, omit the -demos subpackage.
  2. %bcond_without vulkan
  3. %bcond_without glvnd
  4. %bcond_without wayland
  5. %bcond_with libva
  6. %bcond_with source
  7. %global with_hardware 1
  8. %global with_r300 1
  9. %global with_r600 1
  10. %global with_vdpau 1
  11. %global with_vaapi 1
  12. %global with_nine 1
  13. #global with_omx 1
  14. #global with_opencl 1
  15. %global base_drivers nouveau,r100,r200
  16. %ifarch %{ix86}
  17. %define ix86_drivers ,i915,i965
  18. %endif
  19. #ifarch x86_64
  20. #define amd64_drivers ,i915,i965
  21. #endif
  22. %define dri_drivers %{base_drivers}%{?ix86_drivers}%{?amd64_drivers}
  23. %global with_iris 1
  24. %global with_vmware 1
  25. %global with_xa 1
  26. %if %{with vulkan}
  27. %global vulkan_drivers swrast,intel,amd
  28. %else
  29. %global vulkan_drivers %{nil}
  30. %endif
  31. %global with_radeonsi 1
  32. %global with_asm 1
  33. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  34. Summary: Mesa graphics libraries
  35. Summary(ja): Mesa グラフィックスライブラリ
  36. Name: mesa
  37. Version: 22.1.1
  38. Release: 1%{?_dist_release}
  39. Group: system
  40. Vendor: Project Vine
  41. Distribution: Vine Linux
  42. License: MIT
  43. URL: https://www.mesa3d.org/
  44. Source0: https://mesa.freedesktop.org/archive/%{name}-%{version}.tar.xz
  45. # src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
  46. # Source4 contains email correspondence clarifying the license terms.
  47. # Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
  48. Source4: Mesa-MLAA-License-Clarification-Email.txt
  49. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  50. BuildRequires: meson
  51. BuildRequires: pkgconfig
  52. BuildRequires: flex, bison
  53. BuildRequires: libstdc++-static
  54. BuildRequires: libdrm-devel >= 2.4.60
  55. BuildRequires: libXxf86vm-devel
  56. BuildRequires: expat-devel >= 2.0
  57. BuildRequires: xorg-x11-proto-devel >= 7.4
  58. BuildRequires: xorg-x11-server-sdk
  59. %if 0%{?with_hardware}
  60. BuildRequires: kernel-headers
  61. %endif
  62. BuildRequires: makedepend
  63. BuildRequires: libXext-devel
  64. BuildRequires: libXfixes-devel
  65. BuildRequires: libxcb-devel
  66. BuildRequires: libXdamage-devel
  67. BuildRequires: libXi-devel
  68. BuildRequires: libXmu-devel
  69. BuildRequires: libXrandr-devel
  70. BuildRequires: libxshmfence-devel
  71. BuildRequires: eudev-libudev-devel
  72. BuildRequires: llvm-devel >= 9.0.0
  73. %if 0%{?with_opencl}
  74. BuildRequires: clang-devel
  75. BuildRequires: libclc-devel
  76. %endif
  77. BuildRequires: python3-devel
  78. BuildRequires: python3-rpm-macros
  79. BuildRequires: python3-setuptools
  80. BuildRequires: python3-mako
  81. BuildRequires: libxml2-python
  82. %if 0%{?with_vdpau}
  83. BuildRequires: libvdpau-devel >= 1.1
  84. %endif
  85. %if 0%{?with_vaapi}
  86. BuildRequires: libva-devel
  87. %endif
  88. BuildRequires: elfutils-libelf-devel
  89. BuildRequires: zlib-devel
  90. %if %{with vulkan}
  91. BuildRequires: vulkan-devel
  92. %endif
  93. %if %{with glvnd}
  94. BuildRequires: libglvnd-devel
  95. %endif
  96. %if %{with wayland}
  97. #BuildRequires: pkgconfig(wayland-scanner)
  98. #BuildRequires: pkgconfig(wayland-protocols) >= 1.25.0
  99. #BuildRequires: pkgconfig(wayland-client) >= 1.20.0
  100. #BuildRequires: pkgconfig(wayland-server) >= 1.20.0
  101. #BuildRequires: pkgconfig(wayland-egl-backend) >= 3
  102. BuildRequires: wayland-devel
  103. BuildRequires: wayland-protocols-devel
  104. %endif
  105. %description
  106. Mesa
  107. %package libGL
  108. Summary: Mesa libGL runtime libraries
  109. Summary(ja): Mesa libGL ランタイムライブラリ
  110. Group: system
  111. %if %{with glvnd}
  112. Requires: libglvnd-glx%{?_isa}
  113. %endif
  114. Provides: libGL
  115. Obsoletes: Mesa, XFree86-gl, XOrg-gl
  116. %description libGL
  117. Mesa libGL runtime libraries and DRI drivers.
  118. %package libGL-devel
  119. Summary: Mesa libGL development package
  120. Summary(ja): Mesa libGL 開発パッケージ
  121. Group: programming
  122. Provides: libGL-devel
  123. Requires: mesa-libGL = %{version}-%{release}
  124. Requires: libX11-devel
  125. Requires: libXxf86vm-devel
  126. Requires: libXdamage-devel
  127. Requires: libXfixes-devel
  128. Requires: libXext-devel
  129. Requires: libdrm-devel
  130. %if %{with glvnd}
  131. Requires: libglvnd-devel%{?_isa}
  132. %endif
  133. Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
  134. %description libGL-devel
  135. Mesa libGL development package
  136. %package dri-drivers
  137. Summary: Mesa-based DRI drivers
  138. Summary(ja): Mesa ベースの DRI ドライバ
  139. Group: system
  140. Obsoletes: mesa-libGL < 8.0.4
  141. %description dri-drivers
  142. Mesa-based DRI drivers.
  143. %package vdpau-drivers
  144. Summary: Mesa-based VDPAU drivers
  145. Summary(ja): Mesa ベースの VDPAU ドライバ
  146. Group: system
  147. Requires: libvdpau
  148. %description vdpau-drivers
  149. Mesa-based VDPAU drivers.
  150. %package libEGL
  151. Summary: Mesa libEGL runtime libraries
  152. Summary(ja): Mesa libEGL ランタイムライブラリ
  153. Group: system
  154. Requires: libdrm >= 2.4.24-1
  155. %if %{with glvnd}
  156. Requires: libglvnd-egl%{?_isa}
  157. %endif
  158. %description libEGL
  159. Mesa libEGL runtime libraries
  160. %package libEGL-devel
  161. Summary: Mesa libEGL development package
  162. Summary(ja): Mesa libEGL 開発パッケージ
  163. Group: programming
  164. Requires: mesa-libEGL = %{version}-%{release}
  165. %if %{with glvnd}
  166. Requires: libglvnd-devel%{?_isa}
  167. %endif
  168. Provides: libEGL-devel
  169. Provides: libEGL-devel%{?_isa}
  170. %description libEGL-devel
  171. Mesa libEGL development package
  172. %package libOSMesa
  173. Summary: Mesa offscreen rendering libraries
  174. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  175. Group: system
  176. Provides: libOSMesa
  177. %description libOSMesa
  178. Mesa offscreen rendering libraries
  179. %package libOSMesa-devel
  180. Summary: Mesa offscreen rendering development package
  181. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  182. Group: programming
  183. Requires: mesa-libOSMesa = %{version}-%{release}
  184. %description libOSMesa-devel
  185. Mesa offscreen rendering development package
  186. %package libgbm
  187. Summary: Mesa gbm library
  188. Summary(ja): Mesa gbm ライブラリ
  189. Group: system
  190. Provides: libgbm
  191. %description libgbm
  192. Mesa gbm runtime library.
  193. %package libgbm-devel
  194. Summary: Mesa libgbm development package
  195. Summary(ja): Mesa gbm ライブラリ開発パッケージ
  196. Group: programming
  197. Provides: libgbm-devel
  198. Requires: mesa-libgbm = %{version}-%{release}
  199. %description libgbm-devel
  200. Mesa libgbm development package
  201. %package libglapi
  202. Summary: Mesa shared glapi
  203. Group: system
  204. Provides: libglapi
  205. Obsoletes: mesa-libGLES < 21.0.0
  206. %description libglapi
  207. Mesa shared glapi
  208. %package libxatracker
  209. Summary: Mesa XA state tracker for vmware
  210. Summary(ja): VMware 用 Mesa XA ステートトラッカー
  211. Group: system
  212. Provides: libxatracker
  213. %description libxatracker
  214. Mesa XA state tracker for vmware
  215. %package libxatracker-devel
  216. Summary: Mesa XA state tracker development package
  217. Summary(ja): Mesa XA ステートトラッカー開発パッケージ
  218. Group: programming
  219. Requires: mesa-libxatracker = %{version}-%{release}
  220. Provides: libxatracker-devel
  221. %description libxatracker-devel
  222. Mesa XA state tracker development package
  223. %if 0%{?with_nine}
  224. %package libd3d
  225. Group: system
  226. Summary: Mesa Direct3D9 state tracker
  227. %description libd3d
  228. %{summary}.
  229. %package libd3d-devel
  230. Summary: Mesa Direct3D9 state tracker development package
  231. Group: programming
  232. Requires: %{name}-libd3d%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
  233. %description libd3d-devel
  234. %{summary}.
  235. %endif
  236. %package source
  237. Summary: Mesa source code required to build X server
  238. Summary(ja): X サーバをビルドするために必要な Mesa ソースコード
  239. Group: programming
  240. %description source
  241. The mesa-source package provides the minimal source code needed to
  242. build DRI enabled X servers, etc.
  243. # compat32
  244. %package -n compat32-%{name}-libGL
  245. Summary: Mesa libGL runtime libraries and DRI drivers
  246. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  247. Group: system
  248. Requires: %{name}-libGL = %{version}-%{release}
  249. Requires: compat32-libdrm >= 2.4.5
  250. %description -n compat32-%{name}-libGL
  251. Mesa libGL runtime libraries and DRI drivers.
  252. %package -n compat32-%{name}-libGL-devel
  253. Summary: Mesa libGL development package
  254. Summary(ja): Mesa libGL 開発パッケージ
  255. Group: programming
  256. Requires: compat32-%{name}-libGL = %{version}-%{release}
  257. Requires: %{name}-libGL-devel = %{version}-%{release}
  258. Requires: compat32-libX11-devel
  259. Requires: compat32-libdrm-devel
  260. %description -n compat32-%{name}-libGL-devel
  261. Mesa libGL development package
  262. %package -n compat32-%{name}-libEGL
  263. Summary: Mesa libEGL runtime libraries
  264. Summary(ja): Mesa libEGL ランタイムライブラリ
  265. Group: system
  266. Requires: compat32-libdrm >= 2.4.24-1
  267. %description -n compat32-%{name}-libEGL
  268. Mesa libEGL runtime libraries
  269. %package -n compat32-%{name}-libEGL-devel
  270. Summary: Mesa libEGL development package
  271. Summary(ja): Mesa libEGL 開発パッケージ
  272. Group: programming
  273. Requires: mesa-libEGL = %{version}-%{release}
  274. Requires: compat32-mesa-libEGL = %{version}-%{release}
  275. %description -n compat32-%{name}-libEGL-devel
  276. Mesa libEGL development package
  277. %package -n compat32-%{name}-libOSMesa
  278. Summary: Mesa offscreen rendering libraries
  279. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  280. Group: system
  281. Requires: %{name}-libOSMesa
  282. %description -n compat32-%{name}-libOSMesa
  283. Mesa offscreen rendering libraries
  284. %package -n compat32-%{name}-libOSMesa-devel
  285. Summary: Mesa offscreen rendering development package
  286. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  287. Group: programming
  288. Requires: compat32-%{name}-libOSMesa = %{version}-%{release}
  289. Requires: %{name}-libOSMesa-devel = %{version}-%{release}
  290. %description -n compat32-%{name}-libOSMesa-devel
  291. Mesa offscreen rendering development package
  292. %package -n compat32-%{name}-libxatracker
  293. Summary: Mesa XA state tracker for vmware
  294. Summary(ja): VMware 用 Mesa XA ステートトラッカー
  295. Group: system
  296. Requires: %{name}-libxatracker
  297. %description -n compat32-%{name}-libxatracker
  298. Mesa XA state tracker for vmware
  299. %package -n compat32-%{name}-libgbm
  300. Summary: Mesa gbm library
  301. Summary(ja): Mesa gbm ライブラリ
  302. Group: system
  303. Requires: %{name}-libgbm
  304. %description -n compat32-%{name}-libgbm
  305. Mesa gbm runtime library.
  306. %package -n compat32-%{name}-libglapi
  307. Summary: Mesa shared glapi
  308. Group: system
  309. Requires: %{name}-libglapi
  310. %description -n compat32-%{name}-libglapi
  311. Mesa shared glapi
  312. %package -n compat32-%{name}-dri-drivers
  313. Summary: Mesa-based DRI drivers
  314. Summary(ja): Mesa ベースの DRI ドライバ
  315. Group: system
  316. Obsoletes: mesa-libGL < 8.0.4
  317. %description -n compat32-%{name}-dri-drivers
  318. Mesa-based DRI drivers.
  319. %if %{with vulkan}
  320. %package vulkan-drivers
  321. Summary: Mesa Vulkan drivers
  322. Group: system
  323. Requires: vulkan%{_isa}
  324. %description vulkan-drivers
  325. The drivers with support for the Vulkan API.
  326. %package vulkan-devel
  327. Summary: Mesa Vulkan development files
  328. Group: programming
  329. Requires: %{name}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
  330. Requires: vulkan-devel
  331. %description vulkan-devel
  332. Headers for development with the Vulkan API.
  333. %endif
  334. %debug_package
  335. %prep
  336. %setup -n %{name}-%{version}
  337. cp %{SOURCE4} docs/
  338. %build
  339. export PYTHON=%{__pythpn3}
  340. %meson \
  341. %if %{with wayland}
  342. -Dplatforms=x11,wayland \
  343. %else
  344. -Dplatforms=x11 \
  345. %endif
  346. -Ddri3=enabled \
  347. %if 0%{?with_hardware}
  348. -Dgallium-drivers=swrast,virgl,nouveau%{?with_r300:,r300}%{?with_crocus:,crocus}%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi}%{?with_r600:,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_kmsro:,kmsro}%{?with_lima:,lima}%{?with_panfrost:,panfrost}%{?with_vulkan:,zink} \
  349. %else
  350. -Dgallium-drivers=swrast,virgl \
  351. %endif
  352. -Dgallium-vdpau=%{?with_vdpau:enabled}%{!?with_vdpau:disabled} \
  353. -Dgallium-xvmc=disabled \
  354. -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
  355. -Dgallium-va=%{?with_vaapi:enabled}%{!?with_vaapi:disabled} \
  356. -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
  357. -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
  358. -Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
  359. -Dvulkan-drivers=%{?vulkan_drivers} \
  360. -Dvulkan-layers=device-select \
  361. -Dshared-glapi=enabled \
  362. -Dgles1=disabled \
  363. -Dgles2=enabled \
  364. -Dopengl=true \
  365. -Dgbm=enabled \
  366. -Dglx=dri \
  367. -Degl=enabled \
  368. %if %{with glvnd}
  369. -Dglvnd=true \
  370. %else
  371. -Dglvnd=false \
  372. %endif
  373. -Dmicrosoft-clc=disabled \
  374. -Dllvm=enabled \
  375. -Dshared-llvm=enabled \
  376. -Dvalgrind=%{?with_valgrind:enabled}%{!?with_valgrind:disabled} \
  377. -Dbuild-tests=false \
  378. -Dselinux=false \
  379. -Dosmesa=true \
  380. %{nil}
  381. %meson_build
  382. %install
  383. %meson_install
  384. # libvdpau opens the versioned name, don't bother including the unversioned
  385. rm -f %{buildroot}%{_libdir}/vdpau/*.so
  386. # likewise glvnd
  387. %if %{with glvnd}
  388. rm -f %{buildroot}%{_libdir}/libGLX_mesa.so
  389. rm -f %{buildroot}%{_libdir}/libEGL_mesa.so
  390. # XXX can we just not build this
  391. rm -f %{buildroot}%{_libdir}/libGLES*
  392. # glvnd needs a default provider for indirect rendering where it cannot
  393. # determine the vendor
  394. ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
  395. %endif
  396. # strip out useless headers
  397. rm -f %{buildroot}%{_includedir}/GL/w*.h
  398. pushd $RPM_BUILD_ROOT%{_libdir}
  399. rm -f xorg/modules/drivers/modesetting_drv.so
  400. popd
  401. # this keeps breaking, check it early. note that the exit from eu-ftr is odd.
  402. pushd %{buildroot}%{_libdir}
  403. for i in libOSMesa*.so libGL.so ; do
  404. eu-findtextrel $i && exit 1
  405. done
  406. popd
  407. %if %{with source}
  408. # Install the source needed to build the X server. The egreps are just
  409. # stripping out unnecessary dirs; only tricky bit is the [^c] to make sure
  410. # .../dri/common is included.
  411. %define mesasourcedir %{_datadir}/mesa/source
  412. mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
  413. ( find src -name \*.[ch] ; find include -name \*.h ) |
  414. egrep -v '^src/(glu|glw)' |
  415. egrep -v '^src/mesa/drivers/(directfb|dos|fbdev|glide|ggi|osmesa)' |
  416. egrep -v '^src/mesa/drivers/(windows|dri/[^c])' |
  417. xargs tar cf - --mode a=r |
  418. (cd $RPM_BUILD_ROOT/%{mesasourcedir} && tar xf -)
  419. %endif
  420. %files libGL
  421. %defattr(-,root,root,-)
  422. %{_libdir}/libGLX_mesa.so.0*
  423. %{_libdir}/libGLX_system.so.0*
  424. %files libGL-devel
  425. %dir %{_includedir}/GL/internal
  426. %{_includedir}/GL/internal/dri_interface.h
  427. %{_libdir}/pkgconfig/dri.pc
  428. %{_libdir}/libglapi.so
  429. %files libEGL
  430. %{_datadir}/glvnd/egl_vendor.d/50_mesa.json
  431. %{_libdir}/libEGL_mesa.so.0*
  432. %files libEGL-devel
  433. %dir %{_includedir}/EGL
  434. %{_includedir}/EGL/eglmesaext.h
  435. %{_includedir}/EGL/eglextchromium.h
  436. %files libOSMesa
  437. %{_libdir}/libOSMesa.so.8*
  438. %files libOSMesa-devel
  439. %dir %{_includedir}/GL
  440. %{_includedir}/GL/osmesa.h
  441. %{_libdir}/libOSMesa.so
  442. %{_libdir}/pkgconfig/osmesa.pc
  443. %files libglapi
  444. %{_libdir}/libglapi.so.0
  445. %{_libdir}/libglapi.so.0.*
  446. %files libgbm
  447. %{_libdir}/libgbm.so.1
  448. %{_libdir}/libgbm.so.1.*
  449. %files libgbm-devel
  450. %{_libdir}/libgbm.so
  451. %{_includedir}/gbm.h
  452. %{_libdir}/pkgconfig/gbm.pc
  453. %files libxatracker
  454. %{_libdir}/libxatracker.so.2
  455. %{_libdir}/libxatracker.so.2.*
  456. %files libxatracker-devel
  457. %{_libdir}/libxatracker.so
  458. %{_includedir}/xa_tracker.h
  459. %{_includedir}/xa_composite.h
  460. %{_includedir}/xa_context.h
  461. %{_libdir}/pkgconfig/xatracker.pc
  462. %if 0%{?with_nine}
  463. %files libd3d
  464. %dir %{_libdir}/d3d/
  465. %{_libdir}/d3d/*.so.*
  466. %files libd3d-devel
  467. %{_libdir}/pkgconfig/d3d.pc
  468. %{_includedir}/d3dadapter/
  469. %{_libdir}/d3d/*.so
  470. %endif
  471. %files dri-drivers
  472. %dir %{_libdir}/dri
  473. %{_libdir}/dri/*_dri.so
  474. %{_libdir}/dri/*_drv_video.so
  475. %dir %{_datadir}/drirc.d
  476. %config(noreplace) %{_datadir}/drirc.d/*
  477. %if 0%{?with_opencl}
  478. %dir %{_libdir}/gallium-pipe
  479. %{_libdir}/gallium-pipe/*.so
  480. %endif
  481. %files vdpau-drivers
  482. %{_libdir}/vdpau/libvdpau_nouveau.so.1*
  483. %{_libdir}/vdpau/libvdpau_r300.so.1*
  484. %{_libdir}/vdpau/libvdpau_r600.so.1*
  485. %{_libdir}/vdpau/libvdpau_radeonsi.so.1*
  486. %if %{with vulkan}
  487. %files vulkan-drivers
  488. %{_libdir}/libvulkan_lvp.so
  489. %{_datadir}/vulkan/icd.d/lvp_icd.*.json
  490. %{_libdir}/libVkLayer_MESA_device_select.so
  491. %{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
  492. %if 0%{?with_hardware}
  493. %ifarch %{ix86} x86_64
  494. %{_libdir}/libvulkan_intel.so
  495. %{_datadir}/vulkan/icd.d/intel_icd.*.json
  496. %endif
  497. %{_libdir}/libvulkan_radeon.so
  498. %{_datadir}/vulkan/icd.d/radeon_icd.*.json
  499. %endif
  500. %files vulkan-devel
  501. %endif
  502. %if %{with source}
  503. # We constructed this dir carefully, so just slurp in the whole thing.
  504. %files source
  505. %defattr(-,root,root,-)
  506. %{mesasourcedir}
  507. %endif
  508. # compat32
  509. %if %{build_compat32}
  510. %files -n compat32-%{name}-libGL
  511. %{_libdir}/libGLX_mesa.so.0*
  512. %{_libdir}/libGLX_system.so.0*
  513. %files -n compat32-%{name}-libGL-devel
  514. %{_libdir}/libglapi.so
  515. %files -n compat32-%{name}-libEGL
  516. %{_libdir}/libEGL_mesa.so.0*
  517. %files -n compat32-%{name}-libEGL-devel
  518. %files -n compat32-%{name}-libOSMesa
  519. %{_libdir}/libOSMesa.so.*
  520. %files -n compat32-%{name}-libOSMesa-devel
  521. %{_libdir}/libOSMesa.so
  522. %files -n compat32-%{name}-libxatracker
  523. %{_libdir}/libxatracker.so.2
  524. %{_libdir}/libxatracker.so.2.*
  525. %files -n compat32-%{name}-libglapi
  526. %{_libdir}/libglapi.so.0
  527. %{_libdir}/libglapi.so.0.*
  528. %files -n compat32-%{name}-libgbm
  529. %{_libdir}/libgbm.so.1
  530. %{_libdir}/libgbm.so.1.*
  531. %files -n compat32-%{name}-dri-drivers
  532. %dir %{_libdir}/dri
  533. %{_libdir}/dri/*_dri.so
  534. %{_libdir}/dri/*_drv_video.so
  535. %endif
  536. %changelog
  537. * Thu Jun 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 22.1.1-1
  538. - updated to 22.1.1.
  539. - built with llvm-14.
  540. * Fri Oct 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.2.4-1
  541. - updated to 21.2.4.
  542. - built with llvm-13.
  543. - dropped Patch0 and 3.
  544. * Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.0.2-1
  545. - updated to 21.0.2.
  546. - built with llvm-12.
  547. - dropped Patch1: fixed in upstream.
  548. * Sat Mar 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.0.1-1
  549. - updated to 21.0.1.
  550. - dropped Patch3.
  551. - imported Patch0 from rawhide (not applied now).
  552. - imported Patch1 from rawhide.
  553. - built with libglvnd.
  554. * Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.2.1-1
  555. - updated to 20.2.1.
  556. * Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.1.4-1
  557. - updated to 20.1.4.
  558. - dropped Patch7 and 1000: fixed in upstream.
  559. * Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.3.5-1
  560. - updated to 19.3.5.
  561. - imported Patch1000 from upstream for llvm10.
  562. * Wed Oct 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.2.0-1
  563. - updated to 19.2.0.
  564. * Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.1.7-1
  565. - updated to 19.1.7.
  566. - dropped Patch1.
  567. - imported Patche7 from rawhide.
  568. - switched the build-system to meson.
  569. * Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 18.2.6-1
  570. - updated to 18.2.6.
  571. - dropped Patch2, 4, 10 and 11.
  572. * Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.3.1-1
  573. - updated to 17.3.1.
  574. - replaced all patches from rawhide.
  575. * Fri Aug 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.2-1
  576. - updated to 11.2.2.
  577. - dropped Patch99: fixed in upstream.
  578. * Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.4-2
  579. - rebuild with gcc-5.4.0
  580. * Thu May 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.4-1
  581. - update to 11.1.4
  582. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.3-1
  583. - update to 11.1.3
  584. * Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.9-2
  585. - create compat32-mesa-dri-drivers subpackage
  586. * Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.9-1
  587. - update to 11.0.9
  588. * Thu Dec 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.7-1
  589. - update to 11.0.7
  590. * Sun Nov 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.6-1
  591. - update to 11.0.6
  592. * Thu Nov 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.5-1
  593. - update to 11.0.5
  594. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.4-1
  595. - update to 11.0.4
  596. * Tue Jul 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.9-1
  597. - update to 10.5.9
  598. * Thu Jun 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 10.5.7-2
  599. - rebuilt with llvm 3.6.1
  600. - added %%post and %%postun section for libglapi and libgbm
  601. * Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.7-1
  602. - update to 10.5.7
  603. * Fri May 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.6-1
  604. - update to 10.5.6
  605. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.5-1
  606. - update to 10.5.5
  607. * Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.4-1
  608. - update to 10.5.4
  609. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.3-1
  610. - update to 10.5.3
  611. * Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.7-1
  612. - update to 10.4.7
  613. * Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.6-1
  614. - update to 10.4.6
  615. * Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.5-1
  616. - update to 10.4.5
  617. * Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.4-1
  618. - update to 10.4.4
  619. * Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.5-1
  620. - update to 10.3.5
  621. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.4-1
  622. - update to 10.3.4
  623. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.3-1
  624. - update to 10.3.3
  625. * Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.2-1
  626. - update to 10.3.2
  627. * Wed Aug 27 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.6-1
  628. - update to 10.2.6
  629. * Tue Jul 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.2.3-2
  630. - remove pc file from compat32 package
  631. * Thu Jul 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.3-1
  632. - update to 10.2.3
  633. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-3
  634. - rebuild with libffi-3.0.13
  635. * Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-2
  636. - change BuildRequires: eudev-libudev-devel instead of libudev-devel
  637. * Wed May 14 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.1.3-1
  638. - update to 10.1.3
  639. - add BR: libxshmfence-devel
  640. * Mon Mar 24 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.4-1
  641. - update to 10.0.4
  642. * Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.2-1
  643. - update to 9.2.2
  644. - add BR: libvdpau-devel, elfutils-libelf-devel, zlib-devel
  645. - add BR: llvm-devel >= 3.3, libdrm-devel >= 2.4.46
  646. * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-3
  647. - add Patch0 (mesa-9.0-CVE-2013-1993.patch)
  648. * Sun Dec 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
  649. - rebuild with llvm-3.1
  650. - add radeonsi driver
  651. * Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
  652. - update to mesa-9.0.1
  653. * Sat Nov 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
  654. - update to mesa-9.0
  655. - split off libGLU and gl-manpages to external package
  656. - add libxatracker, libgbm
  657. * Thu Jul 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.4-1
  658. - update to 8.0.4
  659. - remove BR: freeglut-devel
  660. - split DRI drivers to mesa-dri-drivers
  661. * Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
  662. - update to 8.0.1
  663. - drop unneeded patches
  664. - drop old-old dri drivers
  665. - add BR: libxml2-python
  666. * Sun Jan 22 2012 NAKAMURA Kenta <kenta@vinelinux.org> 7.11.2-2
  667. - rebuilt with llvm-3.0
  668. - added Patch9: fix build with LLVM 3.0
  669. * Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11.2-1
  670. - new upstram release
  671. * Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11-1
  672. - update to 7.11
  673. - use r[36]00g gallium driver as default.
  674. - add BR: llvm-devel
  675. - drop xorg-x11-drv-vmwgfx
  676. - drop dri modules from compat32-mesa-libGL
  677. * Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.3-1
  678. - update to 7.10.3
  679. - use r300/r600 classic driver for default.
  680. - install gallium r[36]00 as r[36]00g
  681. * Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-2
  682. - add patch50 from upstream fix
  683. - enable parallel build
  684. - use standard CFLAGS
  685. * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-1
  686. - update to 7.10.2
  687. * Fri Mar 25 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10.1-2
  688. - dropped "BR: libtalloc-devel" (no longer needed).
  689. * Fri Mar 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.1-1
  690. - update to 7.10.1
  691. - drop osmesa16 and osmesa32
  692. - build with udev, egl and gles
  693. - enable gallium r600 driver
  694. - add libEGL/libGLES subpackage
  695. - add Patch40 to fix build failure
  696. - BR: libdrm-devel >= 2.4.24
  697. - BR: libudev-devel
  698. * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
  699. - update to 7.10
  700. - split mesa-demos and glx-utils to their own source package.
  701. - add BR: libtalloc-devel
  702. * Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
  703. - update to 7.8.2
  704. - add Patch40,41 to fix build failure
  705. - add Source10 to build with libdrm-2.4.21
  706. - add BR: kernel-headers, xorg-x11-server-sdk
  707. * Thu Apr 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
  708. - rebuilt with gcc-4.4.3-5 on ppc
  709. - temporarily don't use "-Os" on ppc (a toolchain bug?)
  710. * Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
  711. - update to 7.8.1
  712. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
  713. - update to 7.8 release
  714. - add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
  715. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
  716. - update to 7.8 branch from git
  717. * Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
  718. - update to 7.6.1 release
  719. * Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
  720. - update to 7.6.1-rc3
  721. * Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
  722. - update to 7.6.1-rc1
  723. * Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
  724. - new upstream release
  725. - add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
  726. libXext-devel and libdrm-devel to mesa-libGL-devel
  727. * Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
  728. - new upstream release
  729. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
  730. - added compat32 subpackage for x86_64 arch support.
  731. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
  732. - new upstream release
  733. - BR: libdrm-devel >= 2.4.9
  734. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  735. - new upstream release
  736. - BR: libdrm-devel >= 2.4.5
  737. - drop mach64
  738. - update patches from fedora
  739. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
  740. - add BR: libdrm-devel >= 2.4.0-3
  741. * Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  742. - new upstreal release
  743. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
  744. - update to 7.1 release
  745. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
  746. - update to 7.1-rc3
  747. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
  748. - include missing swrast_dri.so to %%files list
  749. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
  750. - update to 7.1-rc1
  751. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
  752. - add Patch100 to disable 915tex driver
  753. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
  754. - new upstream release
  755. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
  756. - build with freeglut
  757. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
  758. - initial build for Vine Linux(bootstrap)
  759. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
  760. - mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
  761. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
  762. - update to Mesa 7.0.2 final
  763. - mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
  764. - mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
  765. * Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
  766. - mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
  767. - mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
  768. - mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
  769. * Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
  770. - mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
  771. - This contains the fixes made to the upstream Mesa stable branch
  772. including fixes for 965 vblank interrupt issues along with a fix
  773. in the kernel - remove patches that already upstream.
  774. - mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
  775. - mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
  776. - mesa-7.0.1-965-sampler-crash.patch - dropped
  777. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
  778. - mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
  779. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
  780. - Rebuild for new libexpat.
  781. * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
  782. - mesa-7.0.1-stable-branch.patch - Add patches from stable branch
  783. includes support for some Intel chipsets
  784. - mesa-7.0-use_master-r300.patch - Add r300 driver from master
  785. * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
  786. - missing build requires for Xfixes-devel and Xdamage-devel
  787. * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
  788. - Rebase to upstream 7.0.1 release
  789. - ajax provided patches: for updated selinux awareness, build config
  790. - gl visibility and picify were fixed upstream
  791. - OS mesa library version are 6.5.3 not 7.0.1 - spec fix
  792. * Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
  793. - Rebuild for RH #249435
  794. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
  795. - Add dri_interface.h to mesa-libGL-devel, and conflict with
  796. xorg-x11-proto-devel versions that attempted to provide it.
  797. * Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
  798. - Add mesa-demos subpackage. (#247252)
  799. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
  800. - mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
  801. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
  802. - Don't install header files for APIs that we don't provide. (#247390)
  803. * Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
  804. - mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
  805. * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
  806. - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
  807. from git. (#231787)
  808. * Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
  809. - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
  810. fails, to avoid, for example, crashing the server when using tdfx but
  811. without glide3 installed.
  812. * Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
  813. - Hush the (useless) warning about the synthetic visual not being supported.
  814. * Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
  815. - mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
  816. - mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
  817. * Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
  818. - mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
  819. - Require a sufficiently new libdrm at runtime too
  820. - Make the arch macros do something sensible in the general case
  821. * Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
  822. - General spec cleanups
  823. - Require current libdrm
  824. - Build with -fvisibility=hidden
  825. - Redo the way mesa-source is generated
  826. - Add %%{?_smp_mflags} where appropriate
  827. * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
  828. - Add i915tex and mach64 to the install set.
  829. * Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
  830. - mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
  831. defines to dispatch.h so the X server will continue to build.
  832. * Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
  833. - Fix OSMesa file listing to use %%version for DSO number. Note that this
  834. will still break on Mesa 7; oh well.
  835. - Deleted file: directfbgl.h
  836. * Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
  837. - Update to 6.5.2.
  838. * Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
  839. - Add i965-interleaved-arrays-fix.patch to fix (#209318).
  840. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  841. - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
  842. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  843. - Remove . after popd; add .gz in %%files section. (#184547)
  844. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
  845. - Use better tarball for gl man pages. (#184547)
  846. * Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
  847. - Add -fno-strict-aliasing to compiler flags for i965 driver.
  848. - Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
  849. * Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
  850. - Give the correct path for man page file lists.
  851. * Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
  852. - Add GL man pages from X R6.9. (#184547)
  853. * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
  854. - mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds. (#207767)
  855. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
  856. - Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
  857. latest GLX_EXT_texture_from_pixmap opcodes.
  858. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
  859. - Remove mesa-6.5-drop-static-inline.patch.
  860. * Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
  861. - Bump to 6.5.1 final release.
  862. - Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
  863. tweak mesa-6.5.1-build-config.patch to not build libGLw.
  864. - Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
  865. now be prevented by enabling disable_lowimpact_fallback in
  866. /etc/drirc.
  867. - Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
  868. - Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
  869. * Thu Sep 7 2006 Kristian Høgsberg <krh@redhat.com>
  870. - Drop unused mesa-modular-dri-dir.patch.
  871. * Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
  872. - Rebase to 6.5.1 RC2.
  873. - Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
  874. scripts and clean up specfile a bit.
  875. * Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
  876. - Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
  877. mesa-6.5-tfp-fbconfig-attribs.patch and fix
  878. mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
  879. transparency.
  880. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
  881. - mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
  882. * Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
  883. - Bump to 6.5.1 RC1.
  884. * Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
  885. - Pull the vtxfmt patch into the selinux-awareness patch, handle exec
  886. mem heap init failure correctly by releasing mutex.
  887. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
  888. - mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
  889. lines on R300+ cards, makes Google Earth tolerable.
  890. - mesa-6.5-force-r300.patch: Resurrect.
  891. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
  892. - mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
  893. destruction when selinux is enabled.
  894. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
  895. - redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
  896. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
  897. - Update to pre-6.5.1 snapshot.
  898. - Re-add libOSMesa{,16,32}. (#186366)
  899. - Add BuildReq: on libXp-devel due to openmotif header insanity.
  900. * Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
  901. - fix one Requires: to use the correct mesa-libGLw name
  902. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
  903. - Conditionalized libGLw inclusion with new with_libGLw macro defaulting
  904. to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
  905. anymore, we will be transitioning libGLw to an external package maintained
  906. in Fedora Extras soon.
  907. * Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
  908. - Build for fc5 aiglx repo.
  909. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
  910. - Disable TLS dispatch, it is selinux-hostile.
  911. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
  912. - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
  913. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
  914. - mesa-6.5-fix-linux-indirect-build.patch: Added.
  915. - mesa-6.5-fix-glxinfo-link.patch: Added.
  916. - Build libOSMesa never instead of inconsistently; to be fixed later.
  917. - Updates to redhat-mesa-target:
  918. - Always select linux-indirect when not building for DRI
  919. - Enable DRI to be built on PPC64 (still disabled in the spec file though)
  920. - MIT licence boilerplate
  921. * Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
  922. - Remove glut-devel dependency, as nothing actually uses it that we ship.
  923. - Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
  924. and other libs from being linked into glxgears/glxinfo even though they
  925. are not actually used. This was the final package linking to freeglut in
  926. Fedora Core, blocking freeglut from being moved to Extras.
  927. - Commented all of the virtual provides in the spec file to document clearly
  928. how they should be used by other developers in specifying build and runtime
  929. dependencies when packaging software which links to libGL, libGLU, and
  930. libGLw. (#200069)
  931. * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
  932. - Attempt to add selinux awareness; check if we can map executable memory
  933. and fail softly if not. Removes the need for allow_execmem from huge
  934. chunks of the desktop.
  935. - Disable the r300 gart fix for not compiling.
  936. * Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
  937. - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
  938. memory on context destroy.
  939. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
  940. - rebuild
  941. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
  942. - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
  943. for (#197640).
  944. - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
  945. mode 0755.
  946. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
  947. - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
  948. help to you know, actually solve the problem. Duh.
  949. - Use {dist} tag in Release field now.
  950. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
  951. - Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
  952. work this time due to broken upstream linux-dri-* configs. (#193979)
  953. - Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
  954. * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
  955. - Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
  956. - Use Fedora Extras style BuildRoot tag.
  957. - Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
  958. * Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
  959. - Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
  960. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
  961. - Bump for rawhide build.
  962. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
  963. - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
  964. tokens and change tfp functions to return void. Yes, a new mesa
  965. snapshot would be nice.
  966. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
  967. - Add "BuildRequires: makedepend" for bug (#191967)
  968. * Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
  969. - Bump for fc5 build.
  970. * Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
  971. - Disable R300_FORCE_R300 hack for wider testing.
  972. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
  973. - Add mesa-6.5-noexecstack.patch to prevent assembly files from making
  974. libGL.so have executable stack.
  975. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
  976. - Bump for fc5 build.
  977. - Bump libdrm requires to 2.0.1.
  978. * Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
  979. - Update to mesa 6.5 snapshot.
  980. - Use -MG for generating deps and some files are not yet symlinked at
  981. make depend time.
  982. - Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
  983. mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  984. as these are upstream now.
  985. - Drop mesa-6.4.1-texture-from-drawable.patch and add
  986. mesa-6.5-texture-from-pixmap-fixes.patch.
  987. - Update mesa-modular-dri-dir.patch to apply.
  988. - Widen libGLU glob.
  989. - Reenable r300 driver install.
  990. - Widen libOSMesa glob.
  991. - Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
  992. drop mesa-6.3.2-build-configuration-v4.patch.
  993. - Disable sis dri driver for now, only builds on x86 and x86-64.
  994. * Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
  995. - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
  996. * Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
  997. - Buildrequires: libXt-devel (#183479)
  998. * Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
  999. - Disable the expeimental r300 DRI driver, as it has turned out to cause
  1000. instability and system hangs for many users.
  1001. * Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
  1002. - rebuilt
  1003. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
  1004. - enable texture-from-drawable patch
  1005. - add glut-devel dependency
  1006. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
  1007. - bump again for double-long bug on ppc(64)
  1008. * Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
  1009. - Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
  1010. - Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
  1011. a Mesa namespace conflict with GNU_SOURCE (#180122)
  1012. - Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  1013. as an attempt to fix bugs (#176976,176414,fdo#5835)
  1014. - Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
  1015. x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
  1016. be modified to require the user to manually turn experimental DRI support
  1017. on with Option "dri" in xorg.conf to test it out and report all X bugs that
  1018. occur while using it directly to X.Org bugzilla. (#179712)
  1019. - Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
  1020. update it each upstream release.
  1021. * Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
  1022. - Updated to Mesa 6.4.2
  1023. - Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
  1024. each upstream release.
  1025. * Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
  1026. - Added missing "BuildRequires: expat-devel" for bug (#178525)
  1027. - Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
  1028. to compile on at least ia64, and possibly other architectures.
  1029. * Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
  1030. - Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
  1031. support for GLX_EXT_texture_from_drawable extension.
  1032. * Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
  1033. - Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
  1034. - Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
  1035. - Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
  1036. - Do not rename swrast libGL .so version, as it is the OpenGL version.
  1037. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
  1038. - Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
  1039. - Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
  1040. packages the files used to be present in, as this is more friendy for
  1041. OS upgrades.
  1042. - Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
  1043. - Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
  1044. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
  1045. - Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
  1046. - Added pkgconfig dependency.
  1047. - Updated "BuildRequires: libdrm-devel >= 2.0-1"
  1048. - Added Obsoletes lines to all the subpackages to have cleaner upgrades.
  1049. - Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
  1050. AMD64, which is fixed in the 6.4 branch of Mesa CVS.
  1051. - Conditionalize libOSMesa inclusion, and default to not including it for now.
  1052. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
  1053. - rebuilt
  1054. * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
  1055. - fix directory used for loading dri modules (#173679)
  1056. - install dri drivers as executable so they get stripped (#173292)
  1057. * Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
  1058. - Wrote redhat-mesa-source-filelist-generator to dynamically generate the
  1059. files to be included in the mesa-source subpackage, to minimize future
  1060. maintenance.
  1061. - Fixed detection and renaming of software mesa .so version.
  1062. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
  1063. - Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
  1064. consistency on all architectures, and to avoid upgrade problems if we
  1065. ever disable DRI on an arch and then re-enable it later.
  1066. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
  1067. - Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
  1068. bin/installmesa script to work properly with multilib lib64 architectures.
  1069. - Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
  1070. and invoke our modified bin/installmesa directly instead of using
  1071. "make install".
  1072. - Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
  1073. like an extraneous file anyway.
  1074. - Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
  1075. builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
  1076. this is how upstream builds the library, although it is not clear to me
  1077. why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
  1078. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
  1079. - Updated to new upstream MesaLib-6.4
  1080. - Updated libGLU.so.1.3.060400 entry in file manifest
  1081. - Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
  1082. unichrome driver.
  1083. * Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
  1084. - Fix redhat-mesa-driver-install and spec file to work right on multilib
  1085. systems.
  1086. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
  1087. - Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
  1088. - Added virtual "Provides: libGL..." entries for each subpackage as relevant.
  1089. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
  1090. - Added the mesa-source subpackage, which contains part of the Mesa source
  1091. code needed by other packages such as the X server to build stuff.
  1092. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
  1093. - Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
  1094. from previous OS releases, and piecemeal upgrades work as nicely as
  1095. possible.
  1096. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
  1097. - Wrote redhat-mesa-target script to simplify mesa build target selection.
  1098. - Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
  1099. per-arch conditionalization, etc.
  1100. * Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
  1101. - Initial build.