Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
[media-plugins/deadbeef-stereo-widener] add api patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kuzmitsky committed Feb 9, 2016
1 parent a78d00a commit 28920ad
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/stereo-widener-${GITHUB_COMMIT}"

src_prepare() {
epatch "${FILESDIR}/${PN}.patch"
epatch "${FILESDIR}/${PN}-api.patch"
epatch "${FILESDIR}/${PN}-build.patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ LICENSE="MIT"
KEYWORDS=""

src_prepare() {
epatch "${FILESDIR}/${PN}.patch"
epatch "${FILESDIR}/${PN}-api.patch"
epatch "${FILESDIR}/${PN}-build.patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/stereo_widener.c b/stereo_widener.c
index f8dcc0d..48c6d42 100644
--- a/stereo_widener.c
+++ b/stereo_widener.c
@@ -144,8 +144,8 @@ static const char ddb_sw_dialog[] =
;

static DB_dsp_t plugin = {
- .plugin.api_vmajor = DB_API_VERSION_MAJOR,
- .plugin.api_vminor = DB_API_VERSION_MINOR,
+ .plugin.api_vmajor = 1,
+ .plugin.api_vminor = 0,
.plugin.type = DB_PLUGIN_DSP,
.plugin.id = "stereo_widener",
.plugin.name = "Stereo widener",

0 comments on commit 28920ad

Please sign in to comment.