Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
36786587
Commit
36786587
authored
Aug 08, 2012
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.11.93
parent
6ebeb886
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
10 deletions
+20
-10
configure.ac
configure.ac
+6
-6
gst-plugins-good.doap
gst-plugins-good.doap
+10
-0
win32/common/config.h
win32/common/config.h
+4
-4
No files found.
configure.ac
View file @
36786587
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
AC_INIT(GStreamer Good Plug-ins, 0.11.9
2.1
,
AC_INIT(GStreamer Good Plug-ins, 0.11.9
3
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
...
...
@@ -48,8 +48,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.9
1
GSTPB_REQ=0.11.9
1
GST_REQ=0.11.9
3
GSTPB_REQ=0.11.9
3
dnl *** autotools stuff ****
...
...
@@ -198,11 +198,11 @@ dnl *** checks for dependency libraries ***
dnl GLib
GLIB_REQ=2.3
1.14
GLIB_REQ=2.3
2.0
AG_GST_GLIB_CHECK([$GLIB_REQ])
dnl Orc
ORC_CHECK([0.4.1
1
])
ORC_CHECK([0.4.1
6
])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
...
...
@@ -234,7 +234,7 @@ AC_SUBST(GSTPB_PREFIX)
dnl GTK is optional and used in examples
HAVE_GTK=no
GT
K
_REQ=3.0.0
GT_REQ=3.0.0
if test "x$BUILD_EXAMPLES" = "xyes"; then
PKG_CHECK_MODULES(GTK, gtk+-$with_gtk >= $GTK_REQ, HAVE_GTK=yes, HAVE_GTK=no)
dnl some examples need gtk+-x11
...
...
gst-plugins-good.doap
View file @
36786587
...
...
@@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.93</revision>
<branch>0.11</branch>
<name>Poetic Pitbull Revolutions</name>
<created>2012-08-08</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.93.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.92</revision>
...
...
win32/common/config.h
View file @
36786587
...
...
@@ -58,7 +58,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-0
6-07
"
#define GST_PACKAGE_RELEASE_DATETIME "2012-0
8-08
"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
...
...
@@ -366,7 +366,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.9
2
"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.9
3
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
...
...
@@ -375,7 +375,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.9
2
"
#define PACKAGE_VERSION "0.11.9
3
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -409,7 +409,7 @@
#undef TARGET_CPU
/* Version number of package */
#define VERSION "0.11.9
2
"
#define VERSION "0.11.9
3
"
/* old wavpack API */
#undef WAVPACK_OLD_API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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