mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
g72++: adding back. It used for DECT sniffing
This commit is contained in:
parent
108582b669
commit
de942a8e31
2 changed files with 29 additions and 0 deletions
2
media-sound/g72x++/Manifest
Normal file
2
media-sound/g72x++/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST g72x++.tar.bz2 30283 SHA256 f245bbb53137efcc5828a031c0c099c3f8c69bfea329a94e97bd6623ab9630d3 SHA512 03f13794a643a390c7ecb3f7f6f3158f782ca28d24fe6135b618adf0bae17271e8c72ef96a714c5277c65f1f601a429651b46102accd803d44d22a511b9ea407 WHIRLPOOL ea93392fe66f1925f9538330dbd910e12962bf9ab8535523ca22166d05b78997533893570e1df57e9c97682e0f90d1e2bf82059e0b9ef955918b5aca30d604d5
|
||||
EBUILD g72x++-1.ebuild 526 SHA256 6e8a7c3d0ceeccbfc54625f113ae22b7831511e290df4ce42f4254a461dd175c SHA512 aefd96a4de9bf4617e78ff60a2ad4171f9b2a335e20cd179cd0f7955875ca005a35d050d3c8a5b2ce5c9878c083da6c1d1a95e1e9dc11cd266f177fef745db09 WHIRLPOOL 4cb3f563df01bef9e11ab881943ba4581605ba25f9842e35c08c4ebbf1c4a43ada5c4bea41766b331773a06d6016515144e2ba766c81daec4c8f7c361ec6822a
|
||||
27
media-sound/g72x++/g72x++-1.ebuild
Normal file
27
media-sound/g72x++/g72x++-1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="Decoder for the g72x++ codec, commonly used by DECT phones"
|
||||
HOMEPAGE="http://www.ps-auxw.de"
|
||||
SRC_URI="http://www.ps-auxw.de/${PN}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}"/g72x
|
||||
|
||||
src_compile() {
|
||||
gcc $CFLAGS -o decode-g72x decode.c g*.c bitstream.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin decode-g72x || die "failed to install g72x++"
|
||||
}
|
||||
Loading…
Reference in a new issue