Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 676633 Details for
Bug 758377
media-video/libopenaptx Codecs for Bluetooth aptX and aptX HD (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libopenaptx-9999.ebuild
libopenaptx-9999.ebuild (text/plain), 1013 bytes, created by
Joakim Tjernlund
on 2020-12-04 11:43:15 UTC
(
hide
)
Description:
libopenaptx-9999.ebuild
Filename:
MIME Type:
Creator:
Joakim Tjernlund
Created:
2020-12-04 11:43:15 UTC
Size:
1013 bytes
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit flag-o-matic > >DESCRIPTION="Reverse-engineered aptX and aptX HD library" >HOMEPAGE="https://github.com/pali/libopenaptx" > >if [[ ${PV} == "9999" ]] ; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/pali/${PN}" >else > SRC_URI="https://github.com/pali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64 ~x86" >fi >IUSE="cpu_flags_x86_avx2" > >LICENSE="LGPL-2.1" >SLOT="0" > >RDEPEND="" >DEPEND="${RDEPEND}" > >src_compile() { > use cpu_flags_x86_avx2 && append-cflags "-mavx2" > append-cflags "-O3" > > emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" LIBDIR=$(get_libdir) \ > CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ARFLAGS="$ARFLAGS -rcs" all >} > >src_install() { > emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" LIBDIR=$(get_libdir) \ > CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ARFLAGS="$ARFLAGS -rcs" install > > #rm static lib ? > #rm -f "${D}/usr/$(get_libdir)"/libopenaptx.a || die "rm libopenaptx.a" >}
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 758377
:
676633
|
691914
|
691917