mesa-vl.spec 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279
  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.1.3
  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-9.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: libudev-devel
  46. BuildRequires: llvm-devel >= 3.3
  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: mesa-filesystem%{?_isa}
  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. %dir %{_includedir}/GL/internal
  391. %{_includedir}/GL/internal/dri_interface.h
  392. %{_libdir}/libGL.so
  393. %{_libdir}/libglapi.so
  394. %{_libdir}/pkgconfig/gl.pc
  395. %{_libdir}/pkgconfig/dri.pc
  396. %files dri-drivers
  397. %config(noreplace) %{_sysconfdir}/drirc
  398. %dir %{_libdir}/dri
  399. %{_libdir}/dri/*_dri.so
  400. #%{_libdir}/libdricore*.so*
  401. %files vdpau-drivers
  402. %defattr(-,root,root,-)
  403. %{_libdir}/vdpau/libvdpau_nouveau.so.1*
  404. %{_libdir}/vdpau/libvdpau_r600.so.1*
  405. %{_libdir}/vdpau/libvdpau_radeonsi.so.1*
  406. %files libEGL
  407. %defattr(-,root,root,-)
  408. %doc docs/COPYING
  409. %{_libdir}/libEGL.so.1
  410. %{_libdir}/libEGL.so.1.*
  411. %files libEGL-devel
  412. %defattr(-,root,root,-)
  413. %dir %{_includedir}/EGL
  414. %{_includedir}/EGL/eglext.h
  415. %{_includedir}/EGL/egl.h
  416. %{_includedir}/EGL/eglplatform.h
  417. %{_includedir}/EGL/eglmesaext.h
  418. %dir %{_includedir}/KHR
  419. %{_includedir}/KHR/*.h
  420. %{_libdir}/pkgconfig/egl.pc
  421. %{_libdir}/libEGL.so
  422. %files libGLES
  423. %defattr(-,root,root,-)
  424. %doc docs/COPYING
  425. %{_libdir}/libGLESv1_CM.so.1
  426. %{_libdir}/libGLESv1_CM.so.1.*
  427. %{_libdir}/libGLESv2.so.2
  428. %{_libdir}/libGLESv2.so.2.*
  429. %{_libdir}/libglapi.so.0
  430. %{_libdir}/libglapi.so.0.*
  431. %files libGLES-devel
  432. %defattr(-,root,root,-)
  433. %dir %{_includedir}/GLES
  434. %{_includedir}/GLES/egl.h
  435. %{_includedir}/GLES/gl.h
  436. %{_includedir}/GLES/glext.h
  437. %{_includedir}/GLES/glplatform.h
  438. %dir %{_includedir}/GLES2
  439. %{_includedir}/GLES2/gl2platform.h
  440. %{_includedir}/GLES2/gl2.h
  441. %{_includedir}/GLES2/gl2ext.h
  442. %dir %{_includedir}/GLES3
  443. %{_includedir}/GLES3/gl3platform.h
  444. %{_includedir}/GLES3/gl3.h
  445. %{_includedir}/GLES3/gl3ext.h
  446. %{_libdir}/pkgconfig/glesv1_cm.pc
  447. %{_libdir}/pkgconfig/glesv2.pc
  448. %{_libdir}/libGLESv1_CM.so
  449. %{_libdir}/libGLESv2.so
  450. %files libOSMesa
  451. %defattr(-,root,root,-)
  452. %{_libdir}/libOSMesa.so.*
  453. %files libOSMesa-devel
  454. %defattr(-,root,root,-)
  455. %dir %{_includedir}/GL
  456. %{_includedir}/GL/osmesa.h
  457. %{_libdir}/libOSMesa.so
  458. %{_libdir}/pkgconfig/osmesa.pc
  459. %files libglapi
  460. %{_libdir}/libglapi.so.0
  461. %{_libdir}/libglapi.so.0.*
  462. %files libgbm
  463. %defattr(-,root,root,-)
  464. %doc docs/COPYING
  465. %{_libdir}/libgbm.so.1
  466. %{_libdir}/libgbm.so.1.*
  467. %files libgbm-devel
  468. %defattr(-,root,root,-)
  469. %{_libdir}/libgbm.so
  470. %{_includedir}/gbm.h
  471. %{_libdir}/pkgconfig/gbm.pc
  472. %files libxatracker
  473. %defattr(-,root,root,-)
  474. %doc docs/COPYING
  475. %{_libdir}/libxatracker.so.2
  476. %{_libdir}/libxatracker.so.2.*
  477. %files libxatracker-devel
  478. %defattr(-,root,root,-)
  479. %{_libdir}/libxatracker.so
  480. %{_includedir}/xa_tracker.h
  481. %{_includedir}/xa_composite.h
  482. %{_includedir}/xa_context.h
  483. %{_libdir}/pkgconfig/xatracker.pc
  484. # We constructed this dir carefully, so just slurp in the whole thing.
  485. %files source
  486. %defattr(-,root,root,-)
  487. %{mesasourcedir}
  488. # compat32
  489. %if %{build_compat32}
  490. %files -n compat32-%{name}-libGL
  491. %defattr(-,root,root,-)
  492. %{_libdir}/libGL.so.1
  493. %{_libdir}/libGL.so.1.2*
  494. #%dir %{_libdir}/dri
  495. #%{_libdir}/dri/*_dri.so
  496. %files -n compat32-%{name}-libGL-devel
  497. %defattr(-,root,root,-)
  498. %{_libdir}/libGL.so
  499. %{_libdir}/pkgconfig/gl.pc
  500. %{_libdir}/pkgconfig/dri.pc
  501. %files -n compat32-%{name}-libOSMesa
  502. %defattr(-,root,root,-)
  503. %{_libdir}/libOSMesa.so.*
  504. %files -n compat32-%{name}-libOSMesa-devel
  505. %defattr(-,root,root,-)
  506. %{_libdir}/libOSMesa.so
  507. %files -n compat32-%{name}-libEGL
  508. %defattr(-,root,root,-)
  509. %doc docs/COPYING
  510. %{_libdir}/libEGL.so.1
  511. %{_libdir}/libEGL.so.1.*
  512. %files -n compat32-%{name}-libEGL-devel
  513. %defattr(-,root,root,-)
  514. %{_libdir}/pkgconfig/egl.pc
  515. %{_libdir}/libEGL.so
  516. %files -n compat32-%{name}-libGLES
  517. %defattr(-,root,root,-)
  518. %doc docs/COPYING
  519. %{_libdir}/libGLESv1_CM.so.1
  520. %{_libdir}/libGLESv1_CM.so.1.*
  521. %{_libdir}/libGLESv2.so.2
  522. %{_libdir}/libGLESv2.so.2.*
  523. %{_libdir}/libglapi.so.0
  524. %{_libdir}/libglapi.so.0.*
  525. %files -n compat32-%{name}-libGLES-devel
  526. %defattr(-,root,root,-)
  527. %{_libdir}/pkgconfig/glesv1_cm.pc
  528. %{_libdir}/pkgconfig/glesv2.pc
  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. * Wed May 14 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.1.3-1
  546. - update to 10.1.3
  547. - add BR: libxshmfence-devel
  548. * Mon Mar 24 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.4-1
  549. - update to 10.0.4
  550. * Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.2-1
  551. - update to 9.2.2
  552. - add BR: libvdpau-devel, elfutils-libelf-devel, zlib-devel
  553. - add BR: llvm-devel >= 3.3, libdrm-devel >= 2.4.46
  554. * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-3
  555. - add Patch0 (mesa-9.0-CVE-2013-1993.patch)
  556. * Sun Dec 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
  557. - rebuild with llvm-3.1
  558. - add radeonsi driver
  559. * Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
  560. - update to mesa-9.0.1
  561. * Sat Nov 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
  562. - update to mesa-9.0
  563. - split off libGLU and gl-manpages to external package
  564. - add libxatracker, libgbm
  565. * Thu Jul 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.4-1
  566. - update to 8.0.4
  567. - remove BR: freeglut-devel
  568. - split DRI drivers to mesa-dri-drivers
  569. * Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
  570. - update to 8.0.1
  571. - drop unneeded patches
  572. - drop old-old dri drivers
  573. - add BR: libxml2-python
  574. * Sun Jan 22 2012 NAKAMURA Kenta <kenta@vinelinux.org> 7.11.2-2
  575. - rebuilt with llvm-3.0
  576. - added Patch9: fix build with LLVM 3.0
  577. * Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11.2-1
  578. - new upstram release
  579. * Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11-1
  580. - update to 7.11
  581. - use r[36]00g gallium driver as default.
  582. - add BR: llvm-devel
  583. - drop xorg-x11-drv-vmwgfx
  584. - drop dri modules from compat32-mesa-libGL
  585. * Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.3-1
  586. - update to 7.10.3
  587. - use r300/r600 classic driver for default.
  588. - install gallium r[36]00 as r[36]00g
  589. * Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-2
  590. - add patch50 from upstream fix
  591. - enable parallel build
  592. - use standard CFLAGS
  593. * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-1
  594. - update to 7.10.2
  595. * Fri Mar 25 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10.1-2
  596. - dropped "BR: libtalloc-devel" (no longer needed).
  597. * Fri Mar 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.1-1
  598. - update to 7.10.1
  599. - drop osmesa16 and osmesa32
  600. - build with udev, egl and gles
  601. - enable gallium r600 driver
  602. - add libEGL/libGLES subpackage
  603. - add Patch40 to fix build failure
  604. - BR: libdrm-devel >= 2.4.24
  605. - BR: libudev-devel
  606. * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
  607. - update to 7.10
  608. - split mesa-demos and glx-utils to their own source package.
  609. - add BR: libtalloc-devel
  610. * Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
  611. - update to 7.8.2
  612. - add Patch40,41 to fix build failure
  613. - add Source10 to build with libdrm-2.4.21
  614. - add BR: kernel-headers, xorg-x11-server-sdk
  615. * Thu Apr 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
  616. - rebuilt with gcc-4.4.3-5 on ppc
  617. - temporarily don't use "-Os" on ppc (a toolchain bug?)
  618. * Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
  619. - update to 7.8.1
  620. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
  621. - update to 7.8 release
  622. - add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
  623. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
  624. - update to 7.8 branch from git
  625. * Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
  626. - update to 7.6.1 release
  627. * Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
  628. - update to 7.6.1-rc3
  629. * Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
  630. - update to 7.6.1-rc1
  631. * Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
  632. - new upstream release
  633. - add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
  634. libXext-devel and libdrm-devel to mesa-libGL-devel
  635. * Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
  636. - new upstream release
  637. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
  638. - added compat32 subpackage for x86_64 arch support.
  639. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
  640. - new upstream release
  641. - BR: libdrm-devel >= 2.4.9
  642. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  643. - new upstream release
  644. - BR: libdrm-devel >= 2.4.5
  645. - drop mach64
  646. - update patches from fedora
  647. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
  648. - add BR: libdrm-devel >= 2.4.0-3
  649. * Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  650. - new upstreal release
  651. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
  652. - update to 7.1 release
  653. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
  654. - update to 7.1-rc3
  655. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
  656. - include missing swrast_dri.so to %%files list
  657. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
  658. - update to 7.1-rc1
  659. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
  660. - add Patch100 to disable 915tex driver
  661. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
  662. - new upstream release
  663. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
  664. - build with freeglut
  665. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
  666. - initial build for Vine Linux(bootstrap)
  667. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
  668. - mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
  669. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
  670. - update to Mesa 7.0.2 final
  671. - mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
  672. - mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
  673. * Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
  674. - mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
  675. - mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
  676. - mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
  677. * Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
  678. - mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
  679. - This contains the fixes made to the upstream Mesa stable branch
  680. including fixes for 965 vblank interrupt issues along with a fix
  681. in the kernel - remove patches that already upstream.
  682. - mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
  683. - mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
  684. - mesa-7.0.1-965-sampler-crash.patch - dropped
  685. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
  686. - mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
  687. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
  688. - Rebuild for new libexpat.
  689. * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
  690. - mesa-7.0.1-stable-branch.patch - Add patches from stable branch
  691. includes support for some Intel chipsets
  692. - mesa-7.0-use_master-r300.patch - Add r300 driver from master
  693. * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
  694. - missing build requires for Xfixes-devel and Xdamage-devel
  695. * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
  696. - Rebase to upstream 7.0.1 release
  697. - ajax provided patches: for updated selinux awareness, build config
  698. - gl visibility and picify were fixed upstream
  699. - OS mesa library version are 6.5.3 not 7.0.1 - spec fix
  700. * Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
  701. - Rebuild for RH #249435
  702. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
  703. - Add dri_interface.h to mesa-libGL-devel, and conflict with
  704. xorg-x11-proto-devel versions that attempted to provide it.
  705. * Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
  706. - Add mesa-demos subpackage. (#247252)
  707. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
  708. - mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
  709. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
  710. - Don't install header files for APIs that we don't provide. (#247390)
  711. * Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
  712. - mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
  713. * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
  714. - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
  715. from git. (#231787)
  716. * Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
  717. - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
  718. fails, to avoid, for example, crashing the server when using tdfx but
  719. without glide3 installed.
  720. * Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
  721. - Hush the (useless) warning about the synthetic visual not being supported.
  722. * Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
  723. - mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
  724. - mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
  725. * Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
  726. - mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
  727. - Require a sufficiently new libdrm at runtime too
  728. - Make the arch macros do something sensible in the general case
  729. * Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
  730. - General spec cleanups
  731. - Require current libdrm
  732. - Build with -fvisibility=hidden
  733. - Redo the way mesa-source is generated
  734. - Add %%{?_smp_mflags} where appropriate
  735. * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
  736. - Add i915tex and mach64 to the install set.
  737. * Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
  738. - mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
  739. defines to dispatch.h so the X server will continue to build.
  740. * Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
  741. - Fix OSMesa file listing to use %%version for DSO number. Note that this
  742. will still break on Mesa 7; oh well.
  743. - Deleted file: directfbgl.h
  744. * Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
  745. - Update to 6.5.2.
  746. * Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
  747. - Add i965-interleaved-arrays-fix.patch to fix (#209318).
  748. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  749. - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
  750. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  751. - Remove . after popd; add .gz in %%files section. (#184547)
  752. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
  753. - Use better tarball for gl man pages. (#184547)
  754. * Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
  755. - Add -fno-strict-aliasing to compiler flags for i965 driver.
  756. - Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
  757. * Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
  758. - Give the correct path for man page file lists.
  759. * Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
  760. - Add GL man pages from X R6.9. (#184547)
  761. * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
  762. - mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds. (#207767)
  763. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
  764. - Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
  765. latest GLX_EXT_texture_from_pixmap opcodes.
  766. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
  767. - Remove mesa-6.5-drop-static-inline.patch.
  768. * Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
  769. - Bump to 6.5.1 final release.
  770. - Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
  771. tweak mesa-6.5.1-build-config.patch to not build libGLw.
  772. - Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
  773. now be prevented by enabling disable_lowimpact_fallback in
  774. /etc/drirc.
  775. - Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
  776. - Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
  777. * Thu Sep 7 2006 Kristian Høgsberg <krh@redhat.com>
  778. - Drop unused mesa-modular-dri-dir.patch.
  779. * Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
  780. - Rebase to 6.5.1 RC2.
  781. - Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
  782. scripts and clean up specfile a bit.
  783. * Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
  784. - Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
  785. mesa-6.5-tfp-fbconfig-attribs.patch and fix
  786. mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
  787. transparency.
  788. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
  789. - mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
  790. * Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
  791. - Bump to 6.5.1 RC1.
  792. * Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
  793. - Pull the vtxfmt patch into the selinux-awareness patch, handle exec
  794. mem heap init failure correctly by releasing mutex.
  795. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
  796. - mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
  797. lines on R300+ cards, makes Google Earth tolerable.
  798. - mesa-6.5-force-r300.patch: Resurrect.
  799. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
  800. - mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
  801. destruction when selinux is enabled.
  802. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
  803. - redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
  804. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
  805. - Update to pre-6.5.1 snapshot.
  806. - Re-add libOSMesa{,16,32}. (#186366)
  807. - Add BuildReq: on libXp-devel due to openmotif header insanity.
  808. * Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
  809. - fix one Requires: to use the correct mesa-libGLw name
  810. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
  811. - Conditionalized libGLw inclusion with new with_libGLw macro defaulting
  812. to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
  813. anymore, we will be transitioning libGLw to an external package maintained
  814. in Fedora Extras soon.
  815. * Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
  816. - Build for fc5 aiglx repo.
  817. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
  818. - Disable TLS dispatch, it is selinux-hostile.
  819. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
  820. - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
  821. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
  822. - mesa-6.5-fix-linux-indirect-build.patch: Added.
  823. - mesa-6.5-fix-glxinfo-link.patch: Added.
  824. - Build libOSMesa never instead of inconsistently; to be fixed later.
  825. - Updates to redhat-mesa-target:
  826. - Always select linux-indirect when not building for DRI
  827. - Enable DRI to be built on PPC64 (still disabled in the spec file though)
  828. - MIT licence boilerplate
  829. * Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
  830. - Remove glut-devel dependency, as nothing actually uses it that we ship.
  831. - Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
  832. and other libs from being linked into glxgears/glxinfo even though they
  833. are not actually used. This was the final package linking to freeglut in
  834. Fedora Core, blocking freeglut from being moved to Extras.
  835. - Commented all of the virtual provides in the spec file to document clearly
  836. how they should be used by other developers in specifying build and runtime
  837. dependencies when packaging software which links to libGL, libGLU, and
  838. libGLw. (#200069)
  839. * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
  840. - Attempt to add selinux awareness; check if we can map executable memory
  841. and fail softly if not. Removes the need for allow_execmem from huge
  842. chunks of the desktop.
  843. - Disable the r300 gart fix for not compiling.
  844. * Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
  845. - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
  846. memory on context destroy.
  847. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
  848. - rebuild
  849. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
  850. - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
  851. for (#197640).
  852. - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
  853. mode 0755.
  854. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
  855. - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
  856. help to you know, actually solve the problem. Duh.
  857. - Use {dist} tag in Release field now.
  858. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
  859. - Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
  860. work this time due to broken upstream linux-dri-* configs. (#193979)
  861. - Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
  862. * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
  863. - Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
  864. - Use Fedora Extras style BuildRoot tag.
  865. - Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
  866. * Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
  867. - Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
  868. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
  869. - Bump for rawhide build.
  870. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
  871. - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
  872. tokens and change tfp functions to return void. Yes, a new mesa
  873. snapshot would be nice.
  874. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
  875. - Add "BuildRequires: makedepend" for bug (#191967)
  876. * Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
  877. - Bump for fc5 build.
  878. * Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
  879. - Disable R300_FORCE_R300 hack for wider testing.
  880. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
  881. - Add mesa-6.5-noexecstack.patch to prevent assembly files from making
  882. libGL.so have executable stack.
  883. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
  884. - Bump for fc5 build.
  885. - Bump libdrm requires to 2.0.1.
  886. * Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
  887. - Update to mesa 6.5 snapshot.
  888. - Use -MG for generating deps and some files are not yet symlinked at
  889. make depend time.
  890. - Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
  891. mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  892. as these are upstream now.
  893. - Drop mesa-6.4.1-texture-from-drawable.patch and add
  894. mesa-6.5-texture-from-pixmap-fixes.patch.
  895. - Update mesa-modular-dri-dir.patch to apply.
  896. - Widen libGLU glob.
  897. - Reenable r300 driver install.
  898. - Widen libOSMesa glob.
  899. - Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
  900. drop mesa-6.3.2-build-configuration-v4.patch.
  901. - Disable sis dri driver for now, only builds on x86 and x86-64.
  902. * Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
  903. - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
  904. * Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
  905. - Buildrequires: libXt-devel (#183479)
  906. * Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
  907. - Disable the expeimental r300 DRI driver, as it has turned out to cause
  908. instability and system hangs for many users.
  909. * Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
  910. - rebuilt
  911. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
  912. - enable texture-from-drawable patch
  913. - add glut-devel dependency
  914. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
  915. - bump again for double-long bug on ppc(64)
  916. * Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
  917. - Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
  918. - Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
  919. a Mesa namespace conflict with GNU_SOURCE (#180122)
  920. - Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  921. as an attempt to fix bugs (#176976,176414,fdo#5835)
  922. - Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
  923. x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
  924. be modified to require the user to manually turn experimental DRI support
  925. on with Option "dri" in xorg.conf to test it out and report all X bugs that
  926. occur while using it directly to X.Org bugzilla. (#179712)
  927. - Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
  928. update it each upstream release.
  929. * Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
  930. - Updated to Mesa 6.4.2
  931. - Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
  932. each upstream release.
  933. * Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
  934. - Added missing "BuildRequires: expat-devel" for bug (#178525)
  935. - Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
  936. to compile on at least ia64, and possibly other architectures.
  937. * Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
  938. - Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
  939. support for GLX_EXT_texture_from_drawable extension.
  940. * Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
  941. - Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
  942. - Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
  943. - Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
  944. - Do not rename swrast libGL .so version, as it is the OpenGL version.
  945. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
  946. - Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
  947. - Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
  948. packages the files used to be present in, as this is more friendy for
  949. OS upgrades.
  950. - Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
  951. - Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
  952. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
  953. - Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
  954. - Added pkgconfig dependency.
  955. - Updated "BuildRequires: libdrm-devel >= 2.0-1"
  956. - Added Obsoletes lines to all the subpackages to have cleaner upgrades.
  957. - Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
  958. AMD64, which is fixed in the 6.4 branch of Mesa CVS.
  959. - Conditionalize libOSMesa inclusion, and default to not including it for now.
  960. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
  961. - rebuilt
  962. * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
  963. - fix directory used for loading dri modules (#173679)
  964. - install dri drivers as executable so they get stripped (#173292)
  965. * Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
  966. - Wrote redhat-mesa-source-filelist-generator to dynamically generate the
  967. files to be included in the mesa-source subpackage, to minimize future
  968. maintenance.
  969. - Fixed detection and renaming of software mesa .so version.
  970. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
  971. - Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
  972. consistency on all architectures, and to avoid upgrade problems if we
  973. ever disable DRI on an arch and then re-enable it later.
  974. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
  975. - Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
  976. bin/installmesa script to work properly with multilib lib64 architectures.
  977. - Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
  978. and invoke our modified bin/installmesa directly instead of using
  979. "make install".
  980. - Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
  981. like an extraneous file anyway.
  982. - Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
  983. builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
  984. this is how upstream builds the library, although it is not clear to me
  985. why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
  986. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
  987. - Updated to new upstream MesaLib-6.4
  988. - Updated libGLU.so.1.3.060400 entry in file manifest
  989. - Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
  990. unichrome driver.
  991. * Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
  992. - Fix redhat-mesa-driver-install and spec file to work right on multilib
  993. systems.
  994. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
  995. - Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
  996. - Added virtual "Provides: libGL..." entries for each subpackage as relevant.
  997. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
  998. - Added the mesa-source subpackage, which contains part of the Mesa source
  999. code needed by other packages such as the X server to build stuff.
  1000. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
  1001. - Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
  1002. from previous OS releases, and piecemeal upgrades work as nicely as
  1003. possible.
  1004. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
  1005. - Wrote redhat-mesa-target script to simplify mesa build target selection.
  1006. - Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
  1007. per-arch conditionalization, etc.
  1008. * Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
  1009. - Initial build.