mesa-vl.spec 45 KB

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