mesa-vl.spec 49 KB

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