parent
918dccb5e0
commit
80f3494a22
@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.22.ebuild,v 1.1 2012/03/28 15:02:38 patrick Exp $
|
||||
|
||||
EAPI="4"
|
||||
inherit flag-o-matic eutils
|
||||
|
||||
DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE="ssl"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="=dev-libs/apr-1*
|
||||
=dev-libs/apr-util-1*
|
||||
dev-libs/libpcre
|
||||
ssl? ( dev-libs/openssl )
|
||||
!<www-servers/apache-2.2.4"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/libtool"
|
||||
|
||||
S="${WORKDIR}/httpd-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
# Apply these patches:
|
||||
# (1) apache-tools-2.2.20-Makefile.patch:
|
||||
# - fix up the `make install' for support/
|
||||
# - remove envvars from `make install'
|
||||
epatch "${FILESDIR}"/${PN}-2.2.20-Makefile.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf=""
|
||||
|
||||
# Instead of filtering --as-needed (bug #128505), append --no-as-needed
|
||||
append-ldflags $(no-as-needed)
|
||||
|
||||
use ssl && myconf+=" --with-ssl=/usr --enable-ssl"
|
||||
|
||||
# econf overwrites the stuff from config.layout, so we have to put them into
|
||||
# our myconf line too
|
||||
econf \
|
||||
--sbindir=/usr/sbin \
|
||||
--with-z=/usr \
|
||||
--with-apr=/usr \
|
||||
--with-apr-util=/usr \
|
||||
--with-pcre=/usr \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd support || die
|
||||
emake
|
||||
}
|
||||
|
||||
src_install () {
|
||||
cd support || die
|
||||
|
||||
make DESTDIR="${D}" install
|
||||
|
||||
# install manpages
|
||||
doman "${S}"/docs/man/{dbmmanage,htdigest,htpasswd,htdbm,ab,logresolve}.1 \
|
||||
"${S}"/docs/man/{htcacheclean,rotatelogs}.8
|
||||
|
||||
# Providing compatiblity symlinks for #177697 (which we'll stop to install
|
||||
# at some point).
|
||||
pushd "${D}"/usr/sbin/ >/dev/null
|
||||
for i in *; do
|
||||
dosym /usr/sbin/${i} /usr/sbin/${i}2
|
||||
done
|
||||
popd "${D}"/usr/sbin/ >/dev/null
|
||||
|
||||
# Provide a symlink for ab-ssl
|
||||
if use ssl; then
|
||||
dosym /usr/sbin/ab /usr/sbin/ab-ssl
|
||||
dosym /usr/sbin/ab /usr/sbin/ab2-ssl
|
||||
fi
|
||||
|
||||
# make htpasswd accessible for non-root users
|
||||
dosym /usr/sbin/htpasswd /usr/bin/htpasswd
|
||||
dosym /usr/sbin/htdigest /usr/bin/htdigest
|
||||
|
||||
dodoc "${S}"/CHANGES
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.6.3.ebuild,v 1.1 2012/03/28 19:11:11 hwoarang Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit base eutils
|
||||
|
||||
DESCRIPTION="Simple LaTeX editor for GTK+"
|
||||
HOMEPAGE="http://gummi.midnightcoding.org"
|
||||
SRC_URI="http://dev.midnightcoding.org/attachments/download/263/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
LANGS="ar ca cs da de el es fr it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
|
||||
|
||||
for X in ${LANGS} ; do
|
||||
IUSE="${IUSE} linguas_${X}"
|
||||
done
|
||||
|
||||
RDEPEND="app-text/gtkspell:2
|
||||
>=dev-libs/glib-2.28.6
|
||||
dev-texlive/texlive-latex
|
||||
dev-texlive/texlive-latexextra
|
||||
>=x11-libs/gtk+-2.24:2
|
||||
x11-libs/gtksourceview:2.0"
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/poppler[cairo]
|
||||
x11-libs/gtksourceview:2.0
|
||||
x11-libs/pango"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog README )
|
||||
|
||||
src_prepare() {
|
||||
strip-linguas ${LANGS}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for"
|
||||
elog "additional languages can be added by installing myspell-** packages"
|
||||
elog "for your language of choice."
|
||||
}
|
@ -0,0 +1,56 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.19.13.ebuild,v 1.1 2012/03/28 15:42:29 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="A modern GTK+ based filemanager for any WM"
|
||||
HOMEPAGE="http://www.obsession.se/gentoo/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="nls"
|
||||
|
||||
RDEPEND=">=x11-libs/gtk+-2.24:2
|
||||
>=dev-libs/glib-2
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/pango"
|
||||
DEPEND="${RDEPEND}
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
DOCS=(
|
||||
AUTHORS BUGS CONFIG-CHANGES CREDITS NEWS README TODO docs/{FAQ,menus.txt}
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e 's^icons/gnome/16x16/mimetypes^gentoo/icons^' \
|
||||
gentoorc.in || die
|
||||
sed -i \
|
||||
-e '/GTK_DISABLE_DEPRECATED/ d' \
|
||||
-e '/^GENTOO_CFLAGS=/s|".*"|"${CFLAGS}"|g' \
|
||||
configure.in || die #357343
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--sysconfdir=/etc/gentoo \
|
||||
$(use_enable nls)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
dohtml -r docs/{images,config,*.{html,css}}
|
||||
newman docs/gentoo.1x gentoo.1
|
||||
docinto scratch
|
||||
dodoc docs/scratch/*
|
||||
|
||||
make_desktop_entry ${PN} Gentoo \
|
||||
/usr/share/${PN}/icons/${PN}.png \
|
||||
"System;FileTools;FileManager"
|
||||
}
|
@ -1,14 +1,14 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
Hash: SHA1
|
||||
|
||||
DIST Test-SubCalls-1.09.tar.gz 25727 RMD160 f3df43ad4b7cd2117d277367af7b4dcf248615d4 SHA1 a661586dd732fbf6aa5803ff8f64d727a5d35704 SHA256 a334b0457da338d79be2dbb62d403701fc90f7607df840115ff45ee1e2bd6e70
|
||||
EBUILD Test-SubCalls-1.90.0.ebuild 565 RMD160 ca8765b16a88fb3c1f5cab16d844433ae9697a2d SHA1 956401808a5735032757b793cb3c01d04dbf5201 SHA256 f562f7e884369541badf5dae3f67dc6ade64dd2fd55b27d8d113eda83581566a
|
||||
MISC ChangeLog 3065 RMD160 cc95a2c25c104431be968889d311f45910e7f3dd SHA1 81144a73dcde9d3b30255726813393dd457091f8 SHA256 5485cfe2b2cf0fec7f8637017664062bf58226d00cef85fa65b84f26cc3a330b
|
||||
EBUILD Test-SubCalls-1.90.0.ebuild 562 RMD160 3554ee3daa24553fcd47172626ae2d6ea6dd3cae SHA1 732e26d090c8ad93dd06b1a09ad4e849594e6b1e SHA256 3038c5cad3d73c1c56b1ebfee9fc86a70e05f07e7b8d26b14560de4ddcd71487
|
||||
MISC ChangeLog 3169 RMD160 8fcd941a38e0f0277147de4a07d5e58c50fa4e85 SHA1 10d391ce291803d066b18fef5c2560970fbfab24 SHA256 22008a4000283c05852d733663ad29392b40e6a92b9ac23330456dd45107a4fc
|
||||
MISC metadata.xml 239 RMD160 d4124bf5b3dddeb38b0eed4308c0bee965f4d9e1 SHA1 92e76135de64e2cd9c6ec590620db0ec8145ec54 SHA256 74ee09184055242f13c5051482dfcf4868f3bb571667445abc5c7cc7acfc2ba2
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||
Version: GnuPG v2.0.17 (GNU/Linux)
|
||||
|
||||
iEYEAREIAAYFAk5jYEcACgkQV3J2n04EauxfZwCgmnd5ETid/ipMElM3hfIqOWAN
|
||||
X0UAnA78UUJeWVI5vh9DxRW1dC4gFRoL
|
||||
=L38v
|
||||
iEYEARECAAYFAk9zS1IACgkQuQc30/atMkCXQACgn72PAl/+yveEB9lpMyTVZ3+2
|
||||
q/gAn25dmDkneNjzx40fJr9nWD9OmH3e
|
||||
=/vUq
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,95 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.1.7.ebuild,v 1.2 2012/02/28 15:03:24 pesa Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="3:3.1"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit eutils python
|
||||
|
||||
MY_PN="${PN}${PV%%.*}"
|
||||
MY_PV="${PV/_pre/-snapshot-}"
|
||||
MY_P="${MY_PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla"
|
||||
HOMEPAGE="http://eric-ide.python-projects.org/"
|
||||
BASE_URI="mirror://sourceforge/eric-ide/${MY_PN}/stable/${PV}"
|
||||
SRC_URI="${BASE_URI}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="spell"
|
||||
|
||||
DEPEND=">=dev-python/sip-4.12.4
|
||||
>=dev-python/PyQt4-4.7[assistant,svg,webkit,X]
|
||||
>=dev-python/qscintilla-python-2.4"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/chardet-2.0.1
|
||||
>=dev-python/coverage-3.2
|
||||
>=dev-python/pygments-1.4"
|
||||
PDEPEND="spell? ( dev-python/pyenchant )"
|
||||
|
||||
LANGS="cs de en es fr it ru tr zh_CN"
|
||||
for L in ${LANGS}; do
|
||||
SRC_URI+=" linguas_${L}? ( ${BASE_URI}/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${MY_PV}.tar.gz )"
|
||||
IUSE+=" linguas_${L}"
|
||||
done
|
||||
unset L
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
PYTHON_VERSIONED_EXECUTABLES=("/usr/bin/.*")
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-5.0.2-remove_coverage.patch"
|
||||
|
||||
# Avoid file collisions between different slots of Eric.
|
||||
sed -e "s/^Icon=eric$/&${SLOT}/" -i eric/${MY_PN}.desktop || die "sed failed"
|
||||
sed -e "s/\([^[:alnum:]]\)eric\.png\([^[:alnum:]]\)/\1eric5.png\2/" -i $(grep -lr eric.png .) || die "sed failed"
|
||||
mv eric/icons/default/eric{,5}.png || die "mv failed"
|
||||
mv eric/pixmaps/eric{,5}.png || die "mv failed"
|
||||
rm -f eric/APIs/Python/zope-*.api
|
||||
rm -f eric/APIs/Ruby/Ruby-*.api
|
||||
|
||||
# Delete internal copies of dev-python/chardet, dev-python/coverage and dev-python/pygments.
|
||||
rm -fr eric/ThirdParty
|
||||
rm -fr eric/DebugClients/Python{,3}/coverage
|
||||
}
|
||||
|
||||
src_install() {
|
||||
installation() {
|
||||
"$(PYTHON)" install.py \
|
||||
-z \
|
||||
-b "${EPREFIX}/usr/bin" \
|
||||
-i "${T}/images/${PYTHON_ABI}" \
|
||||
-d "${EPREFIX}$(python_get_sitedir)" \
|
||||
-c
|
||||
}
|
||||
python_execute_function installation
|
||||
python_merge_intermediate_installation_images "${T}/images"
|
||||
|
||||
doicon eric/icons/default/${MY_PN}.png || die "doicon failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_mod_optimize -x "/eric5/(DebugClients/Python|UtilitiesPython2)/" ${MY_PN}{,config.py,plugins}
|
||||
|
||||
elog
|
||||
elog "If you want to use Eric with mod_python, have a look at"
|
||||
elog "\"${EROOT}$(python_get_sitedir -b -f)/${MY_PN}/patch_modpython.py\"."
|
||||
elog
|
||||
elog "The following packages will give Eric extended functionality:"
|
||||
elog " dev-python/pylint"
|
||||
elog " dev-python/pysvn"
|
||||
elog
|
||||
elog "This version has a plugin interface with plugin-autofetch from"
|
||||
elog "the application itself. You may want to check those as well."
|
||||
elog
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup ${MY_PN}{,config.py,plugins}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
DIST cutemaze-1.1.0-src.tar.bz2 249290 RMD160 4186bbba8cdb4c8f2c443e195231993c348ca57c SHA1 aeb60397ad9ebe340083ca87d5797af4e3f6d3a7 SHA256 cc039faf452f8c30fb00a90ba7571d688559c0df822fc213f3e78451921f9bef
|
||||
EBUILD cutemaze-1.1.0.ebuild 701 RMD160 f74de7e34a285b10a65f11b31ea6a6d57445613e SHA1 bb9a12fa9e0cce4ae182b3e1bbff7cd6cda9ab65 SHA256 010de88cf4edfa7e83db86d17fc21d70e77537917cd7972241046dca7a8d67f0
|
||||
MISC ChangeLog 459 RMD160 2355d4af443800ab4f8f077097e95ca05c04dd4c SHA1 352ddc7f252756b5bbaf6c8ef301f994513bd0da SHA256 ba457dd5f3afa4a1db11d4e21e4148677bae0f77452c3af07f9ff0ccf2e8e24a
|
||||
EBUILD cutemaze-1.1.0.ebuild 736 RMD160 0dc9a09adbd7254eb354561eb1219aad185f5f8e SHA1 aa46e338b0f59a8d4e726f85fc0afb166d733008 SHA256 95d4e24a83cc89d4f3ee7b11ce4e9a276765748930a124c2627b02980118543f
|
||||
MISC ChangeLog 608 RMD160 4a695e01bcf376c326116d37f64baf19d483cbff SHA1 89bc1112e56fa95a10ab966e49afbf19c3bc007b SHA256 5c72903d0f720ff703b3d1ae5d3f3e3d4f40373a901dfcef9e50ca470d64171b
|
||||
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
|
||||
|
@ -1,4 +1,4 @@
|
||||
DIST hexalate-1.0.1-src.tar.bz2 48423 RMD160 e37241da28ff02f2d56ba43a89a5e5ac588dec6f SHA1 0c8c532b9a9aa79f091105c388d7362575ebb084 SHA256 11de0ed0d0952fc8b86670dd4d7fc3d703166373bb88b73a6ef40e46f65aac75
|
||||
EBUILD hexalate-1.0.1.ebuild 632 RMD160 771315b07232a13dd7fc43a7b032d1dfc8be7ade SHA1 9a60414cbd4404ede2642bc5b9cd7eb4f281ce74 SHA256 ce5c372d6e83eda048a77c294496e2fb48aee7234c1cc97ec9e8c025f1994176
|
||||
MISC ChangeLog 488 RMD160 d47b387be4d06f237036a9c730aa283c4ef5f94b SHA1 230fdabc7d02c2ec8decc7d3c8feaa25fa96fcf3 SHA256 b8fe24426990f6d45fab2c5c0f6770421ca702f7355ac2068dfecd03dda519ba
|
||||
EBUILD hexalate-1.0.1.ebuild 667 RMD160 d1bf42d501b18d4d95e90b6f70be0f8a08d4d87a SHA1 74cab9d36a331753050dd10687c5fec5083196ff SHA256 3e2ca16d1bc80e42ddea61b045de6f1a821ff7ec5d66b9423309c5809cd2c416
|
||||
MISC ChangeLog 644 RMD160 f4e4ae7dd12b57810554ae7d9bb1e50c4072cf8c SHA1 7cf6b4c74f0902390712783bba8e963e06dd0ecd SHA256 bf0682465421a17f2432c14ba4af85b4e60c510cbdc35a6418d503f49534483a
|
||||
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
|
||||
|
@ -0,0 +1,10 @@
|
||||
# ChangeLog for media-libs/webrtc-audio-processing
|
||||
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/webrtc-audio-processing/ChangeLog,v 1.1 2012/03/28 18:30:38 ford_prefect Exp $
|
||||
|
||||
*webrtc-audio-processing-0.1 (28 Mar 2012)
|
||||
|
||||
28 Mar 2012; Arun Raghavan <ford_prefect@gentoo.org>
|
||||
+webrtc-audio-processing-0.1.ebuild, +metadata.xml:
|
||||
Initial commit.
|
||||
|
@ -0,0 +1,14 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
|
||||
DIST webrtc-audio-processing-0.1.tar.xz 392540 RMD160 86592fbd300f5e903b6982a29bd5bb30d49dd485 SHA1 cce81e0d7b69fef1e7ce0e3e85a2b740d3f04620 SHA256 ed4b52f9c2688b97628035a5565377d74704d7c04de4254a768df3342c7afedc
|
||||
EBUILD webrtc-audio-processing-0.1.ebuild 574 RMD160 c8a4cb5cc01ef839b598cb38e47dcaca4444c19d SHA1 f671e729465c8c0701900e0c22cff2d6d6251311 SHA256 13ed13b9f0e827fa9b15f4064b68c6a595dc8b5afcf220bd2ac975bf36660d1b
|
||||
MISC ChangeLog 419 RMD160 9252d54236191225fa7d3504d445fb738b3c0305 SHA1 e2e11057c3fb8b5e23fcccaa47dc90a431385eee SHA256 7e6fb186b64ed8490fb58d2dd89d0a1396565da057f02432d55e73b63ec631bf
|
||||
MISC metadata.xml 213 RMD160 010dc2f46f091c60c67b4ef57e586c73cf1beb68 SHA1 17223899fc499bbeb295cc197d12e8d0853cab13 SHA256 13628b456a6d8b748cd59654c2d6c05ae7b36085a35ffad9166a25cab41a06c2
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||
|
||||
iEYEARECAAYFAk9zWOwACgkQ+Vqt1inD4uwVfACgrEVYEv0rxLfYPLlWRiReiqJm
|
||||
kqMAn2OVHQURjy0i3Rglf1QhZJ8BFUbK
|
||||
=MudU
|
||||
-----END PGP SIGNATURE-----
|
@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>qt</herd>
|
||||
<maintainer>
|
||||
<email>qt@gentoo.org</email>
|
||||
<email>ford_prefect@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.1.ebuild,v 1.1 2012/03/28 18:30:38 ford_prefect Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="AudioProcessing library from the webrtc.org code base"
|
||||
HOMEPAGE="http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
|
||||
SRC_URI="http://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20120327.ebuild,v 1.1 2012/03/28 18:43:18 lu_zero Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
V_ECLASS="git-2"
|
||||
else
|
||||
V_ECLASS="versionator"
|
||||
fi
|
||||
|
||||
inherit multilib toolchain-funcs flag-o-matic ${V_ECLASS}
|
||||
|
||||
if [ "${PV#9999}" = "${PV}" ]; then
|
||||
MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
|
||||
fi
|
||||
DESCRIPTION="A free library for encoding X264/AVC streams"
|
||||
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
EGIT_REPO_URI="git://git.videolan.org/x264.git"
|
||||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
if [ "${PV#9999}" != "${PV}" ]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux
|
||||
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
fi
|
||||
IUSE="10bit custom-cflags debug +interlaced pic static-libs +threads"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="amd64? ( >=dev-lang/yasm-1 )
|
||||
x86? ( >=dev-lang/yasm-1 )
|
||||
x86-fbsd? ( >=dev-lang/yasm-1 )"
|
||||
|
||||
if [ "${PV#9999}" = "${PV}" ]; then
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
DOCS="AUTHORS doc/*.txt"
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
|
||||
local myconf=""
|
||||
use 10bit && myconf+=" --bit-depth=10"
|
||||
use debug && myconf+=" --enable-debug"
|
||||
use interlaced || myconf+=" --disable-interlaced"
|
||||
use static-libs && myconf+=" --enable-static"
|
||||
use threads || myconf+=" --disable-thread"
|
||||
|
||||
# let upstream pick the optimization level by default
|
||||
use custom-cflags || filter-flags -O?
|
||||
|
||||
if use x86 && use pic; then
|
||||
myconf+=" --disable-asm"
|
||||
fi
|
||||
|
||||
./configure \
|
||||
--prefix="${EPREFIX}"/usr \
|
||||
--libdir="${EPREFIX}"/usr/$(get_libdir) \
|
||||
--disable-cli \
|
||||
--disable-avs \
|
||||
--disable-lavf \
|
||||
--disable-swscale \
|
||||
--disable-ffms \
|
||||
--disable-gpac \
|
||||
--enable-pic \
|
||||
--enable-shared \
|
||||
--host="${CHOST}" \
|
||||
${myconf} || die
|
||||
|
||||
# this is a nasty workaround for bug #376925 as upstream doesn't like us
|
||||
# fiddling with their CFLAGS
|
||||
if use custom-cflags; then
|
||||
local cflags
|
||||
cflags="$(grep "^CFLAGS=" config.mak | sed 's/CFLAGS=//')"
|
||||
cflags="${cflags//$(get-flag O)/}"
|
||||
cflags="${cflags//-O? /$(get-flag O) }"
|
||||
cflags="${cflags//-g /}"
|
||||
sed -i "s:^CFLAGS=.*:CFLAGS=${cflags//:/\\:}:" config.mak
|
||||
fi
|
||||
}
|
@ -1,18 +1,21 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
Hash: SHA512
|
||||
|
||||
AUX karlyriceditor-1.3-libav.patch 213 RMD160 03731d5bba4110e92a857a0780260216ea4dd505 SHA1 2cc0d5f946069d661d6d5cd155e5e784a3ccdb34 SHA256 654d32e00013b4bd478fb60b4236d8780d06ae7953fbb6012c0f5557d5fbe869
|
||||
DIST karlyriceditor-1.1.tar.gz 182683 RMD160 78a9488a8067d1e1a0d2fa1c0a7aa4f207011c0a SHA1 a94d9bb1bc972c62ce951dffc59b76132c5c6e01 SHA256 85f64d0a605f8d09439bd285f0188d3c3ee6cb42a7870e709b257a42eff897b9
|
||||
DIST karlyriceditor-1.3.tar.gz 215564 RMD160 b8657779a1e60023c43b5c76948d676a0d7381ec SHA1 dc50b876202c2d6e7965f5cf73bab578af9ed273 SHA256 f59bc9352e30a02228db65d47e190aa00e6f8e7f6ec18b093a30841548b90e57
|
||||
EBUILD karlyriceditor-1.1.ebuild 722 RMD160 36d3209248b7bbd80d3ddbead148b19260a24b08 SHA1 7ee06c1601ae42293752c9e19c734d168d1c6c0f SHA256 cb452d681ab737bacb49be663e5b6df85d6ce130a2c22e060b240917079b1e3b
|
||||
MISC ChangeLog 760 RMD160 d7836ebbf18a4ce086f1eb0b53787bbe1ecf20af SHA1 99481078bd8f71fda4dbd175216f737b3a27d0e4 SHA256 9cd45b34607e9b11c11a0afc1d16970ebb99c02d2ef3667d8b11d11cbacadcc5
|
||||
EBUILD karlyriceditor-1.3.ebuild 817 RMD160 f59748846e5ffc16ce68e78a26f3c8a6764bae11 SHA1 516966c29bb0864c0a243ff1c478c9cdef2a65da SHA256 98111e9c8989ad49d1662b210efaed767481276bd378a7199df91c7630afff92
|
||||
MISC ChangeLog 996 RMD160 6e43647fb3b6d2f70e0309beb777df68138ff93d SHA1 dc694aa1938d77159f5ffc50348a3f4c98be8cf4 SHA256 350a2a0c09919193d458988f38df256749bcc997652c587d6aee2a63a6abdeff
|
||||
MISC metadata.xml 174 RMD160 0eba007748a3e90be380425b0bef53bdf676ff0c SHA1 cc233107267c1aebc712e258d5178018227c38e8 SHA256 2418e31677793769d217d7410964125cd2614638e8623dd97f6e00cb66e38930
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||
|
||||
iQEcBAEBAgAGBQJPHIDEAAoJEEdUh39IaPFNQ14H/1TWgN5FKUvgIISkCzVOeOWY
|
||||
LXze1Q1FpmM2ZUeE413RIIQvzUpXjDGc/jfqX0gSWnh8BjhNUiRtlQGPz7HSRcSs
|
||||
HU76aUTfbAx5jZR1Z2RXRHy0rMjtVGKfMtN6xhIFS6/hVITguOXJVH7f4BaUjJ1+
|
||||
7wmS33TcJVsvL/r6I1TUZtpoy8104yGhxt/SZ5KbIkxKirFWIhxsYD/3BLtwkoRJ
|
||||
3YJMS4tfntx8gNKncf9XUGFQrObcZB/p17HSoWlj25GnOXEGxmf6VG6rOSNG9mfD
|
||||
wPlYzBo2oe1TlZkHgQSdSe6dwIzii82xHo2pT85QxCPFQ/g8fn/EP0NuA0lTPoM=
|
||||
=dvlb
|
||||
iQEcBAEBCgAGBQJPc1AHAAoJEO+t9ga+3I3audsH/jTMKlxMkVVzpff49Y8QVXTq
|
||||
W72u7Mz9rEYDNgEvDf39TPPaWaPi2rGkt1LK3hta2Ww8nTt4ZWXFAmc4GYI19cb8
|
||||
jeHDaSxeGVkq7zikxkr6+u4SL2tdLOT5Jgb9Lg8S5f+3sPs7q6TJZWDOxWD6TY91
|
||||
stgzvRxYp7nDl6NeIgulF38wR/6FpJbBGmoelM6/GzNsIaypU1v0mm6oPzKYACnv
|
||||
uCrdDcY+R4b15rpl4Hz3ao4pPNqyU29gvPFIRdOZQtdVXEWS4M5HHZs5mNi9Y+/U
|
||||
UvflGroePeEGx6QQESGLoG2ohOSzck6PTtxlLL8j8nNnSf2GJuxfUMim6PDvoGs=
|
||||
=73wg
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- src/ffmpeg_headers.h
|
||||
+++ src/ffmpeg_headers.h
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavformat/avformat.h"
|
||||
+#include "libavutil/mathematics.h"
|
||||
#include "libswscale/swscale.h"
|
||||
|
||||
};
|
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-1.3.ebuild,v 1.1 2012/03/28 17:52:49 johu Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit eutils qt4-r2
|
||||
|
||||
DESCRIPTION="A program which lets you edit and synchronize lyrics with karaoke songs in varions formats"
|
||||
HOMEPAGE="http://www.karlyriceditor.com/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/openssl
|
||||
media-libs/libsdl
|
||||
>=virtual/ffmpeg-0.9
|
||||
x11-libs/qt-core:4
|
||||
x11-libs/qt-gui:4"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-libav.patch" )
|
||||
|
||||
src_install() {
|
||||
dodoc Changelog
|
||||
dobin bin/${PN}
|
||||
doicon packages/${PN}.png
|
||||
make_desktop_entry ${PN} 'Karaoke Lyrics Editor'
|
||||
}
|
@ -0,0 +1,218 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-1.99.2.ebuild,v 1.1 2012/03/28 18:44:16 ford_prefect Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils libtool flag-o-matic versionator
|
||||
|
||||
DESCRIPTION="A networked sound server with an advanced plugin system"
|
||||
HOMEPAGE="http://www.pulseaudio.org/"
|
||||
|
||||
SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz"
|
||||
|
||||
# libpulse-simple and libpulse link to libpulse-core; this is daemon's
|
||||
# library and can link to gdbm and other GPL-only libraries. In this
|
||||
# cases, we have a fully GPL-2 package. Leaving the rest of the
|
||||
# GPL-forcing USE flags for those who use them.
|
||||
LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="+alsa avahi +caps equalizer jack lirc oss tcpd +X dbus libsamplerate gnome bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime +orc ssl +gdbm +webrtc-aec"
|
||||
|
||||
RDEPEND=">=media-libs/libsndfile-1.0.20
|
||||
X? (
|
||||
>=x11-libs/libX11-1.4.0
|
||||
>=x11-libs/libxcb-1.6
|
||||
>=x11-libs/xcb-util-0.3.1
|
||||
x11-libs/libSM
|
||||
x11-libs/libICE
|
||||
x11-libs/libXtst
|
||||
)
|
||||
caps? ( sys-libs/libcap )
|
||||
libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 )
|
||||
alsa? ( >=media-libs/alsa-lib-1.0.19 )
|
||||
glib? ( >=dev-libs/glib-2.4.0 )
|
||||
avahi? ( >=net-dns/avahi-0.6.12[dbus] )
|
||||
jack? ( >=media-sound/jack-audio-connection-kit-0.117 )
|
||||
tcpd? ( sys-apps/tcp-wrappers )
|
||||
lirc? ( app-misc/lirc )
|
||||
dbus? ( >=sys-apps/dbus-1.0.0 )
|
||||
gnome? ( >=gnome-base/gconf-2.4.0 )
|
||||
bluetooth? (
|
||||
>=net-wireless/bluez-4
|
||||
>=sys-apps/dbus-1.0.0
|
||||
)
|
||||
asyncns? ( net-libs/libasyncns )
|
||||
udev? ( || ( >=sys-fs/udev-171[hwdb] >=sys-fs/udev-143[extras] ) )
|
||||
realtime? ( sys-auth/rtkit )
|
||||
equalizer? ( sci-libs/fftw:3.0 )
|
||||
orc? ( >=dev-lang/orc-0.4.9 )
|
||||
ssl? ( dev-libs/openssl )
|
||||
>=media-libs/speex-1.2_rc1
|
||||
gdbm? ( sys-libs/gdbm )
|
||||
webrtc-aec? ( media-libs/webrtc-audio-processing )
|
||||
dev-libs/json-c
|
||||
>=sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
X? (
|
||||
x11-proto/xproto
|
||||
>=x11-libs/libXtst-1.0.99.2
|
||||
)
|
||||
dev-libs/libatomic_ops
|
||||
dev-util/pkgconfig
|
||||
system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) )
|
||||
dev-util/intltool"
|
||||
# This is a PDEPEND to avoid a circular dep
|
||||
PDEPEND="media-plugins/alsa-plugins[pulseaudio]"
|
||||
|
||||
# alsa-utils dep is for the alsasound init.d script (see bug #155707)
|
||||
# bluez dep is for the bluetooth init.d script
|
||||
RDEPEND="${RDEPEND}
|
||||
X? ( gnome-extra/gnome-audio )
|
||||
system-wide? (
|
||||
sys-apps/openrc
|
||||
alsa? ( media-sound/alsa-utils )
|
||||
bluetooth? ( >=net-wireless/bluez-4 )
|
||||
)"
|
||||
|
||||
# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac
|
||||
REQUIRED_USE="bluetooth? ( dbus )"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup audio 18 # Just make sure it exists
|
||||
enewgroup pulse-access
|
||||
enewgroup pulse
|
||||
enewuser pulse -1 -1 /var/run/pulse pulse,audio
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# It's a binutils bug, once I can find time to fix that I'll add a
|
||||
# proper dependency and fix this up. — flameeyes
|
||||
append-ldflags $(no-as-needed)
|
||||
|
||||
if use gdbm; then
|
||||
myconf+=" --with-database=gdbm"
|
||||
#elif use tdb; then
|
||||
# myconf+=" --with-database=tdb"
|
||||
else
|
||||
myconf+=" --with-database=simple"
|
||||
fi
|
||||
|
||||
econf \
|
||||
--enable-largefile \
|
||||
$(use_enable glib glib2) \
|
||||
--disable-solaris \
|
||||
$(use_enable asyncns) \
|
||||
$(use_enable oss oss-output) \
|
||||
$(use_enable alsa) \
|
||||
$(use_enable lirc) \
|
||||
$(use_enable tcpd tcpwrap) \
|
||||
$(use_enable jack) \
|
||||
$(use_enable lirc) \
|
||||
$(use_enable avahi) \
|
||||
--disable-hal \
|
||||
$(use_enable dbus) \
|
||||
$(use_enable gnome gconf) \
|
||||
$(use_enable libsamplerate samplerate) \
|
||||
$(use_enable bluetooth bluez) \
|
||||
$(use_enable X x11) \
|
||||
$(use_enable test default-build-tests) \
|
||||
$(use_enable udev) \
|
||||
$(use_enable ipv6) \
|
||||
$(use_enable ssl openssl) \
|
||||
$(use_with caps) \
|
||||
$(use_with equalizer fftw) \
|
||||
$(use_with webrtc-aec) \
|
||||
--disable-adrian-aec \
|
||||
--disable-esound \
|
||||
--localstatedir="${EPREFIX}"/var \
|
||||
--with-udev-rules-dir="${EPREFIX}/lib/udev/rules.d" \
|
||||
${myconf}
|
||||
|
||||
if use doc; then
|
||||
pushd doxygen
|
||||
doxygen doxygen.conf
|
||||
popd
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# We avoid running the toplevel check target because that will run
|
||||
# po/'s tests too, and they are broken. Officially, it should work
|
||||
# with intltool 0.41, but that doesn't look like a stable release.
|
||||
emake -C src check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
|
||||
# Drop the script entirely if X is disabled
|
||||
use X || rm "${ED}"/usr/bin/start-pulseaudio-x11
|
||||
|
||||
if use system-wide; then
|
||||
newconfd "${FILESDIR}/pulseaudio.conf.d" pulseaudio
|
||||
|
||||
use_define() {
|
||||
local define=${2:-$(echo $1 | tr '[:lower:]' '[:upper:]')}
|
||||
|
||||
use "$1" && echo "-D$define" || echo "-U$define"
|
||||
}
|
||||
|
||||
unifdef $(use_define avahi) \
|
||||
$(use_define alsa) \
|
||||
$(use_define bluetooth) \
|
||||
$(use_define udev) \
|
||||
"${FILESDIR}/pulseaudio.init.d-5" \
|
||||
> "${T}/pulseaudio"
|
||||
|
||||
doinitd "${T}/pulseaudio"
|
||||
fi
|
||||
|
||||
use avahi && sed -i -e '/module-zeroconf-publish/s:^#::' "${ED}/etc/pulse/default.pa"
|
||||
|
||||
dodoc README todo
|
||||
|
||||
if use doc; then
|
||||
pushd doxygen/html
|
||||
dohtml *
|
||||
popd
|
||||
fi
|
||||
|
||||
# Create the state directory
|
||||
use prefix || diropts -o pulse -g pulse -m0755
|
||||
keepdir /var/run/pulse
|
||||
|
||||
find "${D}" -name '*.la' -delete
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use system-wide; then
|
||||
elog "PulseAudio in Gentoo can use a system-wide pulseaudio daemon."
|
||||
elog "This support is enabled by starting the pulseaudio init.d ."
|
||||
elog "To be able to access that you need to be in the group pulse-access."
|
||||
elog "If you choose to use this feature, please make sure that you"
|
||||
elog "really want to run PulseAudio this way:"
|
||||
elog " http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode"
|
||||
elog "For more information about system-wide support, please refer to:"
|
||||
elog " http://pulseaudio.org/wiki/SystemWideInstance"
|
||||
if use gnome ; then
|
||||
elog
|
||||
elog "By enabling gnome USE flag, you enabled gconf support. Please note"
|
||||
elog "that you might need to remove the gnome USE flag or disable the"
|
||||
elog "gconf module on /etc/pulse/system.pa to be able to use PulseAudio"
|
||||
elog "with a system-wide instance."
|
||||
fi
|
||||
fi
|
||||
if use bluetooth; then
|
||||
elog
|
||||
elog "The Bluetooth proximity module is not enabled in the default"
|
||||
elog "configuration file. If you do enable it, you'll have to have"
|
||||
elog "your Bluetooth controller enabled and inserted at bootup or"
|
||||
elog "PulseAudio will refuse to start."
|
||||
fi
|
||||
|
||||
eselect esd update --if-unset
|
||||
}
|
@ -1,22 +1,24 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA512
|
||||
|
||||
DIST qjackctl-0.3.2.tar.gz 264605 RMD160 0dc0638205371b49ad35883e235802da770169cf SHA1 690e77f10d934e648fbc975db81b1bccb20d7487 SHA256 6bf52fb16b0f4ec964a870444a0fee1e30345d1110955c4f3ff5dc0cd20526ae
|
||||
DIST qjackctl-0.3.7.tar.gz 418826 RMD160 64a4d6025aebd8a11212605139c0a654b7fbfb19 SHA1 187ed47a797d7083608aacf2f08353896646ed74 SHA256 48b0f1d57d8bb1ab1ae344bdcbf20266a00d1e3e01518fd168a4a11644f5d6bf
|
||||
DIST qjackctl-0.3.8.tar.gz 444244 RMD160 22038acba5cc7c2d070b9e2ec437afd1f1fbbf61 SHA1 41456a54010d6d4760414da581af58a06c8fe4e3 SHA256 870869836535476b7a2d77fa70c39f7d8facc4767c8fa1aac3c81d6ce7ba71e5
|
||||
EBUILD qjackctl-0.3.2.ebuild 1250 RMD160 2b7bfb0c82237ac40f1035210343c617b3959348 SHA1 06832995a4af0290e90de721b3fcd390a2f7557d SHA256 94db85dbc7b460df576228fddea6b7103bb9909c6ed36ea531a234c95e1ab7bd
|
||||
EBUILD qjackctl-0.3.7.ebuild 1253 RMD160 786cc4c7ebaf6c54108fbc11f627964571b12cfd SHA1 b372c88c3207f891d3c85573df26d390fc78ab93 SHA256 a7bf4a1799f43de1e41fddf546877b280656aa29a99991228832560aa58603fb
|
||||
EBUILD qjackctl-0.3.8.ebuild 1130 RMD160 471608acc509d6e32efe5f38c93bc358b6b77a63 SHA1 c1f5bc7ec46f3f715e31da1265bb9c3cd64d9250 SHA256 3b73f2ed465477288548377cc18d39ca2265e1ab2f511a04099aafe67095c246
|
||||
MISC ChangeLog 9855 RMD160 a065402b714963451ead6cdaf97b37e13f89dd53 SHA1 d412a2faf6dd3b6dcba31b4da900c244772947d7 SHA256 14021d9fecaf9357c68c752e4a274d92993fe5de208bee17ae5948f551ec170d
|
||||
MISC ChangeLog 10007 RMD160 9f0a12eab06b21f004662286d49f635feb54c0e2 SHA1 713315654f20554b98e6b4cdf23d23555aba04f0 SHA256 acabdf34c76c99c7887bcc8bfe49c3d5b49ac196faa981b909e02394804dc610
|
||||
MISC metadata.xml 161 RMD160 2738d17827a71b5ccbadae4c4f909d2b57d147b0 SHA1 90201ddb830142147774cc7b7b5178fbd0a9af0c SHA256 0ba191421eefd954d1efe9f6c3384e8c8d7455d35a7e79457272e1c29211b09e
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.17 (GNU/Linux)
|
||||
Version: GnuPG v2.0.19 (GNU/Linux)
|
||||
|
||||
iQEcBAEBCgAGBQJPcuDoAAoJEOTDgjZ80txdGdAIAIeRXFeD1LrIpsntK37eZTyH
|
||||
O8kuWK25xUn3kMiGZlbNhplMdyujXqPhZEF05ksKB2laVmsQEzyH73KNjoIchlS4
|
||||
MXsGrohnc8AF0sabazEb/XO8N/EHstksvogXxX9HB4hFHUFTN1MbtD5YiNcr3DzL
|
||||
QQet7nLhW8/l4YOuJZvMEMOpU6j1zGDSTizkXjmYudKyN1DHT/Jfev60aSKcjiT5
|
||||
POvaONgLnWvAB3DyRLKEOKlpE8M71//ok1JXgLz2VJhvG+TfJVYYNRw5Gi9ygnO9
|
||||
D5rC+4U14MDjSTdSx+L/lE/rpT4+SzvP3fnrUwhQA7SpZ9leezQ6yc1NOgzWc9g=
|
||||
=/Sme
|
||||
iQIcBAEBCgAGBQJPcyjIAAoJENXLsxwXqFxyy58P/iiaFaHqHNwoSJMSWq3qAAkd
|
||||
ovJTiInzJT37zxtvg2YIQol50ykvYNjHVNCTuzrwajcv+DpfI707EK8zUDDTkmZY
|
||||
L/vriTH0OELr2dE8dpBYwsHwsXcRtobKdo07ygIf1B2i0LqaStBdZk+5evj2trSO
|
||||
L1AEJc7W7fbDD83Vtt47UHAaBvtxPSoPMqzoNsq4g90DchqLe3DdTnheU6Dk1P/W
|
||||
YJzT9M+pXsfYKrJrn0jrt6XU5PJRybsXueOGzNEjWrSPmyfuAqEQ2jVbUCmIYgLb
|
||||
KNK9Jv62vjRRqE9QO33AQ+7r+WcQYENqU5RLj+mhLyTT4iih0YquMnZXTtYn+JwJ
|
||||
O13dCgiQpJSe1QgxsK4rarYOR2aQXBAYRuwUhj7LcKj3ujL1KW0Q8tgKuvWrANK3
|
||||
ceDge5Lii8mgYnPYcskEQG0aEWEJ6uj5pRs5iACc923Ty3bJgXlmkPYJGwRmI02G
|
||||
P7ka8fOmSExc1TLKu9JXt7BmuJjmapUw3bjtXPEUhlTzzHqE8MBR11ZBIAS7Wlfs
|
||||
XnJzXenWqQrYuIkquGn93AdzYeJ1JNheX3ApFR300ccsrB4maXcw1+CLpcDBQ0Wa
|
||||
x0lCKvBdnUkGDW0c+2glVHHi0C3kJZ3brzHc3GpsGYcsQMH9FaYJEC2nzPDZ0ayf
|
||||
NSg+9SHdDOS6s1QFImON
|
||||
=eeTq
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.2.ebuild,v 1.13 2011/08/12 18:51:07 xarthisius Exp $
|
||||
|
||||
EAPI=1
|
||||
|
||||
inherit eutils qt4
|
||||
|
||||
DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections."
|
||||
HOMEPAGE="http://qjackctl.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
IUSE="alsa debug"
|
||||
|
||||
RDEPEND="alsa? ( media-libs/alsa-lib )
|
||||
x11-libs/qt-core:4
|
||||
x11-libs/qt-gui:4
|
||||
>=media-sound/jack-audio-connection-kit-0.109.2"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_compile() {
|
||||
econf \
|
||||
$(use_enable alsa alsa-seq) \
|
||||
$(use_enable debug) \
|
||||
|| die "econf failed"
|
||||
|
||||
# Emulate what the Makefile does, so that we can get the correct
|
||||
# compiler used.
|
||||
eqmake4 ${PN}.pro -o ${PN}.mak || die "eqmake4 failed"
|
||||
|
||||
emake -f ${PN}.mak || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
|
||||
rm "${D}/usr/share/applications/qjackctl.desktop"
|
||||
|
||||
# Upstream desktop file is invalid, better stick with our for now.
|
||||
make_desktop_entry "${PN}" "QjackCtl" "${PN}"
|
||||
|
||||
dodoc README ChangeLog TODO AUTHORS
|
||||
}
|
@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.7.ebuild,v 1.4 2011/08/12 18:51:07 xarthisius Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit qt4
|
||||
|
||||
DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections."
|
||||
HOMEPAGE="http://qjackctl.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
IUSE="alsa dbus debug portaudio"
|
||||
|
||||
RDEPEND="alsa? ( media-libs/alsa-lib )
|
||||
x11-libs/qt-core:4
|
||||
x11-libs/qt-gui:4
|
||||
dbus? ( x11-libs/qt-dbus )
|
||||
portaudio? ( media-libs/portaudio )
|
||||
>=media-sound/jack-audio-connection-kit-0.109.2"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable alsa alsa-seq) \
|
||||
$(use_enable dbus) \
|
||||
$(use_enable debug) \
|
||||
$(use_enable portaudio)
|
||||
|
||||
# Emulate what the Makefile does, so that we can get the correct
|
||||
# compiler used.
|
||||
eqmake4 ${PN}.pro -o ${PN}.mak || die "eqmake4 failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -f ${PN}.mak || die "emake failed"
|
||||
lupdate ${PN}.pro || die "lupdate failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
dodoc README ChangeLog TODO AUTHORS TRANSLATORS
|
||||
}
|
@ -0,0 +1,85 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20120327.ebuild,v 1.1 2012/03/28 18:52:53 lu_zero Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
V_ECLASS="git-2"
|
||||
else
|
||||
V_ECLASS="versionator"
|
||||
fi
|
||||
|
||||
inherit flag-o-matic multilib toolchain-funcs ${V_ECLASS}
|
||||
|
||||
if [ "${PV#9999}" = "${PV}" ] ; then
|
||||
MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
|
||||
fi
|
||||
DESCRIPTION="A free commandline encoder for X264/AVC streams"
|
||||
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
EGIT_REPO_URI="git://git.videolan.org/x264.git"
|
||||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
fi
|
||||
IUSE="10bit custom-cflags debug ffmpeg ffmpegsource +interlaced mp4 +threads"
|
||||
|
||||
REQUIRED_USE="ffmpegsource? ( ffmpeg )"
|
||||
|
||||
RDEPEND="ffmpeg? ( virtual/ffmpeg )
|
||||
ffmpegsource? ( media-libs/ffmpegsource )
|
||||
mp4? ( >=media-video/gpac-0.4.1_pre20060122 )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
amd64? ( >=dev-lang/yasm-0.6.2 )
|
||||
x86? ( >=dev-lang/yasm-0.6.2 )
|
||||
x86-fbsd? ( >=dev-lang/yasm-0.6.2 )
|
||||
dev-util/pkgconfig"
|
||||
|
||||
if [ "${PV#9999}" = "${PV}" ] ; then
|
||||
S=${WORKDIR}/${MY_P}
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
|
||||
local myconf=""
|
||||
use 10bit && myconf+=" --bit-depth=10"
|
||||
use debug && myconf+=" --enable-debug"
|
||||
use ffmpeg || myconf+=" --disable-lavf --disable-swscale"
|
||||
use ffmpegsource || myconf+=" --disable-ffms"
|
||||
use interlaced || myconf+=" --disable-interlaced"
|
||||
use mp4 || myconf+=" --disable-gpac"
|
||||
use threads || myconf+=" --disable-thread"
|
||||
|
||||
# let upstream pick the optimization level by default
|
||||
use custom-cflags || filter-flags -O?
|
||||
|
||||
./configure \
|
||||
--prefix="${EPREFIX}"/usr \
|
||||
--libdir="${EPREFIX}"/usr/$(get_libdir) \
|
||||
--disable-avs \
|
||||
--system-libx264 \
|
||||
--host="${CHOST}" \
|
||||
${myconf} || die
|
||||
|
||||
# this is a nasty workaround for bug #376925 for x264 that also applies
|
||||
# here, needed because as upstream doesn't like us fiddling with their CFLAGS
|
||||
if use custom-cflags; then
|
||||
local cflags
|
||||
cflags="$(grep "^CFLAGS=" config.mak | sed 's/CFLAGS=//')"
|
||||
cflags="${cflags//$(get-flag O)/}"
|
||||
cflags="${cflags//-O? /$(get-flag O) }"
|
||||
cflags="${cflags//-g /}"
|
||||
sed -i "s:^CFLAGS=.*:CFLAGS=${cflags//:/\\:}:" config.mak
|
||||
fi
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
=dev-libs/apr-1* =dev-libs/apr-util-1* dev-libs/libpcre ssl? ( dev-libs/openssl ) !<www-servers/apache-2.2.4 sys-devel/libtool
|
||||
=dev-libs/apr-1* =dev-libs/apr-util-1* dev-libs/libpcre ssl? ( dev-libs/openssl ) !<www-servers/apache-2.2.4
|
||||
0
|
||||
mirror://apache/httpd/httpd-2.2.22.tar.bz2
|
||||
test
|
||||
http://httpd.apache.org/
|
||||
Apache-2.0
|
||||
Useful Apache tools - htdigest, htpasswd, ab, htdbm
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
|
||||
eutils flag-o-matic multilib toolchain-funcs user
|
||||
ssl
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
app-text/gtkspell:2 >=dev-libs/glib-2.28.6 dev-texlive/texlive-latex dev-texlive/texlive-latexextra >=x11-libs/gtk+-2.24:2 x11-libs/gtksourceview:2.0 app-text/poppler[cairo] x11-libs/gtksourceview:2.0 x11-libs/pango
|
||||
app-text/gtkspell:2 >=dev-libs/glib-2.28.6 dev-texlive/texlive-latex dev-texlive/texlive-latexextra >=x11-libs/gtk+-2.24:2 x11-libs/gtksourceview:2.0
|
||||
0
|
||||
http://dev.midnightcoding.org/attachments/download/263/gummi-0.6.3.tar.gz
|
||||
|
||||
http://gummi.midnightcoding.org
|
||||
MIT
|
||||
Simple LaTeX editor for GTK+
|
||||
~amd64 ~x86
|
||||
base eutils multilib toolchain-funcs user
|
||||
linguas_ar linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_fr linguas_it linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sv linguas_zh_CN linguas_zh_TW
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=x11-libs/gtk+-2.24:2 >=dev-libs/glib-2 x11-libs/gdk-pixbuf x11-libs/pango nls? ( sys-devel/gettext ) || ( >=sys-devel/automake-1.11.1:1.11 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
>=x11-libs/gtk+-2.24:2 >=dev-libs/glib-2 x11-libs/gdk-pixbuf x11-libs/pango
|
||||
0
|
||||
mirror://sourceforge/gentoo/gentoo-0.19.13.tar.gz
|
||||
|
||||
http://www.obsession.se/gentoo/
|
||||
GPL-2
|
||||
A modern GTK+ based filemanager for any WM
|
||||
~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
autotools eutils libtool multilib toolchain-funcs user
|
||||
nls
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.6[assistant,svg,webkit,X] >=dev-python/qscintilla-python-2.2 kde? ( kde-base/pykde4 ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.6[assistant,svg,webkit,X] >=dev-python/qscintilla-python-2.2 kde? ( kde-base/pykde4 ) >=dev-python/chardet-2.0.1 dev-python/coverage >=dev-python/pygments-1.1 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
4
|
||||
mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-4.4.19.tar.gz linguas_cs? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-cs-4.4.19.tar.gz ) linguas_de? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-de-4.4.19.tar.gz ) linguas_en? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-en-4.4.19.tar.gz ) linguas_es? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-es-4.4.19.tar.gz ) linguas_fr? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-fr-4.4.19.tar.gz ) linguas_it? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-it-4.4.19.tar.gz ) linguas_ru? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-ru-4.4.19.tar.gz ) linguas_tr? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-tr-4.4.19.tar.gz ) linguas_zh_CN? ( mirror://sourceforge/eric-ide/eric4/stable/4.4.19/eric4-i18n-zh_CN.GB2312-4.4.19.tar.gz )
|
||||
|
||||
http://eric-ide.python-projects.org/
|
||||
GPL-3
|
||||
A full featured Python IDE using PyQt4 and QScintilla
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
eutils multilib python toolchain-funcs user
|
||||
kde spell linguas_cs linguas_de linguas_en linguas_es linguas_fr linguas_it linguas_ru linguas_tr linguas_zh_CN
|
||||
|
||||
spell? ( dev-python/pyenchant )
|
||||
|
||||
3
|
||||
|
||||
install postinst postrm prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.6[assistant,svg,webkit,X] >=dev-python/qscintilla-python-2.3 kde? ( kde-base/pykde4 ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.6[assistant,svg,webkit,X] >=dev-python/qscintilla-python-2.3 kde? ( kde-base/pykde4 ) >=dev-python/chardet-2.0.1 >=dev-python/coverage-3.0.1 >=dev-python/pygments-1.3.1 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
4
|
||||
mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-4.5.1.tar.gz linguas_cs? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-cs-4.5.1.tar.gz ) linguas_de? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-de-4.5.1.tar.gz ) linguas_en? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-en-4.5.1.tar.gz ) linguas_es? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-es-4.5.1.tar.gz ) linguas_fr? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-fr-4.5.1.tar.gz ) linguas_it? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-it-4.5.1.tar.gz ) linguas_ru? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-ru-4.5.1.tar.gz ) linguas_tr? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-tr-4.5.1.tar.gz ) linguas_zh_CN? ( mirror://sourceforge/eric-ide/eric4/stable/4.5.1/eric4-i18n-zh_CN.GB2312-4.5.1.tar.gz )
|
||||
|
||||
http://eric-ide.python-projects.org/
|
||||
GPL-3
|
||||
A full featured Python IDE using PyQt4 and QScintilla
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
eutils multilib python toolchain-funcs user
|
||||
kde spell linguas_cs linguas_de linguas_en linguas_es linguas_fr linguas_it linguas_ru linguas_tr linguas_zh_CN
|
||||
|
||||
spell? ( dev-python/pyenchant )
|
||||
|
||||
4
|
||||
|
||||
install postinst postrm prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.7[assistant,svg,webkit,X] >=dev-python/qscintilla-python-2.4 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* )
|
||||
>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.7[assistant,svg,webkit,X] >=dev-python/qscintilla-python-2.4 >=dev-python/chardet-2.0.1 >=dev-python/coverage-3.2 >=dev-python/pygments-1.4 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* )
|
||||
5
|
||||
mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-5.1.7.tar.gz linguas_cs? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-cs-5.1.7.tar.gz ) linguas_de? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-de-5.1.7.tar.gz ) linguas_en? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-en-5.1.7.tar.gz ) linguas_es? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-es-5.1.7.tar.gz ) linguas_fr? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-fr-5.1.7.tar.gz ) linguas_it? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-it-5.1.7.tar.gz ) linguas_ru? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-ru-5.1.7.tar.gz ) linguas_tr? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-tr-5.1.7.tar.gz ) linguas_zh_CN? ( mirror://sourceforge/eric-ide/eric5/stable/5.1.7/eric5-i18n-zh_CN.GB2312-5.1.7.tar.gz )
|
||||
|
||||
http://eric-ide.python-projects.org/
|
||||
GPL-3
|
||||
A full featured Python IDE using PyQt4 and QScintilla
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
eutils multilib python toolchain-funcs user
|
||||
spell linguas_cs linguas_de linguas_en linguas_es linguas_fr linguas_it linguas_ru linguas_tr linguas_zh_CN
|
||||
|
||||
spell? ( dev-python/pyenchant )
|
||||
|
||||
3
|
||||
|
||||
install postinst postrm prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
|
||||
|
||||
0
|
||||
http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-0.1.tar.xz
|
||||
|
||||
http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
|
||||
BSD
|
||||
AudioProcessing library from the webrtc.org code base
|
||||
~amd64 ~x86
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
-
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
amd64? ( >=dev-lang/yasm-1 ) x86? ( >=dev-lang/yasm-1 ) x86-fbsd? ( >=dev-lang/yasm-1 )
|
||||
|
||||
0
|
||||
http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20120327-2245.tar.bz2
|
||||
|
||||
http://www.videolan.org/developers/x264.html
|
||||
GPL-2
|
||||
A free library for encoding X264/AVC streams
|
||||
~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
|
||||
eutils flag-o-matic multilib toolchain-funcs user versionator
|
||||
10bit custom-cflags debug +interlaced pic static-libs +threads
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
dev-libs/openssl media-libs/libsdl >=virtual/ffmpeg-0.9 x11-libs/qt-core:4 x11-libs/qt-gui:4
|
||||
dev-libs/openssl media-libs/libsdl >=virtual/ffmpeg-0.9 x11-libs/qt-core:4 x11-libs/qt-gui:4
|
||||
0
|
||||
mirror://sourceforge/karlyriceditor/karlyriceditor-1.3.tar.gz
|
||||
|
||||
http://www.karlyriceditor.com/
|
||||
GPL-3
|
||||
A program which lets you edit and synchronize lyrics with karaoke songs in varions formats
|
||||
~amd64 ~x86
|
||||
base eutils multilib qt4-r2 toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( || ( >=sys-fs/udev-171[hwdb] >=sys-fs/udev-143[extras] ) ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) dev-libs/json-c >=sys-devel/libtool-2.2.4 doc? ( app-doc/doxygen ) X? ( x11-proto/xproto >=x11-libs/libXtst-1.0.99.2 ) dev-libs/libatomic_ops dev-util/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool
|
||||
>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( || ( >=sys-fs/udev-171[hwdb] >=sys-fs/udev-143[extras] ) ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) dev-libs/json-c >=sys-devel/libtool-2.2.4 X? ( gnome-extra/gnome-audio ) system-wide? ( sys-apps/openrc alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-4 ) )
|
||||
0
|
||||
http://freedesktop.org/software/pulseaudio/releases/pulseaudio-1.99.2.tar.xz
|
||||
|
||||
http://www.pulseaudio.org/
|
||||
!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )
|
||||
A networked sound server with an advanced plugin system
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux
|
||||
eutils flag-o-matic libtool multilib toolchain-funcs user versionator
|
||||
+alsa avahi +caps equalizer jack lirc oss tcpd +X dbus libsamplerate gnome bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime +orc ssl +gdbm +webrtc-aec
|
||||
bluetooth? ( dbus )
|
||||
media-plugins/alsa-plugins[pulseaudio]
|
||||
|
||||
4
|
||||
|
||||
configure install postinst setup test
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
alsa? ( media-libs/alsa-lib ) x11-libs/qt-core:4 x11-libs/qt-gui:4 >=media-sound/jack-audio-connection-kit-0.109.2
|
||||
alsa? ( media-libs/alsa-lib ) x11-libs/qt-core:4 x11-libs/qt-gui:4 >=media-sound/jack-audio-connection-kit-0.109.2
|
||||
0
|
||||
mirror://sourceforge/qjackctl/qjackctl-0.3.2.tar.gz
|
||||
|
||||
http://qjackctl.sourceforge.net/
|
||||
GPL-2
|
||||
A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections.
|
||||
amd64 ~x86
|
||||
base eutils multilib qt4 toolchain-funcs user versionator
|
||||
alsa debug
|
||||
|
||||
|
||||
|
||||
1
|
||||
|
||||
compile install setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
alsa? ( media-libs/alsa-lib ) x11-libs/qt-core:4 x11-libs/qt-gui:4 dbus? ( x11-libs/qt-dbus ) portaudio? ( media-libs/portaudio ) >=media-sound/jack-audio-connection-kit-0.109.2
|
||||
alsa? ( media-libs/alsa-lib ) x11-libs/qt-core:4 x11-libs/qt-gui:4 dbus? ( x11-libs/qt-dbus ) portaudio? ( media-libs/portaudio ) >=media-sound/jack-audio-connection-kit-0.109.2
|
||||
0
|
||||
mirror://sourceforge/qjackctl/qjackctl-0.3.7.tar.gz
|
||||
|
||||
http://qjackctl.sourceforge.net/
|
||||
GPL-2
|
||||
A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections.
|
||||
amd64 ~x86
|
||||
base eutils multilib qt4 toolchain-funcs user versionator
|
||||
alsa dbus debug portaudio
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
ffmpeg? ( virtual/ffmpeg ) ffmpegsource? ( media-libs/ffmpegsource ) mp4? ( >=media-video/gpac-0.4.1_pre20060122 ) amd64? ( >=dev-lang/yasm-0.6.2 ) x86? ( >=dev-lang/yasm-0.6.2 ) x86-fbsd? ( >=dev-lang/yasm-0.6.2 ) dev-util/pkgconfig
|
||||
ffmpeg? ( virtual/ffmpeg ) ffmpegsource? ( media-libs/ffmpegsource ) mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
|
||||
0
|
||||
http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20120327-2245.tar.bz2
|
||||
|
||||
http://www.videolan.org/developers/x264.html
|
||||
GPL-2
|
||||
A free commandline encoder for X264/AVC streams
|
||||
~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
|
||||
eutils flag-o-matic multilib toolchain-funcs user versionator
|
||||
10bit custom-cflags debug ffmpeg ffmpegsource +interlaced mp4 +threads
|
||||
ffmpegsource? ( ffmpeg )
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
ftconv? ( sys-libs/zlib net-analyzer/flow-tools ) nfprofile? ( net-analyzer/rrdtool ) sys-devel/flex || ( >=sys-devel/automake-1.11.1:1.11 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
ftconv? ( sys-libs/zlib net-analyzer/flow-tools ) nfprofile? ( net-analyzer/rrdtool ) dev-lang/perl
|
||||
0
|
||||
mirror://sourceforge/nfdump/nfdump-1.6.6.tar.gz
|
||||
|
||||
http://nfdump.sourceforge.net/
|
||||
BSD
|
||||
A set of tools to collect and process netflow data
|
||||
~amd64 ~x86
|
||||
autotools eutils libtool multilib toolchain-funcs user
|
||||
compat15 debug ftconv nfprofile sflow
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=x11-libs/qt-gui-4.4:4[qt3support,dbus?] >=x11-libs/qt-qt3support-4.4:4 >=app-crypt/qca-2.0.2:2 spell? ( >=app-text/enchant-1.3.0 ) xscreensaver? ( x11-libs/libXScrnSaver ) extras? ( webkit? ( x11-libs/qt-webkit ) ) app-arch/unzip extras? ( sys-devel/qconf ) doc? ( app-doc/doxygen )
|
||||
>=x11-libs/qt-gui-4.4:4[qt3support,dbus?] >=x11-libs/qt-qt3support-4.4:4 >=app-crypt/qca-2.0.2:2 spell? ( >=app-text/enchant-1.3.0 ) xscreensaver? ( x11-libs/libXScrnSaver ) extras? ( webkit? ( x11-libs/qt-webkit ) ) app-arch/unzip
|
||||
0
|
||||
mirror://sourceforge/psi/psi-0.14.tar.bz2 http://fs.scs-tsa.de/psi_l10n/psi-0.14_langpack_for_packagers_2009-12-02.zip extras? ( mirror://gentoo/psi-extra-patches-r1428.tar.bz2 mirror://gentoo/psi-extra-iconsets-r1428.tar.bz2 )
|
||||
test
|
||||
http://psi-im.org/
|
||||
GPL-2
|
||||
Qt4 Jabber client, with Licq-like interface
|
||||
amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd
|
||||
base eutils multilib qt4 toolchain-funcs user versionator
|
||||
crypt dbus debug doc extras jingle spell ssl xscreensaver webkit linguas_be linguas_cs linguas_de linguas_fr linguas_it linguas_ja linguas_pl linguas_pt_BR linguas_ru linguas_sl linguas_sv linguas_ur_PK linguas_zh_TW
|
||||
|
||||
crypt? ( app-crypt/qca-gnupg:2 ) jingle? ( net-im/psimedia app-crypt/qca-ossl:2 ) ssl? ( app-crypt/qca-ossl:2 )
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=x11-libs/qt-gui-4.4:4[qt3support,dbus?] >=x11-libs/qt-qt3support-4.4:4 >=app-crypt/qca-2.0.2:2 spell? ( >=app-text/enchant-1.3.0 ) xscreensaver? ( x11-libs/libXScrnSaver ) extras? ( webkit? ( x11-libs/qt-webkit ) ) app-arch/unzip extras? ( sys-devel/qconf ) doc? ( app-doc/doxygen )
|
||||
>=x11-libs/qt-gui-4.4:4[qt3support,dbus?] >=x11-libs/qt-qt3support-4.4:4 >=app-crypt/qca-2.0.2:2 spell? ( >=app-text/enchant-1.3.0 ) xscreensaver? ( x11-libs/libXScrnSaver ) extras? ( webkit? ( x11-libs/qt-webkit ) ) app-arch/unzip
|
||||
0
|
||||
mirror://sourceforge/psi/psi-0.14.tar.bz2 http://fs.scs-tsa.de/psi_l10n/psi-0.14_langpack_for_packagers_2009-12-02.zip extras? ( mirror://gentoo/psi-extra-patches-r1428.tar.bz2 mirror://gentoo/psi-extra-iconsets-r1428.tar.bz2 )
|
||||
test
|
||||
http://psi-im.org/
|
||||
GPL-2
|
||||
Qt4 Jabber client, with Licq-like interface
|
||||
amd64 ~arm hppa ppc ~ppc64 x86 ~x86-fbsd
|
||||
base eutils multilib qt4 toolchain-funcs user versionator
|
||||
crypt dbus debug doc extras jingle spell ssl xscreensaver webkit linguas_be linguas_cs linguas_de linguas_fr linguas_it linguas_ja linguas_pl linguas_pt_BR linguas_ru linguas_sl linguas_sv linguas_ur_PK linguas_zh_TW
|
||||
|
||||
crypt? ( app-crypt/qca-gnupg:2 ) jingle? ( net-im/psimedia app-crypt/qca-ossl:2 ) ssl? ( app-crypt/qca-ossl:2 )
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=dev-libs/glib-2.18 >=media-libs/gstreamer-0.10.22 >=media-libs/gst-plugins-base-0.10.22 media-libs/gst-plugins-good >=dev-libs/liboil-0.3 x11-libs/qt-core x11-libs/qt-gui >=media-libs/speex-1.2_rc1
|
||||
>=dev-libs/glib-2.18 >=media-libs/gstreamer-0.10.22 >=media-libs/gst-plugins-base-0.10.22 media-libs/gst-plugins-good >=dev-libs/liboil-0.3 x11-libs/qt-core x11-libs/qt-gui >=media-libs/speex-1.2_rc1 media-plugins/gst-plugins-speex >=media-plugins/gst-plugins-vorbis-0.10.22 >=media-plugins/gst-plugins-theora-0.10.22 >=media-plugins/gst-plugins-alsa-0.10.22 >=media-plugins/gst-plugins-ogg-0.10.22 media-plugins/gst-plugins-v4l2 media-plugins/gst-plugins-jpeg !<net-im/psi-0.13_rc1
|
||||
0
|
||||
http://delta.affinix.com/download/psimedia/psimedia-1.0.3.tar.bz2
|
||||
|
||||
http://delta.affinix.com/psimedia/
|
||||
GPL-2
|
||||
Psi plugin for voice/video calls
|
||||
amd64 ~arm hppa ppc ppc64 x86
|
||||
base eutils multilib qt4 toolchain-funcs user versionator
|
||||
demo
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=dev-libs/glib-2.18 >=media-libs/gstreamer-0.10.22 >=media-libs/gst-plugins-base-0.10.22 media-libs/gst-plugins-good >=dev-libs/liboil-0.3 >=x11-libs/qt-gui-4.4:4 >=media-libs/speex-1.2_rc1 dev-util/pkgconfig
|
||||
>=dev-libs/glib-2.18 >=media-libs/gstreamer-0.10.22 >=media-libs/gst-plugins-base-0.10.22 media-libs/gst-plugins-good >=dev-libs/liboil-0.3 >=x11-libs/qt-gui-4.4:4 >=media-libs/speex-1.2_rc1 media-plugins/gst-plugins-speex >=media-plugins/gst-plugins-vorbis-0.10.22 >=media-plugins/gst-plugins-theora-0.10.22 >=media-plugins/gst-plugins-alsa-0.10.22 >=media-plugins/gst-plugins-ogg-0.10.22 media-plugins/gst-plugins-v4l2 media-plugins/gst-plugins-jpeg !<net-im/psi-0.13_rc1
|
||||
0
|
||||
http://delta.affinix.com/download/psimedia/psimedia-1.0.3.tar.bz2
|
||||
|
||||
http://delta.affinix.com/psimedia/
|
||||
GPL-2
|
||||
Psi plugin for voice/video calls
|
||||
~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
|
||||
base eutils multilib qt4-r2 toolchain-funcs user
|
||||
demo
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=dev-libs/glib-2.18 >=media-libs/gstreamer-0.10.22 >=media-libs/gst-plugins-base-0.10.22 media-libs/gst-plugins-good >=dev-libs/liboil-0.3 >=x11-libs/qt-gui-4.4:4 >=media-libs/speex-1.2_rc1 dev-util/pkgconfig
|
||||
>=dev-libs/glib-2.18 >=media-libs/gstreamer-0.10.22 >=media-libs/gst-plugins-base-0.10.22 media-libs/gst-plugins-good >=dev-libs/liboil-0.3 >=x11-libs/qt-gui-4.4:4 >=media-libs/speex-1.2_rc1 media-plugins/gst-plugins-speex >=media-plugins/gst-plugins-vorbis-0.10.22 >=media-plugins/gst-plugins-theora-0.10.22 >=media-plugins/gst-plugins-alsa-0.10.22 >=media-plugins/gst-plugins-ogg-0.10.22 media-plugins/gst-plugins-v4l2 media-plugins/gst-plugins-jpeg !<net-im/psi-0.13_rc1
|
||||
0
|
||||
http://delta.affinix.com/download/psimedia/psimedia-1.0.3.tar.bz2
|
||||
|
||||
http://delta.affinix.com/psimedia/
|
||||
GPL-2
|
||||
Psi plugin for voice/video calls
|
||||
amd64 ~arm hppa ~ppc ~ppc64 ~x86
|
||||
base eutils multilib qt4-r2 toolchain-funcs user
|
||||
demo
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
dev-python/lxml || ( www-apache/mod_wsgi www-servers/uwsgi ) sql? ( dev-python/sqlalchemy ) tools? ( net-dns/bind-tools ) tools? ( net-misc/wget ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
0
|
||||
http://www.automx.org/download/automx-0.8_rc2.tar.gz
|
||||
http://www.automx.org/download/automx-0.8.tar.gz
|
||||
|
||||
http://www.automx.org
|
||||
GPL-3
|
@ -0,0 +1,22 @@
|
||||
>=x11-libs/gtk+-2.18.0:2 >=dev-libs/glib-2.24.0:2 >=x11-libs/pango-1.4.0 >=gnome-base/gconf-1.1.9:2 >=dev-libs/libxml2-2.6.27:2 >=dev-libs/libxslt-1.1.19 >=dev-db/sqlite-3.7.0:3 >=net-libs/libsoup-2.28.2:2.4 dev-libs/libunique:1 >=net-libs/webkit-gtk-1.2.2:2 dev-libs/json-glib ayatana? ( dev-libs/libindicate ) libnotify? ( >=x11-libs/libnotify-0.3.2 ) dev-util/intltool dev-util/pkgconfig app-arch/xz-utils >=sys-apps/sed-4
|
||||
>=x11-libs/gtk+-2.18.0:2 >=dev-libs/glib-2.24.0:2 >=x11-libs/pango-1.4.0 >=gnome-base/gconf-1.1.9:2 >=dev-libs/libxml2-2.6.27:2 >=dev-libs/libxslt-1.1.19 >=dev-db/sqlite-3.7.0:3 >=net-libs/libsoup-2.28.2:2.4 dev-libs/libunique:1 >=net-libs/webkit-gtk-1.2.2:2 dev-libs/json-glib ayatana? ( dev-libs/libindicate ) libnotify? ( >=x11-libs/libnotify-0.3.2 )
|
||||
0
|
||||
mirror://sourceforge/liferea/liferea-1.8.4.tar.gz
|
||||
|
||||
http://liferea.sourceforge.net/
|
||||
GPL-2
|
||||
News Aggregator for RDF/RSS/CDF/Atom/Echo feeds
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib pax-utils toolchain-funcs user versionator
|
||||
ayatana libnotify
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
x11-libs/qt-gui:4 x11-libs/qt-sql:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4 doc? ( app-doc/doxygen )
|
||||
x11-libs/qt-gui:4 x11-libs/qt-sql:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4
|
||||
0
|
||||
http://arora.googlecode.com/files/arora-0.10.2.tar.gz
|
||||
|
||||
http://arora.googlecode.com/
|
||||
|| ( GPL-3 GPL-2 )
|
||||
A cross-platform Qt4 WebKit browser
|
||||
amd64 ~arm ~ppc x86
|
||||
base eutils multilib qt4-r2 toolchain-funcs user
|
||||
debug doc linguas_ast linguas_ca linguas_es linguas_es_CR linguas_et_EE linguas_fr_CA linguas_gl linguas_ms linguas_nb_NO linguas_pt_BR linguas_pt_PT linguas_sr@latin linguas_sr_CS linguas_uk linguas_zh_CN linguas_zh_TW linguas_cs linguas_da linguas_de linguas_el linguas_fi linguas_fr linguas_he linguas_hu linguas_it linguas_ja linguas_nl linguas_pl linguas_ru linguas_sk linguas_tr
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
x11-libs/qt-gui:4 x11-libs/qt-sql:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4 doc? ( app-doc/doxygen )
|
||||
x11-libs/qt-gui:4 x11-libs/qt-sql:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4
|
||||
0
|
||||
http://arora.googlecode.com/files/arora-0.11.0.tar.gz
|
||||
|
||||
http://arora.googlecode.com/
|
||||
|| ( GPL-3 GPL-2 )
|
||||
A cross-platform Qt4 WebKit browser
|
||||
~amd64 ~arm ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
|
||||
base eutils multilib qt4-r2 toolchain-funcs user
|
||||
debug doc linguas_ast linguas_ca linguas_es linguas_es_CR linguas_et_EE linguas_fr_CA linguas_gl linguas_ms linguas_nb_NO linguas_nl linguas_pt_BR linguas_pt_PT linguas_sr@latin linguas_sr_CS linguas_uk linguas_zh_CN linguas_zh_TW linguas_cs linguas_da linguas_de linguas_el linguas_fi linguas_fr linguas_he linguas_hu linguas_it linguas_ja linguas_pl linguas_ru linguas_sk linguas_tr
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.7.6 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) >=dev-lang/nacl-toolchain-newlib-0_p7311 dev-lang/perl dev-lang/yasm dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
|
||||
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.7.6 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
0
|
||||
http://commondatastorage.googleapis.com/chromium-browser-official/chromium-17.0.963.79.tar.bz2
|
||||
|
||||
http://chromium.org/
|
||||
BSD
|
||||
Open-source version of Google Chrome web browser
|
||||
amd64 x86
|
||||
eutils fdo-mime flag-o-matic gnome2-utils linux-info multilib pax-utils portability python toolchain-funcs user versionator virtualx
|
||||
bindist cups custom-cflags gnome gnome-keyring kerberos pulseaudio linguas_am linguas_ar linguas_bg linguas_bn linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es linguas_es_LA linguas_et linguas_fa linguas_fi linguas_fil linguas_fr linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_kn linguas_ko linguas_lt linguas_lv linguas_ml linguas_mr linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW test
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.8.9.4 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) >=dev-lang/nacl-toolchain-newlib-0_p7311 dev-lang/perl dev-lang/yasm dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
|
||||
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.8.9.4 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
0
|
||||
http://commondatastorage.googleapis.com/chromium-browser-official/chromium-18.0.1025.113.tar.bz2
|
||||
http://commondatastorage.googleapis.com/chromium-browser-official/chromium-18.0.1025.142.tar.bz2
|
||||
|
||||
http://chromium.org/
|
||||
BSD
|
||||
Open-source version of Google Chrome web browser
|
||||
~amd64 ~x86
|
||||
~amd64 x86
|
||||
chromium eutils fdo-mime flag-o-matic gnome2-utils linux-info multilib pax-utils portability python toolchain-funcs user versionator virtualx
|
||||
bindist cups gnome gnome-keyring kerberos pulseaudio custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue