Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 532064 Details for
Bug 653804
net-im/corebird-1.7.4: syntax error near unexpected token `gtksink,' ` GST_ELEMENT_CHECK(gtksink, 1.0, , )'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
corebird-1.7.4-r1.ebuild
corebird-1.7.4.ebuild (text/plain), 1.37 KB, created by
Quentin Retornaz
on 2018-05-18 14:36:17 UTC
(
hide
)
Description:
corebird-1.7.4-r1.ebuild
Filename:
MIME Type:
Creator:
Quentin Retornaz
Created:
2018-05-18 14:36:17 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >VALA_MIN_API_VERSION=0.34 > >inherit gnome2 vala virtualx xdg-utils > >DESCRIPTION="Native GTK+3 Twitter client" >HOMEPAGE="https://corebird.baedert.org/" >SRC_URI="https://github.com/baedert/${PN}/releases/download/${PV}/${P}.tar.xz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug gstreamer spellcheck" > >RDEPEND="dev-db/sqlite:3 > dev-libs/glib:2 > dev-libs/json-glib > gstreamer? ( media-libs/gst-plugins-bad:1.0[X,gtk] > media-libs/gst-plugins-base:1.0[X] > media-libs/gst-plugins-good:1.0 > media-plugins/gst-plugins-hls:1.0 > media-plugins/gst-plugins-libav:1.0 > media-plugins/gst-plugins-meta:1.0[X] > media-plugins/gst-plugins-soup:1.0 ) > spellcheck? ( app-text/gspell[vala] ) > net-libs/libsoup > x11-libs/gtk+:3" >DEPEND="${RDEPEND} > $(vala_depend) > dev-util/intltool > sys-apps/sed > virtual/pkgconfig" > >src_prepare() { > # Disable that specific test because it would perform a download > sed -i -e "/inlinemediadownloader/d" tests/Makefile.am || die > gnome2_src_prepare > vala_src_prepare >} > >src_configure() { > local myeconfargs=( > $(use_enable gstreamer video) > --disable-gst-check > $(use_enable spellcheck) > ) > gnome2_src_configure "${myeconfargs[@]}" >} > >src_test() { > # Need to have $HOME/.config and friends for the tests to work > xdg_environment_reset > virtx emake check >}
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 Raw
Actions:
View
Attachments on
bug 653804
: 532064