Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11359 Details for
Bug 12240
terminatorX-3.72.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New version
terminatorX-3.80.ebuild (text/plain), 2.06 KB, created by
Sebastian Fleer
on 2003-05-01 12:54:48 UTC
(
hide
)
Description:
New version
Filename:
MIME Type:
Creator:
Sebastian Fleer
Created:
2003-05-01 12:54:48 UTC
Size:
2.06 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >S=${WORKDIR}/${P} >DESCRIPTION='terminatorX is a realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data' >HOMEPAGE="http://www.terminatorx.cx/" >SRC_URI="http://www.terminatorx.cx/dist/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="X" > >RDEPEND="oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 ) > mpeg? ( media-sound/mad ) > >=x11-libs/gtk+-2.2.0 > >=dev-libs/glib-2.2.0 > >=x11-base/xfree-4.2.0-r11 > dev-libs/libxml > media-libs/audiofile > media-libs/ladspa-sdk > media-libs/ladspa-cmt > app-text/scrollkeeper > media-libs/liblrdf" > >DEPEND="${RDEPEND} > virtual/x11" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > local myconf="" > > use 3dnow \ > && myconf="${myconf} --enable-3dnow" > use alsa \ > && myconf="${myconf} --enable-alsa" \ > || myconf="${myconf} --disable-alsa" > use oss \ > && myconf="${myconf} --enable-oss" \ > || myconf="${myconf} --disable-oss" > use oggvorbis \ > && myconf="${myconf} --enable-vorbis" \ > || myconf="${myconf} --disable-vorbis" \ > || myconf="${myconf} --disable-ogg123" > use mpeg \ > && myconf="${myconf} --enable-mad" \ > || myconf="${myconf} --disable-mad" \ > || myconf="${myconf} --disable-mpg123" > > econf ${myconf} || die > > emake || die >} > >src_install() { > make DESTDIR=${D} install || die >} > >pkg_postinst() { > echo "Since Version 3.73 terminatorX supports >running suid root. If you install the terminatorX binary suid >root with the following commands: > >> chown root /usr/bin/terminatorX >> chmod u+s /usr/bin/terminatorX > >terminatorX will then create the engine thread with realtime >priority. > >There is a small chance that a malicious attacker could >utilize terminatorX to acquire root privileges if installed suid >root, although it should require quite some effort to create an >exploit for that. On the other hand realtime scheduling >massively improves the playback performance. So depending on who >can access your computer you will have to decide for yourself on >performance vs security." >}
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 12240
:
6537
|
9477
|
10208
| 11359 |
11386
|
12389
|
13825