mesa-vl.spec 45 KB

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