summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-09-30 15:34:40 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-09-30 22:22:18 +0530
commit1945df10c39c258d88dd3dc8d36c1e154ab0a2be (patch)
tree943ff1a3e3d00b55f1517a1b24738e6c8252048d /recipes
parent6ed00df103cb745e7812315c1fad63c4ef70b9e9 (diff)
frei0r-plugins: Update to 1.7 and use cmake
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/616>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/frei0r-plugins.recipe13
-rw-r--r--recipes/frei0r-plugins/0001-Fix-autoreconf.patch45
2 files changed, 6 insertions, 52 deletions
diff --git a/recipes/frei0r-plugins.recipe b/recipes/frei0r-plugins.recipe
index fce59114..e6383aae 100644
--- a/recipes/frei0r-plugins.recipe
+++ b/recipes/frei0r-plugins.recipe
@@ -4,16 +4,15 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'frei0r-plugins'
- version = '1.5.0'
+ version = '1.7.0'
licenses = [License.GPLv2Plus]
stype = SourceType.TARBALL
+ btype = BuildType.CMAKE
url = 'https://files.dyne.org/frei0r/releases/%(name)s-%(version)s.tar.gz'
- tarball_checksum = '781cf84a6c2a9a3252f54d2967b57f6de75a31fc1684371e112638c981f72b60'
- autoreconf = True
- patches = ['frei0r-plugins/0001-Fix-autoreconf.patch']
+ tarball_checksum = '1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a'
files_plugins = ['lib/frei0r-1']
files_devel = [
- 'lib/pkgconfig/frei0r.pc',
- 'include/frei0r.h',
- ]
+ 'lib/pkgconfig/frei0r.pc',
+ 'include/frei0r.h',
+ ]
diff --git a/recipes/frei0r-plugins/0001-Fix-autoreconf.patch b/recipes/frei0r-plugins/0001-Fix-autoreconf.patch
deleted file mode 100644
index fbd252ce..00000000
--- a/recipes/frei0r-plugins/0001-Fix-autoreconf.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From e1f3334b5e366a764a877c3b404656815b9264d5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
-Date: Sun, 11 Dec 2016 12:42:36 +0200
-Subject: [PATCH] Fix autoreconf
-
----
- AUTHORS | 0
- ChangeLog | 0
- README | 0
- TODO | 0
- src/Makefile.am | 2 ++
- 5 files changed, 2 insertions(+)
- create mode 100644 AUTHORS
- create mode 100644 ChangeLog
- create mode 100644 README
- create mode 100644 TODO
-
-diff --git a/AUTHORS b/AUTHORS
-new file mode 100644
-index 0000000..e69de29
-diff --git a/ChangeLog b/ChangeLog
-new file mode 100644
-index 0000000..e69de29
-diff --git a/README b/README
-new file mode 100644
-index 0000000..e69de29
-diff --git a/TODO b/TODO
-new file mode 100644
-index 0000000..e69de29
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 28906cf..c10dc96 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -8,6 +8,8 @@
- # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
- # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-+AUTOMAKE_OPTIONS = subdir-objects
-+
- plugin_LTLIBRARIES = \
- 3dflippo.la \
- addition.la \
---
-2.11.0
-