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-musical-spectrum] revbump
- Loading branch information
damex
committed
Jul 17, 2016
1 parent
e8a6ddd
commit 4fcb944
Showing
2 changed files
with
34 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-musical-spectrum-20151013.tar.gz 22390 SHA256 539c9418f079140c9ee4edb0b6181ec4fd02ec58229acd411672124a04ec6dd6 SHA512 20f8f3ceaeb0f28e0c0ad6f2529eac23366102840ac144bf253614418943175cd19642b7b8cc10074692c2a7d8f6822a6098520bc1f0148bda9ebadc89d54f80 WHIRLPOOL d7d3344ba2a550a6c4a2a559ecd091c50a29acf0b081d1468bca01592666a5c7764dd8ce9228000502735dfe94f5fba9bc847a27b86bbfdfe68d4782b0fe70a5 | ||
DIST deadbeef-musical-spectrum-20160426.tar.gz 22708 SHA256 eba8b93b09c54ea9af56e3323c3f199ba160614d5c6292c9980548fca9726fe1 SHA512 01606ac4f0dfb2dd43bff293991858ed5b91bf3eba236cc8c9cb23b30a4b77c0c61b43f0d445fa97c4f6b263ed837b1bf52614af3ebf8d1202a79b4802f9979c WHIRLPOOL a228cff2c879541504b4b6af432d9c0ea138f1e1ddfb8f86c4a410a959ac92377e54f41c3f10a83fb5faeae41e17b943e088baa07425f17de25ceeeecb550d9e |
33 changes: 33 additions & 0 deletions
33
media-plugins/deadbeef-musical-spectrum/deadbeef-musical-spectrum-20160426.ebuild
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,33 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="5" | ||
|
||
DEADBEEF_GUI="yes" | ||
|
||
inherit deadbeef-plugins | ||
|
||
GITHUB_COMMIT="215bbad824b1ecf291083026f6b2a2bdbee1101b" | ||
|
||
DESCRIPTION="DeaDBeeF musical spectrum plugin" | ||
HOMEPAGE="https://github.com/cboxdoerfer/ddb_musical_spectrum" | ||
SRC_URI="https://github.com/cboxdoerfer/ddb_musical_spectrum/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND+=" sci-libs/fftw:3.0=" | ||
|
||
DEPEND="${RDEPEND}" | ||
|
||
S="${WORKDIR}/ddb_musical_spectrum-${GITHUB_COMMIT}" | ||
|
||
src_prepare() { | ||
epatch "${FILESDIR}/${PN}-cflags.patch" | ||
} | ||
|
||
src_compile() { | ||
use gtk2 && emake gtk2 | ||
use gtk3 && emake gtk3 | ||
} |