SHA256
1
0
forked from pool/weston
Jan Engelhardt 2012-09-03 22:30:09 +00:00 committed by Git OBS Bridge
parent 8b256925bc
commit 0d42895916
5 changed files with 23 additions and 30 deletions

View File

@ -1,23 +0,0 @@
From c0fa6b98280419d041d930793b859939973aa5a2 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Mon, 9 Jul 2012 17:11:57 +0200
Subject: [PATCH] wcap-snapshot: add return value
Distro build with rpmlint aborts due to missing exit status.
---
wcap/wcap-snapshot.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/wcap/wcap-snapshot.c b/wcap/wcap-snapshot.c
index 660a027..01df7a2 100644
--- a/wcap/wcap-snapshot.c
+++ b/wcap/wcap-snapshot.c
@@ -80,4 +80,5 @@ int main(int argc, char *argv[])
decoder->width, decoder->height, i);
wcap_decoder_destroy(decoder);
+ return EXIT_SUCCESS;
}
--
1.7.7

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:306bb82b65e33b95b78e745e0e971d9007d4bc2ca955d68c7ad7c1b71c7393c2
size 550564

3
weston-0.95.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48244bdff173f8d57b15df1b43497b5a89d20740923f7d53cf11975a7890de15
size 527368

4
weston.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Aug 30 00:15:28 UTC 2012 - jengelh@inai.de
- Initial package for build.opensuse.org

View File

@ -18,7 +18,7 @@
Name: weston Name: weston
%define lname libweston0 %define lname libweston0
Version: 0.94.90 Version: 0.95.0
Release: 0 Release: 0
Summary: Wayland Compositor Infrastructure Summary: Wayland Compositor Infrastructure
License: MIT License: MIT
@ -28,12 +28,11 @@ Url: http://weston.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Clone: git://anongit.freedesktop.org/wayland/weston
#Git-Web: http://cgit.freedesktop.org/wayland/weston/ #Git-Web: http://cgit.freedesktop.org/wayland/weston/
Source: %name-%version.tar.xz Source: %name-%version.tar.xz
Patch1: 0001-wcap-snapshot-add-return-value.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11 #git#BuildRequires: autoconf >= 2.64, automake >= 1.11
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: libjpeg62-devel BuildRequires: libjpeg-devel
BuildRequires: libtool >= 2.2 BuildRequires: libtool >= 2.2
BuildRequires: libvpx-devel BuildRequires: libvpx-devel
BuildRequires: pam-devel BuildRequires: pam-devel
@ -42,6 +41,7 @@ BuildRequires: rsvg-view
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cairo-egl) >= 1.11.3 BuildRequires: pkgconfig(cairo-egl) >= 1.11.3
BuildRequires: pkgconfig(cairo-xcb)
BuildRequires: pkgconfig(egl) >= 7.10 BuildRequires: pkgconfig(egl) >= 7.10
BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
@ -59,12 +59,24 @@ BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(xkbcommon) >= 0.0.578 BuildRequires: pkgconfig(xkbcommon) >= 0.0.578
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-xfixes)
BuildRequires: pkgconfig(xcursor)
%description %description
Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right. Weston has various backends that
lets it run on Linux kernel modesetting and evdev input as well as
under X11. Weston ships with a few example clients, from simple
clients that demonstrate certain aspects of the protocol to more
complete clients and a simplistic toolkit. There is also a quite
capable terminal emulator (weston-terminal) and an toy/example
desktop shell. Finally, weston also provides integration with the
Xorg server and can pull X clients into the Wayland desktop and act
as a X window manager.
%prep %prep
%setup -q %setup -q
%patch -P 1 -p1
%build %build
%configure --disable-static --disable-setuid-install %configure --disable-static --disable-setuid-install