mesa-vl.spec 44 KB

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