- Update to version 1.0.13
* autotools: fix Requires and Requires.Private in pkgconfig * meson: Add a meson build system * meson: Fix typo * editorconfig: add meson * Fix spelling/wording issues * Build xz tarballs instead of bzip2 - supersedes n_bring-back-libXv-dep.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXvMC?expand=0&rev=26
This commit is contained in:
parent
52525b8bd1
commit
f70349731b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd
|
||||
size 306581
|
BIN
libXvMC-1.0.13.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXvMC-1.0.13.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 18:17:05 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.13
|
||||
* autotools: fix Requires and Requires.Private in pkgconfig
|
||||
* meson: Add a meson build system
|
||||
* meson: Fix typo
|
||||
* editorconfig: add meson
|
||||
* Fix spelling/wording issues
|
||||
* Build xz tarballs instead of bzip2
|
||||
- supersedes n_bring-back-libXv-dep.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 20 18:24:27 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
10
libXvMC.spec
10
libXvMC.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXvMC
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,16 +18,16 @@
|
||||
|
||||
Name: libXvMC
|
||||
%define lname libXvMC1
|
||||
Version: 1.0.12
|
||||
Version: 1.0.13
|
||||
Release: 0
|
||||
Summary: X-Video Motion Compensation library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://xorg.freedesktop.org/
|
||||
URL: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXvMC
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXvMC/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
Patch0: n_bring-back-libXv-dep.patch
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
@ -78,7 +78,7 @@ in %lname.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --docdir=%_docdir/%name --disable-static
|
||||
|
Loading…
Reference in New Issue
Block a user