~ubuntu-branches/ubuntu/feisty/gstreamer0.10-ffmpeg/feisty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, debian/control, debian/patches/64_reduce-all-givs-alpha-gcc-4.patch
  • Date: 2005-12-17 23:59:34 UTC
  • Revision ID: james.westby@ubuntu.com-20051217235934-nwlawuiovwzcy06j
Tags: 0.10.0-0ubuntu1
* New upstream version.
  - build the encoders too [debian/rules]
  - don't list libgstreamer0.10-0 as a Depends the shlibs get that
    [debian/control]
  - fix the path of the .la file to clean [debian/rules]
  - no need to run registration at installation with gstreamer0.10
    [debian/gstreamer0.8-ffmpeg.postinst,
     debian/gstreamer0.8-ffmpeg.postrm, debian/gstreamer0.8-ffmpeg.preinst]
  - package name/version updates [debian/changelog, debian/control,
    debian/gstreamer0.8-ffmpeg.install, debian/rules]
  - removed patch shipped with the new upstream code 
    [debian/patches/64_reduce-all-givs-alpha-gcc-4.patch]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
5
include /usr/share/cdbs/1/class/gnome.mk
 
6
include /usr/share/cdbs/1/rules/utils.mk
 
7
 
 
8
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
 
9
 
 
10
ifeq ($(DEB_HOST_ARCH),powerpc)
 
11
  CFLAGS += -maltivec
 
12
endif
 
13
 
 
14
# detect the correct per-CPU optimized function at runtime
 
15
# except on m68k (ICE at build time)
 
16
ifneq ($(DEB_HOST_ARCH),m68k)
 
17
  CFLAGS += -DRUNTIME_CPUDETECT
 
18
endif
 
19
 
 
20
DEB_CONFIGURE_EXTRA_FLAGS += --disable-ffplay
 
21
 
 
22
DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS
 
23
 
 
24
install/gstreamer0.10-ffmpeg::
 
25
        rm -f debian/gstreamer0.10-ffmpeg/usr/lib/gstreamer-0.10/libgstffmpeg.la