Accepting request 100874 from Emulators
OBS-URL: https://build.opensuse.org/request/show/100874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=107
This commit is contained in:
commit
9bce7f9385
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d12c9e1f10576fce54a8a4d62aa1534f5891e4e2b762c7e6cdbe572c919e3924
|
||||
size 19662333
|
3
wine-1.3.33.tar.bz2
Normal file
3
wine-1.3.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4acb34a64ae10e1a4dfd1a91019f48a9cc39ad225b6114e4d1a9130987319db
|
||||
size 19809275
|
37
wine.changes
37
wine.changes
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 10:51:39 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add autoconf as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 21:51:53 CET 2011 - meissner@suse.de
|
||||
|
||||
- Updated to 1.3.33 development snapshot
|
||||
- Support for text output in the DIB engine.
|
||||
- Improved support for HTTP proxies.
|
||||
- New version of the Gecko engine.
|
||||
- A number of cursor fixes.
|
||||
- Some fixes in bidirectional text layout.
|
||||
- Various bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 6 22:34:00 CET 2011 - meissner@suse.de
|
||||
|
||||
- Updated to 1.3.32 development snapshot
|
||||
- BiDi text support in the multi-line edit control.
|
||||
- Support for pattern brushes in the DIB engine.
|
||||
- A number of MSXML fixes.
|
||||
- Improvements to the PostScript driver.
|
||||
- Various bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 21:56:08 CEST 2011 - meissner@suse.de
|
||||
|
||||
- Updated to 1.3.31 development snapshot
|
||||
- BiDi text support in the single-line edit control.
|
||||
- Support for StretchDIBits and AlphaBlend in the DIB engine.
|
||||
- A number of audio fixes.
|
||||
- VBScript improvements.
|
||||
- Various bug fixes.
|
||||
- Updated winetricks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 17:45:28 CEST 2011 - meissner@suse.de
|
||||
|
||||
|
45
wine.spec
45
wine.spec
@ -15,11 +15,36 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_with hal
|
||||
|
||||
Name: wine
|
||||
BuildRequires: alsa-devel bison capi4linux-devel cups-devel dbus-1-devel desktop-file-utils fdupes flex freeglut-devel freetype2-devel giflib-devel gnutls-devel libgphoto2-devel libgsm-devel libjpeg-devel liblcms-devel libpng-devel libtiff-devel libv4l-devel libxslt-devel ncurses-devel openal-soft-devel openldap2-devel prelink update-desktop-files valgrind-devel
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: bison
|
||||
BuildRequires: capi4linux-devel
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libgsm-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblcms-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libv4l-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: openal-soft-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: prelink
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: valgrind-devel
|
||||
%if %{with hal}
|
||||
BuildRequires: hal-devel
|
||||
%endif
|
||||
@ -31,12 +56,11 @@ BuildRequires: sane-backends
|
||||
%if 0%{?suse_version} > 1130
|
||||
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||
%endif
|
||||
License: LGPLv2.1+
|
||||
Group: System/Emulators/PC
|
||||
AutoReqProv: on
|
||||
Version: 1.3.30
|
||||
Release: 1
|
||||
Version: 1.3.33
|
||||
Release: 0
|
||||
Summary: An MS Windows Emulator
|
||||
License: LGPL-2.1+
|
||||
Group: System/Emulators/PC
|
||||
Url: http://www.winehq.com
|
||||
# vanilla Wine release
|
||||
Source0: wine-%version.tar.bz2
|
||||
@ -48,7 +72,7 @@ Source5: ubuntuwine.tar.bz2
|
||||
# SUSE specific patches
|
||||
# - currently none, but add them here
|
||||
Patch0: susepatches.patch
|
||||
Recommends: wine-gecko
|
||||
Recommends: wine-gecko >= 1.4
|
||||
Recommends: wine-mp3
|
||||
Recommends: dosbox
|
||||
Conflicts: wine-gecko < 1.3
|
||||
@ -82,8 +106,6 @@ running 'winecfg'.
|
||||
|
||||
%package 32bit
|
||||
Summary: The 32bit runtime system of Wine
|
||||
License: LGPLv2.1+
|
||||
Group: System/Emulators/PC
|
||||
# requires either 32bit or 64bit wine
|
||||
Requires: wine = %version
|
||||
# lib dependencies that are dynamically loaded
|
||||
@ -101,9 +123,7 @@ It is required to run Win32 binaries. It requires either the 32bit or 64bit
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Summary: files for wine development
|
||||
Group: System/Emulators/PC
|
||||
|
||||
%description devel
|
||||
This RPM contains the header files and development tools for the WINE
|
||||
@ -127,6 +147,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
|
||||
# keep just for susepatches with configure changes
|
||||
autoconf
|
||||
autoheader -I include
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
%configure \
|
||||
--with-x \
|
||||
%ifarch x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user