~ubuntu-branches/ubuntu/natty/gst123/natty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy), Rogério Brito
  • Date: 2010-05-29 11:23:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100529112351-z1ffbyinvriludew
Tags: 0.1.0-1
* New upstream release.
* debian/control:
  + Added good & base plugins to Depends
  + Added ffmpeg, ugly & bad plugins to Recommends
  + Added libgtk2.0-dev, libgstreamer-plugins-base0.10-dev to Build-Deps
* debian/copyright:
  + Updated copyrights
  + Updated my email address

[ Rogério Brito ]
* Include a missing comma in the depends field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AM_CXXFLAGS = $(GSTREAMER_CFLAGS)
2
 
AM_CFLAGS = $(GSTREAMER_CFLAGS)
 
1
AM_CXXFLAGS = $(GSTREAMER_CFLAGS) $(GSTREAMER_GTK_CFLAGS)
 
2
AM_CFLAGS = $(GSTREAMER_CFLAGS) $(GSTREAMER_GTK_CFLAGS)
3
3
 
4
4
bin_PROGRAMS = gst123
5
5
 
6
 
gst123_SOURCES = gst123.cc glib-extra.c glib-extra.h terminal.cc terminal.h
7
 
gst123_LDADD = $(GSTREAMER_LIBS)
8
 
dist_man_MANS = gst123.1
9
 
 
10
 
rebuild-manpage:
11
 
        ~/src/beast/doxer/doxer.py doxi2man gst123.1.doxi
 
6
gst123_SOURCES = gst123.cc glib-extra.c glib-extra.h terminal.cc terminal.h gtkinterface.h gtkinterface.cc keyhandler.h \
 
7
                 options.cc options.h
 
8
gst123_LDADD = $(GSTREAMER_LIBS) $(GSTREAMER_GTK_LIBS)