public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Sun, 10 Dec 2017 04:55:11 +0000 (UTC)	[thread overview]
Message-ID: <1512881698.45603f2505b5776e3b5f0e30740d712ff55e148b.floppym@gentoo> (raw)

commit:     45603f2505b5776e3b5f0e30740d712ff55e148b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 04:54:58 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 04:54:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45603f25

net-misc/freerdp: bump to 2.0.0_rc1

Closes: https://bugs.gentoo.org/639150
Package-Manager: Portage-2.3.17, Repoman-2.3.6_p24

 net-misc/freerdp/Manifest                 |   1 +
 net-misc/freerdp/freerdp-2.0.0_rc1.ebuild | 120 ++++++++++++++++++++++++++++++
 2 files changed, 121 insertions(+)

diff --git a/net-misc/freerdp/Manifest b/net-misc/freerdp/Manifest
index 22fa4d85ff9..89813e8dc06 100644
--- a/net-misc/freerdp/Manifest
+++ b/net-misc/freerdp/Manifest
@@ -1,4 +1,5 @@
 DIST FreeRDP-2.0.0-rc0.tar.gz 6486529 BLAKE2B 6d9bf0e88c925f2184f87696b78a374c5fb24ecb3014515e077825805191fcb2e58b930ef4eccb797d496d142024357ca7562426e990a65cd3c54c58de3cc525 SHA512 d3eb0d5d23aa2a4d0277414f13a984d40aba051102c5af1e5ade975cdb469ef3549b145cd4339415fc33f056044929cfac71884512ea77a1e718d70d5b21b9dd
+DIST FreeRDP-2.0.0-rc1.tar.gz 6530403 BLAKE2B 5e276c3d1153f04512dba4bf09807751ca70ece3496c1ba00766b04369fffde8d86ad446345f0eab0fea4641708b7f985f95ea4a6001107163ee60e35822a955 SHA512 5d8fd7d6900feac1e42bfc0ebc111524205c3baa093958ced42d03635076ae7d88cd86439a22ff0656bc53f0302daee5a114a4ac26328ae598ee086490926182
 DIST freerdp-1.2.1_pre20150326.tar.gz 6146857 BLAKE2B 8ead05b89e129ba09b046f545073d128ca1d44dac7248c23bc543094f0fd23f336c890367945e7fce4def98c4ce1e01c4e5a970e92f3d4f74d08daf3cf0a8c6a SHA512 ca1499d56ecb9c9bc624de2ecc976eb9633b795050ac01e16fcc9e0a8951d274cc63644a0e2b830e75f66de894f6a22274864fd20a9351834f6d664874e65ec8
 DIST freerdp-2.0.0_pre20160722.tar.gz 6412437 BLAKE2B 1cdfa43b985eb9ccfe2c4cb06d749254519e007a91984607d0e868d37b902e488410fda95dacf75d53838abb28164d964e74cc05b3402dc425def0fc291a59bf SHA512 3b67de8f31740ccba0ce59f0035328bda6c1602e6197a31008bdd5bcab15e85f473c6c4eca5cb87670b34fa174e4b0da21a7f75be99686df485bb7f9cda6f589
 DIST freerdp-2.0.0_pre20161219.tar.gz 6425913 BLAKE2B 80214c51c1e42708a07fd461a0e721b74439a40a96949144a1a2ccab429c227914e094ee7242d4dd57f4708264c5b70862709cf471e7afdbc37de1cf9a3f019e SHA512 ad1699f520df2fdc0719ca35623beaa7b24ca9325e3ed6f30a153a34a237606dc43af2d71068c003f56e4ecbb0bdc07651564d62ba26c792896cecd9065c019a

diff --git a/net-misc/freerdp/freerdp-2.0.0_rc1.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc1.ebuild
new file mode 100644
index 00000000000..3c043ec465c
--- /dev/null
+++ b/net-misc/freerdp/freerdp-2.0.0_rc1.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils
+
+if [[ ${PV} != 9999 ]]; then
+	MY_PV="${PV/_/-}"
+	MY_P="FreeRDP-${MY_PV}"
+	S="${WORKDIR}/${MY_P}"
+	SRC_URI="https://github.com/FreeRDP/FreeRDP/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+else
+	inherit git-r3
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/FreeRDP/FreeRDP.git"
+fi
+
+DESCRIPTION="Free implementation of the Remote Desktop Protocol"
+HOMEPAGE="http://www.freerdp.com/"
+
+LICENSE="Apache-2.0"
+SLOT="0/2"
+IUSE="alsa +client cpu_flags_x86_ssse3 cups debug doc ffmpeg gstreamer jpeg libav libressl neon openh264 pulseaudio server smartcard systemd test usb wayland X xinerama xv"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	sys-libs/zlib:0
+	alsa? ( media-libs/alsa-lib )
+	cups? ( net-print/cups )
+	client? (
+		usb? (
+			virtual/libudev:0=
+			sys-apps/util-linux:0=
+			dev-libs/dbus-glib:0=
+			virtual/libusb:1=
+		)
+		X? (
+			x11-libs/libXcursor
+			x11-libs/libXext
+			x11-libs/libXi
+			x11-libs/libXrender
+			xinerama? ( x11-libs/libXinerama )
+			xv? ( x11-libs/libXv )
+		)
+	)
+	ffmpeg? (
+		libav? ( media-video/libav:0= )
+		!libav? ( media-video/ffmpeg:0= )
+	)
+	gstreamer? (
+		media-libs/gstreamer:1.0
+		media-libs/gst-plugins-base:1.0
+		x11-libs/libXrandr
+	)
+	jpeg? ( virtual/jpeg:0 )
+	openh264? ( media-libs/openh264 )
+	pulseaudio? ( media-sound/pulseaudio )
+	server? (
+		X? (
+			x11-libs/libXcursor
+			x11-libs/libXdamage
+			x11-libs/libXext
+			x11-libs/libXfixes
+			x11-libs/libXrandr
+			x11-libs/libXtst
+			xinerama? ( x11-libs/libXinerama )
+		)
+	)
+	smartcard? ( sys-apps/pcsc-lite )
+	systemd? ( sys-apps/systemd:0= )
+	wayland? (
+		dev-libs/wayland
+		x11-libs/libxkbcommon
+	)
+	X? (
+		x11-libs/libX11
+		x11-libs/libxkbfile
+	)
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	client? ( X? ( doc? (
+		app-text/docbook-xml-dtd:4.1.2
+		app-text/xmlto
+	) ) )
+"
+
+DOCS=( README )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTING=$(usex test)
+		-DCHANNEL_URBDRC=$(usex usb)
+		-DWITH_ALSA=$(usex alsa)
+		-DWITH_CCACHE=OFF
+		-DWITH_CLIENT=$(usex client)
+		-DWITH_CUPS=$(usex cups)
+		-DWITH_DEBUG_ALL=$(usex debug)
+		-DWITH_MANPAGES=$(usex doc)
+		-DWITH_FFMPEG=$(usex ffmpeg)
+		-DWITH_GSTREAMER_1_0=$(usex gstreamer)
+		-DWITH_JPEG=$(usex jpeg)
+		-DWITH_NEON=$(usex neon)
+		-DWITH_OPENH264=$(usex openh264)
+		-DWITH_PULSE=$(usex pulseaudio)
+		-DWITH_SERVER=$(usex server)
+		-DWITH_PCSC=$(usex smartcard)
+		-DWITH_LIBSYSTEMD=$(usex systemd)
+		# WITH_SSE2 actually enables code requiring SSSE3
+		-DWITH_SSE2=$(usex cpu_flags_x86_ssse3)
+		-DWITH_X11=$(usex X)
+		-DWITH_XINERAMA=$(usex xinerama)
+		-DWITH_XV=$(usex xv)
+		-DWITH_WAYLAND=$(usex wayland)
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2017-12-10  4:55 UTC|newest]

Thread overview: 281+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-10  4:55 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25  7:28 [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ Sam James
2025-02-18  3:48 Mike Gilbert
2025-02-18  3:48 Mike Gilbert
2025-02-07 20:15 Mike Gilbert
2024-11-02 22:51 Sam James
2024-11-02  8:49 Michał Górny
2024-11-02  8:49 Michał Górny
2024-11-02  3:24 Sam James
2024-11-01 23:32 Mike Gilbert
2024-11-01 14:47 Andreas K. Hüttel
2024-08-30 17:40 Mike Gilbert
2024-08-30 17:40 Mike Gilbert
2024-08-13 18:18 Arthur Zamarin
2024-08-12 20:06 Mike Gilbert
2024-07-16 22:46 Sam James
2024-07-16 22:46 Sam James
2024-07-16 22:36 Sam James
2024-07-16 22:36 Sam James
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-04 15:25 Mike Gilbert
2024-05-22  2:17 Mike Gilbert
2024-05-21 15:44 Mike Gilbert
2024-05-21 15:44 Mike Gilbert
2024-05-15 20:12 Mike Gilbert
2024-04-24 19:37 Mike Gilbert
2024-04-24 17:39 Arthur Zamarin
2024-04-24 17:39 Arthur Zamarin
2024-04-24 17:07 Mike Gilbert
2024-04-20  2:55 Mike Gilbert
2024-04-20  2:55 Mike Gilbert
2024-04-19  8:31 Arthur Zamarin
2024-04-19  8:31 Arthur Zamarin
2024-04-17  2:24 Sam James
2024-04-17  2:24 Sam James
2024-04-16 22:29 Sam James
2024-04-16 22:29 Sam James
2024-04-16 20:36 Mike Gilbert
2024-03-24 21:13 Mike Gilbert
2024-03-20 15:58 Mike Gilbert
2024-03-19 14:39 Mike Gilbert
2024-03-19 14:39 Mike Gilbert
2024-03-17 20:09 Mike Gilbert
2024-03-17 19:32 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-16 23:27 Mike Gilbert
2024-03-16 17:18 Mike Gilbert
2024-03-15 22:00 Mike Gilbert
2024-03-15 20:22 Sam James
2024-03-15 20:07 Arthur Zamarin
2024-03-15 19:35 Sam James
2024-03-15 19:35 Sam James
2024-03-15 19:35 Sam James
2024-03-15 19:28 Sam James
2024-03-15 18:51 Mike Gilbert
2024-03-15 18:50 Mike Gilbert
2024-03-15 18:39 Mike Gilbert
2024-01-24 20:51 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 18:56 Mike Gilbert
2024-01-03 20:10 Mike Gilbert
2024-01-03 20:10 Mike Gilbert
2024-01-03  8:53 WANG Xuerui
2024-01-02 20:29 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-21 21:19 Mike Gilbert
2023-12-21 21:16 Mike Gilbert
2023-11-29 20:50 Mike Gilbert
2023-11-29 20:40 Mike Gilbert
2023-11-29 14:00 Arthur Zamarin
2023-11-27 23:28 Sam James
2023-11-27 20:22 Arthur Zamarin
2023-11-27 19:22 Sam James
2023-11-27 19:22 Sam James
2023-09-04 18:39 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-01 13:56 Mike Gilbert
2023-09-01 13:32 Mike Gilbert
2023-08-31 19:49 Mike Gilbert
2023-08-31 19:49 Mike Gilbert
2023-08-31 19:49 Mike Gilbert
2023-08-31 19:12 Mike Gilbert
2023-06-10 22:55 Mike Gilbert
2023-06-10 22:55 Mike Gilbert
2023-05-30 18:27 Arthur Zamarin
2023-05-30 16:37 Arthur Zamarin
2023-05-30 16:37 Arthur Zamarin
2023-05-30 14:30 Sam James
2023-05-30 14:30 Sam James
2023-05-30 14:30 Sam James
2023-05-30 10:36 Andreas Sturmlechner
2023-05-17 16:07 Mike Gilbert
2023-05-16  3:39 Sam James
2023-03-07 16:29 Mike Gilbert
2022-12-06 16:48 Mike Gilbert
2022-12-06  9:52 Arthur Zamarin
2022-12-03  6:08 WANG Xuerui
2022-12-03  6:08 WANG Xuerui
2022-11-22 15:56 Arthur Zamarin
2022-11-19  1:49 Sam James
2022-11-19  1:35 Sam James
2022-11-19  1:35 Sam James
2022-11-19  1:35 Sam James
2022-11-18 20:45 Mike Gilbert
2022-11-18 20:43 Mike Gilbert
2022-11-18 18:32 Sam James
2022-10-20 17:35 Mike Gilbert
2022-10-20 10:56 Jakov Smolić
2022-10-20 10:52 Jakov Smolić
2022-10-17  6:45 Agostino Sarubbo
2022-10-17  6:44 Agostino Sarubbo
2022-10-17  6:21 Arthur Zamarin
2022-10-17  5:28 Arthur Zamarin
2022-10-16 19:54 Mike Gilbert
2022-08-02 19:10 Mike Gilbert
2022-05-10 16:30 Mike Gilbert
2022-05-10 16:25 Mike Gilbert
2022-05-05  5:29 Arthur Zamarin
2022-05-04 14:40 Sam James
2022-05-04 14:40 Sam James
2022-05-04  0:16 Sam James
2022-05-04  0:16 Sam James
2022-05-02 21:25 Mike Gilbert
2022-04-14  8:09 Agostino Sarubbo
2022-04-13  9:32 Jakov Smolić
2022-04-10 17:38 Arthur Zamarin
2022-04-10 17:38 Arthur Zamarin
2022-04-10  9:05 Agostino Sarubbo
2022-04-09 21:24 Jakov Smolić
2022-04-09 17:15 Mike Gilbert
2022-03-07 21:34 Mike Gilbert
2022-03-07 21:34 Mike Gilbert
2022-01-29 17:39 Mike Gilbert
2022-01-17  4:52 Mike Gilbert
2022-01-17  4:52 Mike Gilbert
2021-10-28 14:02 Agostino Sarubbo
2021-10-28 14:00 Agostino Sarubbo
2021-10-27  4:13 Sam James
2021-10-26 13:30 Agostino Sarubbo
2021-10-26 13:28 Agostino Sarubbo
2021-10-26  3:14 Sam James
2021-10-23 16:09 Mike Gilbert
2021-08-21  8:44 Marek Szuba
2021-08-11 23:07 Sam James
2021-08-11 19:15 Sam James
2021-08-06  0:30 Sam James
2021-08-03 23:37 Sam James
2021-08-03 15:36 Agostino Sarubbo
2021-08-02 15:06 Mike Gilbert
2021-07-31 20:13 Mike Gilbert
2021-05-02 12:09 Mikle Kolyada
2021-04-01 13:42 Mike Gilbert
2020-08-07 11:53 Agostino Sarubbo
2020-08-07 11:48 Agostino Sarubbo
2020-08-07 11:47 Agostino Sarubbo
2020-08-07 11:44 Agostino Sarubbo
2020-08-06 14:35 Sam James
2020-08-06  3:41 Sam James
2020-07-25 18:15 Mike Gilbert
2020-07-25 18:00 Mike Gilbert
2020-07-04 12:36 Mart Raudsepp
2020-07-02 13:44 Mike Gilbert
2020-07-02  6:36 Agostino Sarubbo
2020-07-02  6:32 Agostino Sarubbo
2020-07-02  6:30 Agostino Sarubbo
2020-07-02  6:28 Agostino Sarubbo
2020-07-02  6:25 Agostino Sarubbo
2020-06-30 14:23 Mike Gilbert
2020-06-22 23:34 Mike Gilbert
2020-06-09 13:50 Agostino Sarubbo
2020-06-09 13:49 Agostino Sarubbo
2020-06-06 19:31 Mart Raudsepp
2020-05-21 14:24 Mike Gilbert
2020-05-21  9:05 Agostino Sarubbo
2020-05-21  9:04 Agostino Sarubbo
2020-05-21  9:03 Agostino Sarubbo
2020-05-21  0:35 Mike Gilbert
2020-05-13  2:54 Mike Gilbert
2020-05-12 15:54 Mart Raudsepp
2020-05-11 16:45 Agostino Sarubbo
2020-05-11 11:40 Agostino Sarubbo
2020-05-10 18:22 Mike Gilbert
2020-05-09 23:00 Sergei Trofimovich
2020-05-09 22:37 Sergei Trofimovich
2020-05-09  4:15 Mike Gilbert
2020-04-25 18:40 Mikle Kolyada
2020-04-24  6:48 Agostino Sarubbo
2020-04-23  6:29 Agostino Sarubbo
2020-04-23  6:24 Agostino Sarubbo
2020-04-23  6:21 Agostino Sarubbo
2020-04-22 16:45 Mart Raudsepp
2020-04-22 14:05 Mikle Kolyada
2020-04-10 18:38 Mike Gilbert
2020-04-09 16:33 Mike Gilbert
2019-12-31 17:26 Mike Gilbert
2019-12-31  6:13 Mike Gilbert
2019-12-12 21:47 Mike Gilbert
2019-12-12 21:40 Mike Gilbert
2019-12-08 19:52 Mike Gilbert
2019-10-09  8:23 Agostino Sarubbo
2019-10-09  8:12 Agostino Sarubbo
2019-09-29 21:05 Mike Gilbert
2019-09-29 20:55 Mike Gilbert
2019-09-29 20:50 Mike Gilbert
2019-09-12 15:13 Mike Gilbert
2019-09-11 23:49 Mike Gilbert
2019-09-11 23:49 Mike Gilbert
2019-02-19 18:04 Andreas Sturmlechner
2018-12-07 12:54 Mikle Kolyada
2018-11-30 11:13 Tobias Klausmann
2018-11-29 14:44 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-11-26 18:02 Mike Gilbert
2018-08-11 18:09 Mike Gilbert
2018-08-04 23:21 Mike Gilbert
2018-05-29  9:26 Mikle Kolyada
2018-05-27 14:48 Mikle Kolyada
2018-05-18 14:44 Agostino Sarubbo
2018-05-17 13:52 Thomas Deutschmann
2018-05-17 11:59 Tobias Klausmann
2018-04-24 16:37 Mike Gilbert
2018-04-24 16:24 Mikle Kolyada
2018-04-01 10:00 Tobias Klausmann
2018-03-18 14:48 Mikle Kolyada
2018-01-04 22:09 Mike Gilbert
2017-12-25 16:53 Mike Gilbert
2017-12-24 12:01 Markus Meier
2017-12-14 20:04 Mike Gilbert
2017-12-10  4:55 Mike Gilbert
2017-12-10  4:55 Mike Gilbert
2017-11-19  2:35 Mike Gilbert
2017-11-06 14:18 Tobias Klausmann
2017-10-29 23:16 Thomas Deutschmann
2017-10-29 17:38 Sergei Trofimovich
2017-10-28 15:01 Manuel Rüger
2017-08-31 19:52 Mike Gilbert
2017-08-31 19:45 Mike Gilbert
2017-07-30  2:20 Mike Gilbert
2016-12-24 10:26 Agostino Sarubbo
2016-12-23 21:26 Mike Gilbert
2016-12-23 19:14 Mike Gilbert
2016-12-22  9:34 Agostino Sarubbo
2016-12-20  9:44 Agostino Sarubbo
2016-12-18 16:30 Agostino Sarubbo
2016-12-18 16:25 Agostino Sarubbo
2016-12-06  9:04 Tobias Klausmann
2016-12-04 16:11 Mike Gilbert
2016-08-06 19:21 Mike Gilbert
2016-08-01 22:23 Mike Gilbert
2016-08-01  2:49 Mike Gilbert
2016-07-31 22:52 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2015-11-08 18:16 Mike Gilbert
2015-10-05 14:28 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512881698.45603f2505b5776e3b5f0e30740d712ff55e148b.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox