Accepting request 258979 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/258979 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=225
This commit is contained in:
commit
8574642f4e
12
Mesa.changes
12
Mesa.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 09:37:08 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update descriptions and Requires for GLES3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 25 10:24:33 UTC 2014 - josua.mayer97@gmail.com
|
||||
|
||||
- add Mesa-devel-dri package:
|
||||
This way dri.pc will no longer pull in all of Mesa, just as
|
||||
packages requiring dri do not have to require Mesa-devel anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 19:48:42 UTC 2014 - seanpwatson@live.com
|
||||
|
||||
|
22
Mesa.spec
22
Mesa.spec
@ -167,6 +167,7 @@ just Mesa or The Mesa 3-D graphics library.
|
||||
Summary: Libraries, includes and more to develop Mesa applications
|
||||
Group: Development/Libraries/X11
|
||||
Requires: Mesa = %version
|
||||
Requires: Mesa-dri-devel = %version
|
||||
Requires: Mesa-libEGL-devel = %version
|
||||
Requires: Mesa-libGL-devel = %version
|
||||
Requires: Mesa-libGLESv1_CM-devel = %version
|
||||
@ -309,6 +310,9 @@ extensions for the special needs of embedded systems.
|
||||
OpenGL|ES 2.x provides an API for programmable hardware including
|
||||
vertex and fragment shaders.
|
||||
|
||||
The libGLESv2.so.2 library provides symbols for all OpenGL ES 2 and
|
||||
ES 3 entry points.
|
||||
|
||||
%package -n Mesa-libGLESv2-devel
|
||||
Summary: Development files for the OpenGL ES 2.x API
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -330,7 +334,7 @@ applications using the OpenGL|ES 2.x APIs.
|
||||
%package -n Mesa-libGLESv3-devel
|
||||
Summary: Development files for the OpenGL ES 3.x API
|
||||
Group: Development/Libraries/C and C++
|
||||
#Requires: Mesa-libGLESv3-3 = %version
|
||||
Requires: Mesa-libGLESv2-2 = %version
|
||||
Requires: pkgconfig(egl)
|
||||
|
||||
%description -n Mesa-libGLESv3-devel
|
||||
@ -380,6 +384,15 @@ Development files for the Mesa GL API module which is responsible for
|
||||
dispatching all the gl* functions. It is intended to be mainly used by
|
||||
the Mesa-libGLES* packages.
|
||||
|
||||
%package -n Mesa-dri-devel
|
||||
Summary: Development files for the DRI API
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: Mesa = %version
|
||||
|
||||
%description -n Mesa-dri-devel
|
||||
This package contains the development environment required for
|
||||
compiling programs and libraries using the DRI API.
|
||||
|
||||
%package -n libgbm1
|
||||
Summary: Generic buffer management API
|
||||
Group: System/Libraries
|
||||
@ -833,10 +846,13 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libglapi.so
|
||||
|
||||
%files devel
|
||||
%files -n Mesa-dri-devel
|
||||
%defattr(-,root,root)
|
||||
%doc docs/*.html
|
||||
%_includedir/GL/internal
|
||||
%_libdir/pkgconfig/dri.pc
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc docs/*.html
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user