weston-1.0.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=5
This commit is contained in:
parent
2770fab7a6
commit
fe6341714b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2713ab46f7c646895c6c6e1ebd2ead6a8f8b1b1616f45680e8457b7850872062
|
||||
size 323320
|
3
weston-1.0.0.tar.xz
Normal file
3
weston-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9172a1dd2e3171dc181919016771bcd5d729ce1d95a2fb56de294d82a08e4d33
|
||||
size 557040
|
@ -1,9 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:08:23 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.99.0
|
||||
- Update to new upstream release 1.0
|
||||
* first public release, so no direct changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 30 00:15:28 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Initial package for build.opensuse.org
|
||||
- Initial package for build.opensuse.org (0.85)
|
||||
|
10
weston.spec
10
weston.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: weston
|
||||
%define lname libweston0
|
||||
Version: 0.99.0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: MIT
|
||||
@ -29,11 +29,11 @@ Url: http://weston.freedesktop.org/
|
||||
#Git-Web: http://cgit.freedesktop.org/wayland/weston/
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf >= 2.64, automake >= 1.11
|
||||
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtool >= 2.2
|
||||
#git#BuildRequires: libtool >= 2.2
|
||||
BuildRequires: libvpx-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -47,6 +47,7 @@ BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
@ -55,7 +56,7 @@ BuildRequires: pkgconfig(libudev) >= 136
|
||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||
BuildRequires: pkgconfig(pixman-1)
|
||||
BuildRequires: pkgconfig(poppler-glib)
|
||||
BuildRequires: pkgconfig(wayland-client) >= 0.99.0
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
|
||||
BuildRequires: pkgconfig(wayland-egl)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
|
||||
@ -96,5 +97,6 @@ rm -f "%buildroot/%_libdir"/*.la "%buildroot/%_libdir/weston"/*.la;
|
||||
%_libexecdir/weston-*
|
||||
%_libdir/weston
|
||||
%_datadir/weston
|
||||
%_mandir/man1/weston.1*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user