~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to sys/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-11 19:27:10 UTC
  • mfrom: (11.7.12) (33.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20111211192710-f52020gqtas8705f
Tags: 0.10.35.2-1
* New upstream pre-release:
  + debian/rules,
    debian/build-deps.in:
    - Build-depend on GStreamer core >= 0.10.35.2.
    - Build-depend on GLib >= 2.24.
    - Build-depend on GTK+ 3.0.
    - Build-depend on zlib.
  + debian/patches/99_ltmain_as-needed.patch:
    - Refresh to apply cleanly again.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with new API.
* debian/rules:
  + Remove all dependency_libs from the .la files.
* debian/control.in:
  + Put GI package into section introspection.
* debian/build-deps.in,
  debian/compat,
  debian/control.in,
  debian/gir1.2-gst-plugins-base.install,
  debian/gstreamer-alsa.install,
  debian/gstreamer-gnomevfs.install,
  debian/gstreamer-plugins-base.install,
  debian/gstreamer-x.install,
  debian/libgstreamer-plugins-base-dev.install,
  debian/libgstreamer-plugins-base.install,
  debian/rules:
  + Transition package to multi-arch (Closes: #647485).
    Patch taken from the Ubuntu package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
GIO_LDFLAGS = @GIO_LDFLAGS@
193
193
GIO_LIBS = @GIO_LIBS@
194
194
GLIB_CFLAGS = @GLIB_CFLAGS@
 
195
GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
195
196
GLIB_LIBS = @GLIB_LIBS@
196
197
GLIB_PREFIX = @GLIB_PREFIX@
197
198
GLIB_REQ = @GLIB_REQ@
252
253
HAVE_CDPARANOIA = @HAVE_CDPARANOIA@
253
254
HAVE_X = @HAVE_X@
254
255
HAVE_XSHM = @HAVE_XSHM@
 
256
HAVE_ZLIB = @HAVE_ZLIB@
255
257
HSTRERROR_LIBS = @HSTRERROR_LIBS@
256
258
HTML_DIR = @HTML_DIR@
257
259
INSTALL = @INSTALL@
261
263
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262
264
INTLLIBS = @INTLLIBS@
263
265
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
266
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
264
267
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
265
268
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
266
269
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
270
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
271
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
267
272
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
268
273
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
269
274
IVORBIS_CFLAGS = @IVORBIS_CFLAGS@
359
364
X_EXTRA_LIBS = @X_EXTRA_LIBS@
360
365
X_LIBS = @X_LIBS@
361
366
X_PRE_LIBS = @X_PRE_LIBS@
 
367
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
368
ZLIB_LIBS = @ZLIB_LIBS@
362
369
abs_builddir = @abs_builddir@
363
370
abs_srcdir = @abs_srcdir@
364
371
abs_top_builddir = @abs_top_builddir@