mesa-vl.spec 39 KB

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