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] add deadbeef-soxr-20190311
just add new deadbeef-soxr build with manifest
- Loading branch information
1 parent
955aa44
commit de9b30d
Showing
2 changed files
with
24 additions
and
2 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,2 +1,3 @@ | ||
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 | ||
DIST deadbeef-soxr-20160205.tar.gz 3885 BLAKE2B a296fa24c6766319a24267af49dea57428151309a3f882f6a71fb77e1f3843d08caabe32ccda47dfc8fe96c422f95c1419918b4fe0b4c936e6cff5fccf8149f1 SHA512 96f8b616c1e1d02db5ce873354589879676781230ebc174fa96775d6c76ebbf0fea50be53640b116b7de923e671d32d9dc26ca2f80ed7dfd5852f20c918888b2 | ||
DIST deadbeef-soxr-20160209.tar.gz 3892 BLAKE2B c657a98dbb89fb0bf2e2e88c851b6200966f7274bf6ac0f30a20545db79af7001184dd3374f2a2e0442f99e07f798cf883dcb952034dffcbae4d41c65f7f2f85 SHA512 c99cfa50be7dccfeb4155c17a23512e0b2e014b0651584f6ccc9569f8fad76f596d36b61729fc2f2e1f692830b560a9e987f23d0154d94caa445629a052e80a2 | ||
DIST deadbeef-soxr-20190311.tar.gz 3880 BLAKE2B 6a62c896cbd6bfbab263b41d3e1422a651959c1a33687908708e791fbde441a0482bfe7b52a2f1cdf0606df688157c576ea76c3fc8ca89114268de153c9edde8 SHA512 613b239596570d2748288d2682b9e509a01c27a5ad761374b30bbbeb0d2e9029e5b9bf4cb99a5902a214e93772327925b2778f0e98c3c92ce38ea2a11ae475de |
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,21 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI="6" | ||
|
||
inherit deadbeef-plugins | ||
|
||
GITHUB_COMMIT="103341b7388d38110181494bb9763daa9dafa63e" | ||
|
||
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}" |