Accepting request 113250 from home:vuntz:branches:X11:XOrg
Update to 1.0.7 OBS-URL: https://build.opensuse.org/request/show/113250 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXv?expand=0&rev=4
This commit is contained in:
parent
e413d46eed
commit
0291b9d1b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee
|
||||
size 271504
|
3
libXv-1.0.7.tar.bz2
Normal file
3
libXv-1.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d664aeb641f8c867331a0c6b4574a5e7e420f00bf5fcefd874e8d003ea59010
|
||||
size 285379
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 15:26:37 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.0.7:
|
||||
+ Janitorial cleanups
|
||||
+ Man page fix
|
||||
+ Build configuration improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 01:53:35 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
13
libXv.spec
13
libXv.spec
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libXv
|
||||
%define lname libXv1
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
Summary: X Video extension library
|
||||
License: MIT
|
||||
@ -28,10 +27,14 @@ Url: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXv
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXv/
|
||||
Source: %name-%version.tar.bz2
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(videoproto) pkgconfig(xext) pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(videoproto)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
%description
|
||||
The X Video Extension (Xv) extension provides support for video
|
||||
|
Loading…
Reference in New Issue
Block a user