mesa-vl.spec 45 KB

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