mesa-vl.spec 46 KB

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