configure.ac: Bump requirement to core and -base >= 0.10.12 .

Original commit message from CVS:
* configure.ac:
Bump requirement to core and -base >= 0.10.12 .
* gst/Makefile.am:
* gst/gstversion.override.in:
* gst/gst-0.10.10.ignore:
* gst/gst-0.10.11.ignore:
* gst/gst-0.10.12.ignore:
* gst/gst-0.10.3.ignore:
* gst/gst-0.10.4.ignore:
* gst/gst-0.10.5.ignore:
* gst/gst-0.10.6.ignore:
* gst/gst-0.10.7.ignore:
* gst/gst-pb-0.10.11.ignore:
Remove no-longer needed files.
This commit is contained in:
Edward Hervey 2008-01-13 21:51:31 +00:00
parent b6cf934295
commit d8ea05bedb
13 changed files with 20 additions and 239 deletions

View file

@ -1,3 +1,20 @@
2008-01-13 Edward Hervey <edward.hervey@collabora.co.uk>
* configure.ac:
Bump requirement to core and -base >= 0.10.12 .
* gst/Makefile.am:
* gst/gstversion.override.in:
* gst/gst-0.10.10.ignore:
* gst/gst-0.10.11.ignore:
* gst/gst-0.10.12.ignore:
* gst/gst-0.10.3.ignore:
* gst/gst-0.10.4.ignore:
* gst/gst-0.10.5.ignore:
* gst/gst-0.10.6.ignore:
* gst/gst-0.10.7.ignore:
* gst/gst-pb-0.10.11.ignore:
Remove no-longer needed files.
2008-01-13 Sebastien Moutte <sebastien@moutte.net>
* win32/vs6/libgstpython.dsp:

View file

@ -40,8 +40,8 @@ AC_SUBST(PYGTK_REQ, 2.6.3)
AC_SUBST(PYGOBJECT_REQ, 2.11.2)
AC_SUBST(GLIB_REQ, 2.8.0)
AC_SUBST(GTK_REQ, 2.6.0)
AC_SUBST(GST_REQ, 0.10.2)
AC_SUBST(GSTPB_REQ, 0.10.0.2)
AC_SUBST(GST_REQ, 0.10.12)
AC_SUBST(GSTPB_REQ, 0.10.12)
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
@ -97,66 +97,6 @@ dnl _ new core/base is released (add lines + gst-0.10.MINOR.ignore)
if test "x$GST_CVS_VERSION" = "x"
then
if test $GST_MINOR_VERSION -lt "3"
then
IGNORE_GST_0_10_3="gst-0.10.3.ignore"
else
IGNORE_GST_0_10_3=""
fi
if test $GST_MINOR_VERSION -lt "4"
then
IGNORE_GST_0_10_4="gst-0.10.4.ignore"
else
IGNORE_GST_0_10_4=""
fi
if test $GST_MINOR_VERSION -lt "5"
then
IGNORE_GST_0_10_5="gst-0.10.5.ignore"
else
IGNORE_GST_0_10_5=""
fi
if test $GST_MINOR_VERSION -lt "6"
then
IGNORE_GST_0_10_6="gst-0.10.6.ignore"
else
IGNORE_GST_0_10_6=""
fi
dnl 0.10.8 was a brown paperbag release
if test $GST_MINOR_VERSION -lt "8"
then
IGNORE_GST_0_10_7="gst-0.10.7.ignore"
else
IGNORE_GST_0_10_7=""
fi
dnl 0.10.9 didn't bring any new wrappable API
if test $GST_MINOR_VERSION -lt "10"
then
IGNORE_GST_0_10_10="gst-0.10.10.ignore"
else
IGNORE_GST_0_10_10=""
fi
if test $GST_MINOR_VERSION -lt "11"
then
IGNORE_GST_0_10_11="gst-0.10.11.ignore"
else
IGNORE_GST_0_10_11=""
fi
if test $GST_MINOR_VERSION -lt "12"
then
IGNORE_GST_0_10_12="gst-0.10.12.ignore"
else
IGNORE_GST_0_10_12=""
fi
if test $GST_MINOR_VERSION -lt "13"
then
IGNORE_GST_0_10_13="gst-0.10.13.ignore"
@ -179,14 +119,6 @@ then
fi
dnl plugins base
if test $GST_PB_MINOR_VERSION -lt "11"
then
IGNORE_GST_PB_0_10_11="gst-pb-0.10.11.ignore"
else
IGNORE_GST_PB_0_10_11=""
AC_DEFINE_UNQUOTED(HAVE_VIDEO_ORIENTATION_INTERFACE, 1, [We can use the videoorientation interface])
fi
if test $GST_PB_MINOR_VERSION -lt "14"
then
IGNORE_GST_PB_0_10_14="gst-pb-0.10.14.ignore"
@ -203,34 +135,16 @@ then
else
IGNORE_GST_0_10_3=""
IGNORE_GST_0_10_4=""
IGNORE_GST_0_10_5=""
IGNORE_GST_0_10_6=""
IGNORE_GST_0_10_7=""
IGNORE_GST_0_10_10=""
IGNORE_GST_0_10_11=""
IGNORE_GST_0_10_12=""
IGNORE_GST_0_10_13=""
IGNORE_GST_0_10_14=""
IGNORE_GST_0_10_15=""
IGNORE_GST_PB_0_10_11=""
IGNORE_GST_PB_0_10_14=""
IGNORE_GST_PB_0_10_15=""
AC_DEFINE_UNQUOTED(HAVE_VIDEO_ORIENTATION_INTERFACE, 1, [We can use the videoorientation interface])
fi
AC_SUBST(IGNORE_GST_0_10_3)
AC_SUBST(IGNORE_GST_0_10_4)
AC_SUBST(IGNORE_GST_0_10_5)
AC_SUBST(IGNORE_GST_0_10_6)
AC_SUBST(IGNORE_GST_0_10_7)
AC_SUBST(IGNORE_GST_0_10_10)
AC_SUBST(IGNORE_GST_0_10_11)
AC_SUBST(IGNORE_GST_0_10_12)
AC_DEFINE_UNQUOTED(HAVE_VIDEO_ORIENTATION_INTERFACE, 1, [We can use the videoorientation interface])
AC_SUBST(IGNORE_GST_0_10_13)
AC_SUBST(IGNORE_GST_0_10_14)
AC_SUBST(IGNORE_GST_0_10_15)
AC_SUBST(IGNORE_GST_PB_0_10_11)
AC_SUBST(IGNORE_GST_PB_0_10_14)
AC_SUBST(IGNORE_GST_PB_0_10_15)
AC_SUBST(HAVE_VIDEO_ORIENTATION)

View file

@ -25,18 +25,9 @@ defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs
noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstexception.h
versioned_overrides = \
gst-0.10.3.ignore \
gst-0.10.4.ignore \
gst-0.10.5.ignore \
gst-0.10.6.ignore \
gst-0.10.7.ignore \
gst-0.10.10.ignore \
gst-0.10.11.ignore \
gst-0.10.12.ignore \
gst-0.10.13.ignore \
gst-0.10.14.ignore \
gst-0.10.15.ignore \
gst-pb-0.10.11.ignore \
gst-pb-0.10.14.ignore \
gst-pb-0.10.15.ignore \
gst-disable-loadsave.ignore

View file

@ -1,15 +0,0 @@
%%
ignore
gst_segtrap_is_enabled
gst_segtrap_set_enabled
gst_registry_fork_is_enabled
gst_registry_fork_set_enabled
gst_ghost_pad_new_from_template
gst_ghost_pad_new_no_target_from_template
gst_object_set_control_rate
gst_object_get_control_rate
gst_caps_merge
gst_caps_merge_structure
GstClock__do_wait_jitter
GstClock__proxy_do_wait_jitter
%%

View file

@ -1,12 +0,0 @@
%%
ignore
gst_message_parse_buffering
gst_message_new_buffering
gst_base_sink_wait_preroll
gst_base_src_wait_playing
gst_tag_list_is_empty
gst_element_state_change_return_get_name
%%
ignore-type
GstDataQueue
%%

View file

@ -1,25 +0,0 @@
%%
ignore
gst_update_registry
gst_adapter_copy
gst_query_new_latency
gst_query_set_latency
gst_query_parse_latency
gst_message_new_lost_preroll
gst_message_parse_lost_preroll
gst_message_new_prerolled
gst_message_new_latency
gst_event_new_latency
gst_event_parse_latency
gst_base_sink_query_latency
gst_base_sink_get_latency
gst_bus_timed_pop
gst_message_new_info
gst_message_parse_info
GstBaseSink__do_fixate
GstBaseSink__proxy_do_fixate
GstBaseSink__do_activate_pull
GstBaseSink__proxy_do_activate_pull
GstBaseSrc__do_fixate
GstBaseSrc__proxy_do_fixate
%%

View file

@ -1,9 +0,0 @@
%%
ignore
gst_bin_iterate_sources
gst_bin_find_unconnected_pad
gst_buffer_is_metadata_writable
gst_buffer_make_metadata_writable
gst_parse_bin_from_description
gst_index_add_associationv
%%

View file

@ -1,21 +0,0 @@
%%
ignore
gst_bus_enable_sync_message_emission
gst_bus_disable_sync_message_emission
gst_pipeline_set_auto_flush_bus
gst_pipeline_get_auto_flush_bus
gst_query_set_formats
gst_query_set_formatsv
gst_query_new_formats
gst_query_parse_formats_length
gst_query_parse_formats_nth
gst_type_find_helper_for_buffer
gst_type_find_helper_get_range
gst_uri_has_protocol
GstBaseSrc__do_check_get_range
GstBaseSrc__proxy_do_check_get_range
gst_base_sink_set_sync
gst_base_sink_get_sync
gst_base_sink_set_max_lateness
gst_base_sink_get_max_lateness
%%

View file

@ -1,13 +0,0 @@
%%
ignore
gst_pad_query_peer_position
gst_pad_query_peer_duration
gst_pad_query_peer_convert
gst_base_sink_set_qos_enabled
gst_base_sink_is_qos_enabled
gst_base_transform_update_qos
gst_base_transform_set_qos_enabled
gst_base_transform_is_qos_enabled
gst_pipeline_set_delay
gst_pipeline_get_delay
%%

View file

@ -1,8 +0,0 @@
%%
ignore
gst_event_new_new_segment_full
gst_event_parse_new_segment_full
gst_segment_set_newsegment_full
gst_adapter_take_buffer
gst_dp_packetizer_new
%%

View file

@ -1,15 +0,0 @@
%%
ignore
gst_type_find_new
gst_type_find_factory_call_function
gst_element_seek_simple
GST_FLOW_CUSTOM_SUCCESS
GST_FLOW_CUSTOM_ERROR
gst_collect_pads_set_flushing
gst_dp_crc
%%
ignore-type
GstTypeFind
GstDPVersion
GstDPPacketizer
%%

View file

@ -1,14 +0,0 @@
%%
ignore
gst_video_orientation_get_hflip
gst_video_orientation_get_vflip
gst_video_orientation_get_hcenter
gst_video_orientation_get_vcenter
gst_video_orientation_set_hflip
gst_video_orientation_set_vflip
gst_video_orientation_set_hcenter
gst_video_orientation_set_vcenter
%%
ignore-type
GstVideoOrientation
%%

View file

@ -1,14 +1,5 @@
%%
include
@IGNORE_GST_0_10_3@
@IGNORE_GST_0_10_4@
@IGNORE_GST_0_10_5@
@IGNORE_GST_0_10_6@
@IGNORE_GST_0_10_7@
@IGNORE_GST_0_10_10@
@IGNORE_GST_0_10_11@
@IGNORE_GST_PB_0_10_11@
@IGNORE_GST_0_10_12@
@IGNORE_GST_0_10_13@
@IGNORE_GST_0_10_14@
@IGNORE_GST_PB_0_10_14@