~ubuntu-branches/debian/sid/transmageddon/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 22:27:04 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111203222704-g2apuhsw1szmx1p2
Tags: 0.20-1
* New upstream release:
  - Port to new plugins-base discoverer and encodebin
  - Replace radiobutton lists with a combobox instead
  - add support for audio only transcoding
  - add support for outputting audio only from video+audio files
  - Add deinterlacing
  - Support container free audio formats such as FLAC, mp3 and AAC
  - Add HTML5 and Nokia 900 profile
  - add support for video only transcoding
  -  add support for mpeg1 video and mpeg2 audio
* Update gbp.conf file.
* Update licensing information.
* Remove debian/patches, all patches have been accepted upstream.
* Replace autotools-dev with dh-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
38
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
39
39
        $(top_srcdir)/common/m4/as-python.m4 \
40
 
        $(top_srcdir)/common/m4/as-version.m4 \
41
40
        $(top_srcdir)/common/m4/glib-gettext.m4 \
42
41
        $(top_srcdir)/configure.ac
43
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112
111
  done; \
113
112
  reldir="$$dir2"
114
113
ACLOCAL = @ACLOCAL@
115
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
116
114
ALL_LINGUAS = @ALL_LINGUAS@
117
115
AMTAR = @AMTAR@
118
116
AUTOCONF = @AUTOCONF@
172
170
PACKAGE_NAME = @PACKAGE_NAME@
173
171
PACKAGE_STRING = @PACKAGE_STRING@
174
172
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
173
PACKAGE_URL = @PACKAGE_URL@
175
174
PACKAGE_VERSION = @PACKAGE_VERSION@
176
 
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
177
 
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
178
 
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
179
175
PATH_SEPARATOR = @PATH_SEPARATOR@
180
176
POFILES = @POFILES@
181
177
POSUB = @POSUB@
248
244
        transcoder_engine.py \
249
245
        transmageddon.ui \
250
246
        codecfinder.py \
251
 
        discoverer.py \
252
247
        presets.py \
253
248
        utils.py \
254
249
        about.py \