mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/gstreamer: build fix for bison-3
This commit is contained in:
parent
246cddfac4
commit
178ed1774e
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gstreamer
|
||||
pkgver=0.10.36
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="GStreamer Multimedia Framework"
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
arch="all"
|
||||
@ -11,6 +11,7 @@ depends=
|
||||
makedepends="pkgconfig libxml2-dev glib-dev bison flex gettext-dev libiconv-dev
|
||||
gobject-introspection-dev"
|
||||
source="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$pkgver.tar.bz2
|
||||
gst-bison-3.patch
|
||||
"
|
||||
|
||||
depends_dev="glib-dev libxml2-dev"
|
||||
@ -61,4 +62,9 @@ tools() {
|
||||
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
|
||||
}
|
||||
|
||||
md5sums="a0cf7d6877f694a1a2ad2b4d1ecb890b gstreamer-0.10.36.tar.bz2"
|
||||
md5sums="a0cf7d6877f694a1a2ad2b4d1ecb890b gstreamer-0.10.36.tar.bz2
|
||||
648baf38c996f36536acfa54f4639839 gst-bison-3.patch"
|
||||
sha256sums="e556a529e0a8cf1cd0afd0cab2af5488c9524e7c3f409de29b5d82bb41ae7a30 gstreamer-0.10.36.tar.bz2
|
||||
4639616c88fc0d2f4e3d6b85c117f1b754cae388ab9e3ade80ad1a507d0053c5 gst-bison-3.patch"
|
||||
sha512sums="f6037bdadbc05122208313ce53d0e29da0381ed8ec67fee7cb39c8aca83fc540d646b65b0790c14c2365d6bd8443ba4008479dcd23a2e34b05536697c7208962 gstreamer-0.10.36.tar.bz2
|
||||
71d206189c7c6d0492ab154afdf8fa8ea293b966ec71c7a082c32799bbb6a78dcf806f857f6538d9482375e3c7def8bc65f26b55d26003a504638862c4d4c801 gst-bison-3.patch"
|
||||
|
||||
14
main/gstreamer/gst-bison-3.patch
Normal file
14
main/gstreamer/gst-bison-3.patch
Normal file
@ -0,0 +1,14 @@
|
||||
$NetBSD: patch-gst_parse_grammar.y,v 1.1 2013/08/01 22:08:16 wiz Exp $
|
||||
|
||||
Fix build with bison-3.0.
|
||||
|
||||
--- a/gst/parse/grammar.y.orig 2011-12-30 01:14:35.000000000 +0000
|
||||
+++ b/gst/parse/grammar.y
|
||||
@@ -650,6 +650,7 @@ static int yyerror (void *scanner, graph
|
||||
|
||||
%parse-param { void *scanner }
|
||||
%parse-param { graph_t *graph }
|
||||
+%lex-param {void *scanner}
|
||||
%pure-parser
|
||||
|
||||
%start graph
|
||||
Loading…
x
Reference in New Issue
Block a user