Update to Wine 1.5.2. This includes the following changes:
- Improved naming scheme for audio devices. - Beginnings of support for JPEG encoding. - Several printing fixes. - Improvements to the URL cache. - Various bug fixes. Explicitly configure --without-dbus to make builds deterministic and reproducible.
This commit is contained in:
parent
69624a92d6
commit
76eb938f30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294796
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.5.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -35,7 +34,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--verbose --disable-tests \
|
||||
--without-alsa --without-capi --with-glu \
|
||||
--without-alsa --without-capi --without-dbus --with-glu \
|
||||
--without-gphoto --without-gsm --without-gstreamer \
|
||||
--with-opengl --without-mpg123 --without-opencl \
|
||||
--with-oss --without-sane --without-tiff \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wine-1.5.1.tar.bz2) = 6dc578f9afb3c9a0f2b773bbe09af20578ac6fa514dd0712ecc5d05c766045e6
|
||||
SIZE (wine-1.5.1.tar.bz2) = 20078739
|
||||
SHA256 (wine-1.5.2.tar.bz2) = 8ee6fdaf716b5a1c7ccf9be9dc6d9b7546944e79351c4806b2fa596da418342f
|
||||
SIZE (wine-1.5.2.tar.bz2) = 20104652
|
||||
|
@ -720,6 +720,7 @@ lib/wine/apphelp.dll.so
|
||||
lib/wine/appwiz.cpl.so
|
||||
lib/wine/aspnet_regiis.exe.so
|
||||
lib/wine/atl.dll.so
|
||||
lib/wine/atl80.dll.so
|
||||
lib/wine/attrib.exe.so
|
||||
lib/wine/authz.dll.so
|
||||
lib/wine/avicap32.dll.so
|
||||
@ -860,6 +861,7 @@ lib/wine/fakedlls/apphelp.dll
|
||||
lib/wine/fakedlls/appwiz.cpl
|
||||
lib/wine/fakedlls/aspnet_regiis.exe
|
||||
lib/wine/fakedlls/atl.dll
|
||||
lib/wine/fakedlls/atl80.dll
|
||||
lib/wine/fakedlls/attrib.exe
|
||||
lib/wine/fakedlls/authz.dll
|
||||
lib/wine/fakedlls/avicap32.dll
|
||||
|
Loading…
Reference in New Issue
Block a user