mesa-vl.spec 49 KB

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