New version 1.9.2

Switch to GStreamer API 1.0
This commit is contained in:
Andrey Bondrov 2016-01-25 19:37:59 +10:00
parent 5eae4bdb06
commit 5e694cee1d
2 changed files with 10 additions and 8 deletions

View file

@ -1,5 +1,5 @@
sources: sources:
wine-1.9.1.tar.bz2: eaa62c1ed48eb3cdf5ef82a2405161d89a34a6b9
wine-1.9.1.tar.bz2.sign: c9a3e4e5ec85630eaebf5d2b262afa1aed5d3105
wine-staging-1.9.1.tar.gz: cac4c7591c7364488ae70ee6fb5bd8b6e01d881d
wine-d3d9-patches-wine-d3d9-1.9.1.tar.gz: 697640f4da1feccc2233d059bb0a10a5562e06bb wine-d3d9-patches-wine-d3d9-1.9.1.tar.gz: 697640f4da1feccc2233d059bb0a10a5562e06bb
wine-1.9.2.tar.bz2: 49b359d445a95446ff3151745085ff4dfc7dae63
wine-1.9.2.tar.bz2.sign: e57090c12747cf0852f29f62db2880c5ff7ae910
wine-staging-1.9.2.tar.gz: d3bc4f664a1149d01cee61d0a1a40aabef8e6cc3

View file

@ -10,6 +10,8 @@
%define libname %mklibname %{name} %{major} %define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d %define devname %mklibname %{name} -d
%define d3d_version 1.9.1
# On 32-bit we have # On 32-bit we have
# wine32 - those 32-bit binaries that are also used on 64-bit for 32-bit support # wine32 - those 32-bit binaries that are also used on 64-bit for 32-bit support
# wine - all other files (requires 'wine32') # wine - all other files (requires 'wine32')
@ -19,7 +21,7 @@
Summary: WINE Is Not An Emulator - runs MS Windows programs Summary: WINE Is Not An Emulator - runs MS Windows programs
Name: wine Name: wine
Version: 1.9.1 Version: 1.9.2
Release: 1 Release: 1
Epoch: 2 Epoch: 2
License: LGPLv2+ License: LGPLv2+
@ -34,7 +36,7 @@ Source2: wine.init
Source3: wine-staging-%{version}.tar.gz Source3: wine-staging-%{version}.tar.gz
# Wine Gallium Nine, from github by tag # Wine Gallium Nine, from github by tag
# https://github.com/NP-Hardass/wine-d3d9-patches/archive/wine-d3d9-%{version}.tar.gz # https://github.com/NP-Hardass/wine-d3d9-patches/archive/wine-d3d9-%{version}.tar.gz
Source4: wine-d3d9-patches-wine-d3d9-%{version}.tar.gz Source4: wine-d3d9-patches-wine-d3d9-%{d3d_version}.tar.gz
Source10: wine.rpmlintrc Source10: wine.rpmlintrc
Source11: https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks Source11: https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
Source12: http://kegel.com/wine/wisotool Source12: http://kegel.com/wine/wisotool
@ -78,8 +80,8 @@ BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(gstreamer-0.10) BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(lcms) BuildRequires: pkgconfig(lcms)
BuildRequires: pkgconfig(libgphoto2) BuildRequires: pkgconfig(libgphoto2)
@ -278,7 +280,7 @@ make -C "patches" DESTDIR="%{_builddir}/wine-%{version}" install
# Gallium Nine # Gallium Nine
tar -xf %{SOURCE4} tar -xf %{SOURCE4}
patch -p1 < wine-d3d9-patches-wine-d3d9-%{version}/wine-d3d9.patch patch -p1 < wine-d3d9-patches-wine-d3d9-%{d3d_version}/wine-d3d9.patch
sed -i 's,@MDKVERSION@,%{mdvver},' dlls/ntdll/server.c sed -i 's,@MDKVERSION@,%{mdvver},' dlls/ntdll/server.c