Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233151 Details for
Bug 169494
New ebuilds: xneur, gxneur and kxneur
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for xneur 0.9.8
xneur-0.9.8.ebuild (text/plain), 2.26 KB, created by
Alex Rodionov
on 2010-05-27 16:40:37 UTC
(
hide
)
Description:
ebuild for xneur 0.9.8
Filename:
MIME Type:
Creator:
Alex Rodionov
Created:
2010-05-27 16:40:37 UTC
Size:
2.26 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils autotools > >DESCRIPTION="In-place conversion of text typed in with a wrong keyboard layout (Punto Switcher replacement)" >HOMEPAGE="http://www.xneur.ru/" >SRC_URI="http://dists.xneur.ru/release-${PV}/tgz/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="aplay debug gstreamer libnotify nls openal xosd pcre +spell" > ># Sound does not works here with media-sound/alsa-utils-1.0.16 >RDEPEND="sys-libs/zlib > >=x11-libs/libX11-1.1 > x11-libs/libXtst > gstreamer? ( >=media-libs/gstreamer-0.10.6 ) > !gstreamer? ( openal? ( >=media-libs/freealut-1.0.1 ) > !openal? ( aplay? ( >=media-sound/alsa-utils-1.0.17 ) ) ) > pcre? ( >=dev-libs/libpcre-5.0 ) > spell? ( app-text/aspell ) > xosd? ( x11-libs/xosd ) > libnotify? ( >=x11-libs/libnotify-0.4.0 )" >DEPEND="${RDEPEND} > gstreamer? ( media-libs/gst-plugins-good > media-plugins/gst-plugins-alsa ) > nls? ( sys-devel/gettext ) > >=dev-util/pkgconfig-0.20" > >src_prepare() { > # Fixes error/warning: no newline at end of file > find . -name '*.c' -exec sed '${/[^ ]/s:$:\n:}' -i '{}' \; > rm ltmain.sh aclocal.m4 m4/{lt~obsolete,ltoptions,ltsugar,ltversion,libtool}.m4 > sed -i -e "s/-Werror -g0//" configure.in > eautoreconf >} > >src_configure() { > local myconf > > if use gstreamer; then > elog "Using gstreamer for sound output." > myconf="--with-sound=gstreamer" > elif use openal; then > elog "Using openal for sound output." > myconf="--with-sound=openal" > elif use aplay; then > elog "Using aplay for sound output." > myconf="--with-sound=aplay" > else > elog "Sound support disabled." > myconf="--with-sound=no" > fi > > econf ${myconf} \ > $(use_with debug) \ > $(use_enable nls) \ > $(use_with pcre) \ > $(use_with spell aspell) \ > $(use_with xosd) \ > $(use_with libnotify) >} > >src_install() { > emake install DESTDIR="${D}" || die "emake install failed" > dodoc AUTHORS ChangeLog README NEWS TODO || die >} > >pkg_postinst() { > elog "This is command line tool. If you are looking for GUI frontend just" > elog "emerge gxneur, which uses xneur transparently as backend." > > ewarn "If you upgraded from <=xneur-0.9.3, you need to remove" > ewarn "dictionary files in the home directory:" > ewarn " $ rm ~/.xneur/{ru,en,be,etc.}/dict" >}
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 169494
:
112207
|
112208
|
113211
|
113213
|
122829
|
122830
|
122832
|
133405
|
133407
|
133408
|
154125
|
158983
|
160817
|
160819
|
193055
|
207188
|
207189
|
233151
|
233153
|
233155
|
233157
|
256406