~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/ADM_inputs/ADM_openDML/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2007-12-18 13:53:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218135304-cdqec2lg2bglyz15
Tags: 1:2.4~preview3-0.0ubuntu1
* Upload to Ubuntu. (LP: #163287, LP: #126572)
* debian/changelog: re-added Ubuntu releases.
* debian/control:
  - Require debhelper >= 5.0.51 (for dh_icons) and imagemagick.
  - Build-depend on libsdl1.2-dev instead of libsdl-dev.
  - Build against newer libx264-dev. (LP: #138854)
  - Removed libamrnb-dev, not in Ubuntu yet.
* debian/rules:
  - Install all icon sizes, using convert (upstream installs none).
  - Added missing calls to dh_installmenu, dh_installman, dh_icons and
    dh_desktop.
* debian/menu, debian/avidemux-qt.menu:
  - Corrected package and executable names.
* debian/avidemux-common.install: Install icons.
* debian/avidemux.common.manpages: Install man/avidemux.1.
* debian/links, debian/avidemux-cli.links, debian/avidemux-gtk.links:
  - Link manpages to avidemux.1.gz.
* debian/install, debian/avidemux-qt.install, debian/avidemux-gtk.desktop,
  debian/avidemux-qt.desktop: Install desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LIBRARIES = libADM_openDML.a
 
2
 
 
3
INCLUDES = $(all_includes)  -I../../ADM_libraries -I../../ADM_libraries/ADM_utilities   -I../../ADM_libraries/ADM_lavutil \
 
4
                -I../../ADM_userInterfaces/ADM_commonUI
 
5
 
 
6
libADM_openDML_a_METASOURCES = AUTO
 
7
 
 
8
libADM_openDML_a_SOURCES = ADM_openDML.cpp ADM_riff.cpp ADM_odml_odml.cpp \
 
9
                ADM_odml_regular.cpp ADM_opendml_reorder.cpp \
 
10
                ADM_opendml_reindex.cpp ADM_openDMLDepack.cpp \
 
11
                ADM_odml_audio.cpp
 
12
 
 
13
 
 
14
noinst_HEADERS =  ADM_openDML.h ADM_riff.h
 
15
EXTRA_DIST=ADM_odml_audio.cpp  ADM_odml_regular.cpp \
 
16
ADM_openDMLDepack.cpp    ADM_riff.cpp \
 
17
ADM_odml_audio.h    ADM_openDML.cpp       ADM_opendml_reindex.cpp  ADM_riff.h \
 
18
ADM_odml_odml.cpp   ADM_openDML.h         ADM_opendml_reorder.cpp
 
19