~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to debian/patches/60_build_libbaconvideowidget_statically.patch

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: totem-2.23.3/src/backend/Makefile.am
 
2
===================================================================
 
3
--- totem-2.23.3.orig/src/backend/Makefile.am   2008-06-10 16:50:33.000000000 +0200
 
4
+++ totem-2.23.3/src/backend/Makefile.am        2008-06-10 16:50:41.000000000 +0200
 
5
@@ -1,6 +1,6 @@
 
6
 noinst_PROGRAMS = bvw-test
 
7
 
 
8
-lib_LTLIBRARIES = libbaconvideowidget.la
 
9
+noinst_LTLIBRARIES = libbaconvideowidget.la
 
10
 
 
11
 bvw_test_SOURCES = bvw-test.c
 
12