Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
Date: Mon, 08 May 2017 16:50:07
Message-Id: 1494262174.6df860732ccf171d5756f376395a41931e32e832.mgorny@gentoo
1 commit: 6df860732ccf171d5756f376395a41931e32e832
2 Author: Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
3 AuthorDate: Fri May 5 05:56:14 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 8 16:49:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df86073
7
8 net-im/corebird: Version bump to 1.5
9
10 Also fixed dependencies for embedded video playback using gstreamer.
11
12 Bug: https://bugs.gentoo.org/578450
13 Bug: https://bugs.gentoo.org/591342
14 Bug: https://bugs.gentoo.org/529598
15 Closes: https://github.com/gentoo/gentoo/pull/4544
16
17 net-im/corebird/Manifest | 1 +
18 net-im/corebird/corebird-1.5.ebuild | 58 +++++++++++++++++++++++++++++++++++++
19 net-im/corebird/metadata.xml | 8 +++--
20 3 files changed, 65 insertions(+), 2 deletions(-)
21
22 diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
23 index 40ca2b49dca..c76b27d34d5 100644
24 --- a/net-im/corebird/Manifest
25 +++ b/net-im/corebird/Manifest
26 @@ -1,3 +1,4 @@
27 DIST corebird-0.8.tar.gz 1655839 SHA256 4e68e174edc40b49d70a11c1b0a1b196ca9517daa8eae6ce2da3e8004acda611 SHA512 308bc0ade8ddda0b0be0949e5199bf6ac1b3658bf6e181821a205a602b2a22a97e77583cd5ca63ba272926810095104ae4117e54ccda10234d143c3377b9384d WHIRLPOOL 2e014590c0d9222a6a53d78d855ff9017fa9b3c68c2c354bc2acad1b028bd6253fa9510fbc5ce391bc65319829e14c5447b4be4cbcc8427faace790767e6d98c
28 DIST corebird-1.0.tar.gz 1697452 SHA256 0ca4ca20b0281b2901382810ef8bd1682bb896c3915ad3bea3f2a41461118001 SHA512 098dd764a3aecaeda90ad5b0e24a4bf172025ce1a4105b713a1a73385d1de9cca028d7a34a39e9682ad4e2b2b22d4bf2889668c587e363cdfa6053136b1f4c39 WHIRLPOOL e033988b94632ad6b8d4e8c79a6125311466e81d746dd434801451f71e4590558b1797e8690ff033c1c04aeb4a299191993421a64e9d3a925409cda663478ab8
29 DIST corebird-1.1.tar.gz 1757414 SHA256 f6109cc2bdc7ee5893c28861a73df4eeaec4b76b99222a90aec381b03b19c8a7 SHA512 b753a22ea9f597cb44df367852c27c94972f8747dfc3541826745c29a44c7b25237d40a7927b2be6002651efdd63f5e4bb6bd2b51edf6b66c3a436963be814bc WHIRLPOOL f01ee9e6452dc4f84f93c73c571033c64a4affdfb67c185e45cf1908101966075d2d310575ebfd8e340ba4fc10a8070af869b54b071a4ed6d95fc60cdb387144
30 +DIST corebird-1.5.tar.gz 492120 SHA256 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 SHA512 eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0 WHIRLPOOL bf70be6b271afbe6735dd0d2ce0e0e0162cc2aac7f1336317cce9c446a7c898d29d4b44ea6305674cd9ead8022b1ddc8ea10a9f88d0422ca410168efd675d550
31
32 diff --git a/net-im/corebird/corebird-1.5.ebuild b/net-im/corebird/corebird-1.5.ebuild
33 new file mode 100644
34 index 00000000000..31d8d5e2ff3
35 --- /dev/null
36 +++ b/net-im/corebird/corebird-1.5.ebuild
37 @@ -0,0 +1,58 @@
38 +# Copyright 1999-2017 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=6
42 +
43 +VALA_MIN_API_VERSION=0.34
44 +
45 +inherit autotools gnome2 vala virtualx
46 +
47 +DESCRIPTION="Native GTK+3 Twitter client"
48 +HOMEPAGE="http://corebird.baedert.org/"
49 +SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 +
51 +LICENSE="GPL-3"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE="debug gstreamer spellcheck"
55 +
56 +RDEPEND="dev-db/sqlite:3
57 + >=dev-libs/glib-2.44:2
58 + dev-libs/json-glib
59 + gstreamer? ( media-plugins/gst-plugins-meta:1.0[X]
60 + media-libs/gst-plugins-base:1.0[X]
61 + >=media-libs/gst-plugins-bad-1.6:1.0[X]
62 + media-libs/gst-plugins-good:1.0
63 + media-plugins/gst-plugins-libav:1.0
64 + media-plugins/gst-plugins-soup:1.0
65 + media-plugins/gst-plugins-hls:1.0 )
66 + spellcheck? ( >=app-text/gspell-1.0 )
67 + >=net-libs/libsoup-2.42.3.1
68 + >=net-libs/rest-0.7.91:0.7
69 + >=x11-libs/gtk+-3.18:3"
70 +DEPEND="${RDEPEND}
71 + $(vala_depend)
72 + >=dev-util/intltool-0.40
73 + sys-apps/sed
74 + virtual/pkgconfig"
75 +
76 +src_prepare() {
77 + sed -i -e "/highlighting/d" tests/Makefile.am || die
78 + sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
79 + eautoreconf
80 + gnome2_src_prepare
81 + vala_src_prepare
82 +}
83 +
84 +src_configure() {
85 + local myeconfargs=(
86 + $(use_enable gstreamer video)
87 + --disable-gst-check
88 + $(use_enable spellcheck)
89 + )
90 + gnome2_src_configure "${myeconfargs[@]}"
91 +}
92 +
93 +src_test() {
94 + virtx emake check
95 +}
96
97 diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
98 index 76e81aae8d1..76003f5872b 100644
99 --- a/net-im/corebird/metadata.xml
100 +++ b/net-im/corebird/metadata.xml
101 @@ -9,8 +9,11 @@
102 <maintainer type="person">
103 <email>markpariente@×××××.com</email>
104 <name>Mark R. Pariente</name>
105 - <description>Proxied maintainer; CC in all bugs
106 -bugs</description>
107 + <description>Proxied maintainer; CC in all bugs bugs</description>
108 + </maintainer>
109 + <maintainer type="person">
110 + <email>moschlar@××××××××.de</email>
111 + <name>Moritz Schlarb</name>
112 </maintainer>
113 <maintainer type="project">
114 <email>proxy-maint@g.o</email>
115 @@ -18,6 +21,7 @@ bugs</description>
116 </maintainer>
117 <use>
118 <flag name="glade">Install glade catalogs for corebird</flag>
119 + <flag name="spellcheck">Support spell checking</flag>
120 </use>
121 <upstream>
122 <remote-id type="github">baedert/corebird</remote-id>