From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04C62138330 for ; Tue, 20 Sep 2016 16:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F33ABE0C26; Tue, 20 Sep 2016 16:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A642E0C26 for ; Tue, 20 Sep 2016 16:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C54F34081F for ; Tue, 20 Sep 2016 16:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6BC2246F for ; Tue, 20 Sep 2016 16:05:37 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1474387529.87d4ef5c7917ea811da8fd1419922e4b91573807.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine/metadata.xml app-emulation/wine/wine-1.9.19-r1.ebuild app-emulation/wine/wine-1.9.19.ebuild app-emulation/wine/wine-9999.ebuild X-VCS-Directories: app-emulation/wine/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 87d4ef5c7917ea811da8fd1419922e4b91573807 X-VCS-Branch: master Date: Tue, 20 Sep 2016 16:05:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c3798a7-6267-4f03-8e00-165294d7c903 X-Archives-Hash: 3acffc128f77b8f7966697e2e3f94db4 commit: 87d4ef5c7917ea811da8fd1419922e4b91573807 Author: NP-Hardass gentoo org> AuthorDate: Tue Sep 20 15:32:24 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Tue Sep 20 16:05:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d4ef5c app-emulation/wine: Add support for udev for PnP, thanks to bobwya Package-Manager: portage-2.3.0 app-emulation/wine/metadata.xml | 1 + app-emulation/wine/{wine-1.9.19.ebuild => wine-1.9.19-r1.ebuild} | 4 +++- app-emulation/wine/wine-9999.ebuild | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine/metadata.xml b/app-emulation/wine/metadata.xml index 02c8686..309f99b 100644 --- a/app-emulation/wine/metadata.xml +++ b/app-emulation/wine/metadata.xml @@ -40,6 +40,7 @@ Think of Wine as a compatibility layer for running Windows programs. Wine does n http://wiki.winehq.org/NtlmSigningAndSealing Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet Support GTK+:3 window theming through Wine-Staging + Use virtual/libudev to provide plug and play support wine-compholio/wine-staging diff --git a/app-emulation/wine/wine-1.9.19.ebuild b/app-emulation/wine/wine-1.9.19-r1.ebuild similarity index 99% rename from app-emulation/wine/wine-1.9.19.ebuild rename to app-emulation/wine/wine-1.9.19-r1.ebuild index 3e02ff4..bad015a 100644 --- a/app-emulation/wine/wine-1.9.19.ebuild +++ b/app-emulation/wine/wine-1.9.19-r1.ebuild @@ -61,7 +61,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg 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 +udisks v4l vaapi +X +xcomposite xinerama +xml" +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg 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" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) @@ -127,6 +127,7 @@ COMMON_DEPEND=" x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] ) + udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] ) udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] ) @@ -428,6 +429,7 @@ multilib_src_configure() { $(use_with scanner sane) $(use_enable test tests) $(use_with truetype freetype) + $(use_with udev) $(use_with v4l) $(use_with X x) $(use_with xcomposite) diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 3e02ff4..bad015a 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -61,7 +61,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg 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 +udisks v4l vaapi +X +xcomposite xinerama +xml" +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg 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" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) @@ -127,6 +127,7 @@ COMMON_DEPEND=" x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] ) + udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] ) udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] ) @@ -428,6 +429,7 @@ multilib_src_configure() { $(use_with scanner sane) $(use_enable test tests) $(use_with truetype freetype) + $(use_with udev) $(use_with v4l) $(use_with X x) $(use_with xcomposite)