mesa-vl.spec 43 KB

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