mesa-vl.spec 42 KB

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