This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media-plugins/deadbeef-soxr] revbump
- Loading branch information
damex
committed
Jul 17, 2016
1 parent
4fcb944
commit 9388761
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST deadbeef-soxr-20160205.tar.gz 3885 SHA256 6eb7b5fc6c1d0cadd99b9a6200af6f0b4c50672f03372f3d3e79ed1560a43c87 SHA512 96f8b616c1e1d02db5ce873354589879676781230ebc174fa96775d6c76ebbf0fea50be53640b116b7de923e671d32d9dc26ca2f80ed7dfd5852f20c918888b2 WHIRLPOOL 06fb0355941a77bb6493020807ffaa95f5d131a2a552d028f7688a687c6f131d86a8bea933776a26d4dcf9dc77a3e714aaca1a78539150343172d9cce8a919ec | ||
DIST deadbeef-soxr-20160209.tar.gz 3892 SHA256 ef0770cb13c650451e493f9d99ee54b5ceb6c710b2805c3328fe831a403346b5 SHA512 c99cfa50be7dccfeb4155c17a23512e0b2e014b0651584f6ccc9569f8fad76f596d36b61729fc2f2e1f692830b560a9e987f23d0154d94caa445629a052e80a2 WHIRLPOOL 64a4c5361e224e26e01cd0964704866cfb7e23cad44a0195ae21239d116772f275c493864069be46066a3cc384057c618e8ab051dfce286d4c263c1dfe145b01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="5" | ||
|
||
inherit deadbeef-plugins | ||
|
||
GITHUB_COMMIT="4647e18f8e210e45fa01b1ef7296d2c4234c0f05" | ||
|
||
DESCRIPTION="DeaDBeeF sox resampler plugin" | ||
HOMEPAGE="https://github.com/silentlexx/deadbeef_soxr" | ||
SRC_URI="https://github.com/silentlexx/deadbeef_soxr/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND+=" media-libs/soxr:0" | ||
|
||
DEPEND="${RDEPEND}" | ||
|
||
S="${WORKDIR}/${PN/-/_}-${GITHUB_COMMIT}" |