Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Dufresne
cerbero
Commits
80180067
Commit
80180067
authored
Jan 13, 2017
by
Sebastian Dröge
🍵
Browse files
gstreamer: Update versions/branches to 1.11.1
parent
e9e22a78
Changes
3
Hide whitespace changes
Inline
Side-by-side
packages/custom.py
View file @
80180067
...
...
@@ -6,7 +6,7 @@ from cerbero.enums import License
class
GStreamer
:
url
=
"http://gstreamer.freedesktop.org"
version
=
'1.11.
0
'
version
=
'1.11.
1
'
vendor
=
'GStreamer Project'
licenses
=
[
License
.
LGPL
]
org
=
'org.freedesktop.gstreamer'
recipes/custom.py
View file @
80180067
...
...
@@ -13,8 +13,8 @@ from cerbero.utils import shell, to_unixpath
class
GStreamerBase
:
licenses
=
[
License
.
LGPLv2Plus
]
version
=
'1.11'
commit
=
'
origin/master
'
version
=
'1.11
.1
'
commit
=
'
1.11.1
'
class
GStreamer
(
GStreamerBase
,
recipe
.
Recipe
):
...
...
setup.py
View file @
80180067
...
...
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup
(
name
=
"cerbero"
,
version
=
"1.11.
0
"
,
version
=
"1.11.
1
"
,
author
=
"Andoni Morales"
,
author_email
=
"amorales@fluendo.com"
,
description
=
(
"Multi platform build system for Open Source projects"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment