Commit graph

210 commits

Author SHA1 Message Date
Sebastian Dröge
daab7d1c40 configure: Use automake 1.11 silent rules instead of shave if available
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-02-26 15:46:58 +01:00
Edward Hervey
46ad476ccf configure.ac: And back to development we go 2010-02-12 11:38:54 +01:00
Edward Hervey
8a57d6af1f Release 0.10.18 "A pigeon carrying a 500ton block" 2010-02-11 16:33:04 +01:00
Edward Hervey
5fafbaef8d configure.ac: 0.10.17.2 pre-release 2010-01-25 20:27:39 +01:00
Edward Hervey
75b08daff2 bump minimum requirement to 0.10.18 and remove cruft 2010-01-18 15:03:22 +01:00
Edward Hervey
1ec21f61ce ignore new API additions for 0.10.26 core/base releases 2010-01-18 15:03:22 +01:00
Jan Schmidt
75d7464e3c back to development -> 0.10.17.1 2009-10-06 19:48:48 +01:00
Jan Schmidt
6de8ad8d66 Release 0.10.17 2009-10-05 14:06:11 +01:00
Jan Schmidt
a38bcc2bc6 0.10.16.3 pre-release 2009-09-17 01:21:47 +01:00
Edward Hervey
5d90f1d431 Update definitions and ignores for core/base 0.10.25. Fixes #587432 2009-09-16 16:23:27 +02:00
Jan Schmidt
21ba9b25a5 0.10.16.2 pre-release 2009-09-12 00:26:57 +01:00
Jan Schmidt
f296c96d38 back to development -> 0.10.16.1 2009-08-06 01:45:07 +01:00
Jan Schmidt
0d0b85cb15 Release 0.10.16 2009-08-05 01:34:03 +01:00
Jan Schmidt
c873d8c60c 0.10.15.3 pre-release 2009-07-20 17:52:10 +01:00
Jan Schmidt
3f466167e9 0.10.15.2 pre-release 2009-07-14 19:00:28 +01:00
Edward Hervey
a018096a7c Update .defs for core API additions 2009-07-01 10:58:42 +02:00
Jan Schmidt
ff40706684 Back to development -> 0.10.15.1 2009-05-11 21:22:35 +01:00
Jan Schmidt
ba5f9d2843 Release 0.10.15 2009-05-11 00:11:58 +01:00
Edward Hervey
e0f858c166 0.10.14.5 pre-release 2009-05-07 14:57:57 +02:00
Jan Schmidt
873d51b345 0.10.14.4 pre-release 2009-05-06 16:48:40 +01:00
Jan Schmidt
ce5bcb30e1 0.10.14.3 pre-release 2009-04-21 22:22:32 +01:00
Edward Hervey
ddf17d4033 Wrap gst-plugins-base-0.10.23 API additions. Partially fixes #578848 2009-04-17 19:28:08 +02:00
Edward Hervey
a41177e510 Wrap new API added in gstreamer-0.10.23. Partially fixes #578848 2009-04-17 18:51:40 +02:00
Jan Schmidt
c3cddf2c1a 0.10.14.2 pre-release 2009-04-16 00:46:18 +01:00
Jan Schmidt
3f5c8795c3 build: Update shave init statement for changes in common. Bump common. 2009-02-25 15:14:42 +00:00
Jan Schmidt
ad95fc4e14 Use shave for the build output 2009-02-22 20:40:14 +00:00
Edward Hervey
9a5a1e8e7e Python plugin loader implementation.
Fixes #304361.
2009-02-09 14:02:34 +01:00
Jan Schmidt
221a308b52 Back to devel -> 0.10.14.1 2009-01-22 12:03:37 +00:00
Jan Schmidt
3e811faefc Release 0.10.14
Original commit message from CVS:
Release 0.10.14
2009-01-19 23:18:26 +00:00
Jan Schmidt
22b9ffd6d7 configure.ac: 0.10.13.3 pre-release
Original commit message from CVS:
* configure.ac:
0.10.13.3 pre-release
2009-01-09 23:45:36 +00:00
Edward Hervey
4e04dc11c8 Wrap gst-plugins-base's tag helper library.
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/tag.defs:
* gst/tag.override:
* gst/tagmodule.c: (inittag):
Wrap gst-plugins-base's tag helper library.
Partially fixes #565762
2008-12-31 13:32:58 +00:00
Edward Hervey
8aa05d4cd7 Wrap gst-plugins-base's video helper library.
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/video.defs:
* gst/video.override:
* gst/videomodule.c: (initvideo):
Wrap gst-plugins-base's video helper library.
Partially fixes #565762
2008-12-31 13:06:58 +00:00
Edward Hervey
2b32341a3a Wrap gst-plugins-base's audio helper library.
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/audio.defs:
* gst/audio.override:
* gst/audiomodule.c: (initaudio):
Wrap gst-plugins-base's audio helper library.
Partially fixes #565762
2008-12-31 12:01:02 +00:00
Edward Hervey
e9d605a75c Updated core API additions
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst-0.10.20.ignore:
* gst/gst-0.10.22.ignore:
* gst/gst-types.defs:
* gst/gst.defs:
* gst/gstversion.override.in:
Updated core API additions
2008-12-30 19:20:31 +00:00
Sebastian Dröge
bf58e88041 Add common to SUBDIRS and generate common/Makefile and common/m4/Makefile.
Original commit message from CVS:
* Makefile.am:
* configure.ac:
Add common to SUBDIRS and generate common/Makefile and
common/m4/Makefile.
2008-12-05 08:49:05 +00:00
Sebastian Dröge
8e55b8e96a configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
Original commit message from CVS:
* configure.ac:
Apparently AC_CONFIG_MACRO_DIR breaks when using more
than one macro directory, reverting last change.
2008-12-04 20:11:53 +00:00
Sebastian Dröge
0d5fdc416f configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
Original commit message from CVS:
* configure.ac:
Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
our M4 macros.
2008-12-04 19:50:23 +00:00
Jan Schmidt
5191ada3aa configure.ac: Back to development -> 0.10.13.1
Original commit message from CVS:
* configure.ac:
Back to development -> 0.10.13.1
2008-10-05 11:36:16 +00:00
Jan Schmidt
94b4bf7f41 Release 0.10.13
Original commit message from CVS:
Release 0.10.13
2008-10-03 00:08:42 +00:00
Jan Schmidt
61bdfdd79a configure.ac: 0.10.20.2 pre-release
Original commit message from CVS:
* configure.ac:
0.10.20.2 pre-release
2008-09-17 13:37:30 +00:00
Edward Hervey
490f3fde52 Add API additions for upcoming 0.10.21 core release
Original commit message from CVS:
* configure.ac:
* gst/base.defs:
* gst/gst-0.10.21.ignore:
* gst/gst.defs:
* gst/gstversion.override.in:
Add API additions for upcoming 0.10.21 core release
2008-09-09 10:41:27 +00:00
Edward Hervey
8c5646ea9e update upstream API changes
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/base.defs:
* gst/gst-0.10.18.ignore:
* gst/gst-0.10.20.ignore:
* gst/gst-pb-0.10.18.ignore:
* gst/gst-types.defs:
* gst/gst.defs:
* gst/gstversion.override.in:
* gst/interfaces.defs:
update upstream API changes
2008-07-02 11:23:39 +00:00
Jan Schmidt
f2505d6ec6 configure.ac: Bump version back to dev -> 0.10.12.1
Original commit message from CVS:
* configure.ac:
Bump version back to dev -> 0.10.12.1
2008-06-20 08:55:48 +00:00
Jan Schmidt
eb20ecac9b Release 0.10.12
Original commit message from CVS:
Release 0.10.12
2008-06-18 14:50:35 +00:00
Edward Hervey
d0899f282d configure.ac: 0.10.11.3 pre-release
Original commit message from CVS:
* configure.ac:
0.10.11.3 pre-release
2008-06-13 11:21:27 +00:00
Jan Schmidt
98c131e13d configure.ac: 0.10.11.2 pre-release
Original commit message from CVS:
* configure.ac:
0.10.11.2 pre-release
2008-06-05 09:51:17 +00:00
Damien Lespiau
18e711131e configure.ac: Actually build dlls when cross-compiling with mingw32.
Original commit message from CVS:
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* configure.ac:
Actually build dlls when cross-compiling with mingw32.
Fixes bug #526247.
2008-04-06 08:58:39 +00:00
Jan Schmidt
b8f41c5edb configure.ac: Back to development - 0.10.11.1
Original commit message from CVS:
* configure.ac:
Back to development - 0.10.11.1
2008-03-21 00:37:01 +00:00
Jan Schmidt
355a8d2132 Release 0.10.11
Original commit message from CVS:
Release 0.10.11
2008-03-21 00:31:44 +00:00
Jan Schmidt
57b45c787d configure.ac: 0.10.10.2 pre-release
Original commit message from CVS:
* configure.ac:
0.10.10.2 pre-release
2008-03-04 00:31:22 +00:00