Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 526266 Details for
Bug 647970
app-emulation/wine-staging new SRC_URI HOMEPAGE in forked project
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild for wine-staging 3.5
wine-staging-3.5.patch (text/plain), 3.72 KB, created by
Maxime Lombard
on 2018-04-01 17:41:36 UTC
(
hide
)
Description:
Ebuild for wine-staging 3.5
Filename:
MIME Type:
Creator:
Maxime Lombard
Created:
2018-04-01 17:41:36 UTC
Size:
3.72 KB
patch
obsolete
>--- /usr/portage/app-emulation/wine-staging/wine-staging-2.21.ebuild 2018-01-23 00:08:54.000000000 +0100 >+++ /usr/local/portage/app-emulation/wine-staging/wine-staging-3.5.ebuild 2018-04-01 19:37:01.995387494 +0200 >@@ -36,20 +36,19 @@ > " > > if [[ ${PV} == "9999" ]] ; then >- STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" >+ STAGING_EGIT_REPO_URI="https://github.com/wine-staging/wine-staging.git" > else > SRC_URI="${SRC_URI} >- staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" >+ staging? ( https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" > fi > > LICENSE="LGPL-2.1" > SLOT="${PV}" >-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml" >+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml" > REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) > X? ( truetype ) > elibc_glibc? ( threads ) > osmesa? ( opengl ) >- pipelight? ( staging ) > s3tc? ( staging ) > test? ( abi_x86_32 ) > themes? ( staging ) >@@ -110,6 +109,7 @@ > udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) > v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) > vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] ) >+ vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) > xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) > xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) > xml? ( >@@ -182,7 +182,7 @@ > "${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615 > "${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508 > "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611 >- "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 #617864 >+# "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 #617864 > ) > PATCHES_BIN=() > >@@ -367,9 +367,10 @@ > ewarn "Applying the Wine-Staging patchset. Any bug reports to the" > ewarn "Wine bugzilla should explicitly state that staging was used." > >- local STAGING_EXCLUDE="" >- STAGING_EXCLUDE="${STAGING_EXCLUDE} -W winhlp32-Flex_Workaround" # Avoid double patching https://bugs.winehq.org/show_bug.cgi?id=42132 >- use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight" >+ # I disabled STAGING_EXCLUDE because the flex's bug was fixed in flex 2.6.4 and Pipelight is discontinued since long time ago. >+# local STAGING_EXCLUDE="" >+# STAGING_EXCLUDE="${STAGING_EXCLUDE} -W winhlp32-Flex_Workaround" # Avoid double patching https://bugs.winehq.org/show_bug.cgi?id=42132 >+# use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight" > > # Launch wine-staging patcher in a subshell, using eapply as a backend, and gitapply.sh as a backend for binary patches > ebegin "Running Wine-Staging patch installer" >@@ -451,6 +452,7 @@ > --localstatedir="${MY_LOCALSTATEDIR}" > --mandir="${MY_MANDIR}" > --sysconfdir=/etc/wine >+ --disable-tests > $(use_with alsa) > $(use_with capi) > $(use_with lcms cms) >@@ -485,6 +487,7 @@ > $(use_with truetype freetype) > $(use_with udev) > $(use_with v4l) >+ $(use_with vulkan) > $(use_with X x) > $(use_with X xfixes) > $(use_with xcomposite)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 647970
:
521966
|
526266
|
526268
|
526270