mesa-vl.spec 39 KB

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