mesa-vl.spec 41 KB

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