mesa-vl.spec 45 KB

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