mesa-vl.spec 39 KB

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