diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
commit | 26bd399171bacf2bd7f21657bd89c188dfef9873 (patch) | |
tree | e946e88178a03c2e1f1e612b512b71a45014cb83 /recipes/libdv.recipe | |
parent | 54d73820bb17fd0f89d89bcc3196bb5f030f0d98 (diff) |
Move more recipes to tarballs
Diffstat (limited to 'recipes/libdv.recipe')
-rw-r--r-- | recipes/libdv.recipe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libdv.recipe b/recipes/libdv.recipe index 9aff79dd..35b5bd7d 100644 --- a/recipes/libdv.recipe +++ b/recipes/libdv.recipe @@ -4,8 +4,19 @@ class Recipe(recipe.Recipe): name = 'libdv' version = '1.0.0' + stype = SourceType.TARBALL + url = 'http://sourceforge.net/projects/libdv/files/libdv/1.0.0/libdv-1.0.0.tar.gz' licenses = [License.LGPLv2_1Plus] autoreconf = True + patches = ['libdv/0001-Check-properly-for-sched_setscheduler.patch', + 'libdv/0003-Don-t-build-test-programs.patch', + 'libdv/0004-Fix-compilation-on-Android.patch', + 'libdv/0005-Fix-compilation-on-Windows-some-more.patch', + 'libdv/0006-Add-the-pthread-libs-to-pkg-config.patch', + 'libdv/0007-Don-t-require-libsdl-to-be-installed-for-autoreconf.patch', + 'libdv/0012-Build-a-DLL-on-Windows.patch', + 'libdv/0013-Fix-endianess-detection-with-mingw-w64.patch', + 'libdv/0014-libdv-fix-build-of-gasmoff-after-autoreconf.patch'] files_libs = ['libdv'] files_devel = ['include/libdv', 'lib/pkgconfig/libdv.pc'] |