mesa-vl.spec 49 KB

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