Initial import

This commit is contained in:
2022-08-30 15:46:53 -04:00
commit e712bb5dc2
274 changed files with 27716 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST libao-1.2.2-r1.tar.gz 103046 SHA256 580821f6be1287883ebb5d7e50df995d2b77980d1d98f192391594dce7df2406 SHA512 babac92e9217019e7f64cff1bbe62eb537afcf2019dcb6eea6be1fd3957d34cc11cca4db98ad28f4148cfb72d62fd06221fa620f0dcc142a1fc755c6c26ce136 WHIRLPOOL 76493415d8ae728f582706c38215a852dd922cab46bb999531713d9f852ae54e3958a996af9f82fbff82376c6d8c9f96e0ffa15faa43d3d73ffb26df12964f00
EBUILD libao-1.2.2-r1.ebuild 1612 SHA256 9cb53463d0c9336aa4a52551ee15149ca1842963897bc5b4625457b9cb407c4e SHA512 56393d2b19028a831fa44100a3c38078ed6b651f959d2622718a8ac14497cc49c6c05fbb9501e3dcadd204f83ec12b00238ff1e15dc4bf57e2a9564a0216d255 WHIRLPOOL e02f052d32b69d3b354751cf28c7581288106a1f796cdb62cf9442f081cd5a59715c2f73c01f2ca652fae022099791ced184a053ed92c584af8aa99d25765fb6
MISC metadata.xml 249 SHA256 a591aa91a9c413e7f7e24fd25b924ce2dfef686da8b4ce38bebb088ebfdba9db SHA512 9a100fb26586365eda99724330a03a512f4d0be18d39c3a195ba02c2fc841edeee99d22512acf5a058a3b978d3a74f4d963a5aff9aa343b6cb4086cdfefe6343 WHIRLPOOL ae5b0c583f3a07ed1ccf651b5b9c8d6c8c637fba2d505fc4b028ea60239fc0a84e37a169b5114f879712ae74f7f41960a2cc6b59e67cacc7f964b105b5fb8723

View File

@@ -0,0 +1,55 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools libtool multilib multilib-minimal
DESCRIPTION="The Audio Output library"
HOMEPAGE="https://www.xiph.org/ao/"
#SRC_URI="https://downloads.xiph.org/releases/ao/${P}.tar.gz"
#SRC_URI="https://git.xiph.org/?p=libao.git;a=snapshot;h=refs/tags/${PV};sf=tgz -> ${P}.tar.gz"
#SRC_URI="https://github.com/xiph/libao/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="http://jamesc-2.ums.maine.edu/packages/${PN}-${PVR}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="alsa nas mmap pulseaudio static-libs"
RDEPEND="
alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
nas? ( >=media-libs/nas-1.9.4[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
virtual/jack
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
default
sed -i "s:/lib:/$(get_libdir):g" ao.m4 || die
eautoreconf
}
multilib_src_configure() {
local myeconfargs=(
--disable-arts
--disable-esd
$(use_enable alsa alsa)
$(use_enable mmap alsa-mmap)
$(use_enable nas)
$(use_enable pulseaudio pulse)
$(use_enable static-libs static)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
multilib_src_install() {
emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}/html" install
}
multilib_src_install_all() {
dodoc AUTHORS CHANGES README TODO
find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,2 @@
DIST master.zip 11149 SHA256 102cf8aee422ea143e13631c115ae9ab69d748e6416f59908b2559bbe7087f7a SHA512 94254642c72fdf718a04ed141c28019124826fd480064e5925ad4d90a2c0f1a1aa7f92c74e93e2af215fac111600a6d43056d6e90e6e18a7c2e8266482cfa032 WHIRLPOOL 3ef59777ac790bb22e6348d8b715bae7a7b3cd7df6c54e3901337095478b721ff9b2a92e695ecdec79f9a2e74358e360a880f74e2abcc986b16a2fef6dfe9ada
EBUILD libpainter-9999.ebuild 558 SHA256 a0953646e7a028cf0533b16895b33f35ff2f6936ec7c8e937e043996343fe480 SHA512 90021527a44200d518d7100c778bae4a1570d0128e527545d8f689145d5c7a8a7053c0df80017717ff9ec3e9c464f9a9c174bdf0a4b21f850c37328d42acd297 WHIRLPOOL 64cbbb73d3300a9885362b67e6fa5c2030811b9f23b24b0d15ddccb137635a29b135e7c71cb363455a55088a87d80728a486fde4585e3e1bab5eba76580ab39b

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit autotools eutils
DESCRIPTION="A graphics library used by xrdp"
HOMEPAGE="https://github.com/neutrinolabs/libpainter"
SRC_URI="https://github.com/neutrinolabs/libpainter/archive/master.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-master"
src_prepare() {
epatch_user
eautoreconf
}
src_install() {
default
#prune_libtool_files --all
}