Merge lp:~jtaylor/ubuntu/oneiric/xawtv/fix-821916 into lp:ubuntu/oneiric/xawtv

Proposed by Julian Taylor
Status: Merged
Merged at revision: 25
Proposed branch: lp:~jtaylor/ubuntu/oneiric/xawtv/fix-821916
Merge into: lp:ubuntu/oneiric/xawtv
Diff against target: 47 lines (+27/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/00list (+1/-0)
debian/patches/104_fix_plugin_links.dpatch (+19/-0)
To merge this branch: bzr merge lp:~jtaylor/ubuntu/oneiric/xawtv/fix-821916
Reviewer Review Type Date Requested Status
Felix Geyer (community) Approve
Ubuntu branches Pending
Review via email: mp+70657@code.launchpad.net

Description of the change

fix loading of plugins which where not correctly linked.

To post a comment you must log in.
Revision history for this message
Felix Geyer (debfx) wrote :

Merged, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-05-04 19:27:05 +0000
3+++ debian/changelog 2011-08-06 21:36:00 +0000
4@@ -1,3 +1,10 @@
5+xawtv (3.95.dfsg.1-8.1ubuntu5) oneiric; urgency=low
6+
7+ * Add 104_fix_plugin_links.dpatch: (LP: #821916)
8+ - link some plugins against libm and libjpeg
9+
10+ -- Julian Taylor <jtaylor.debian@googlemail.com> Sat, 06 Aug 2011 23:19:29 +0200
11+
12 xawtv (3.95.dfsg.1-8.1ubuntu4) oneiric; urgency=low
13
14 * No-change rebuild to pick libquicktime's new shlib (LP: #773968).
15
16=== modified file 'debian/patches/00list'
17--- debian/patches/00list 2011-01-09 17:14:14 +0000
18+++ debian/patches/00list 2011-08-06 21:36:00 +0000
19@@ -20,3 +20,4 @@
20 101_fedora-nodga.dpatch
21 102_fedora-use_libv4l.dpatch
22 103_fix_ftbfs_no-add-needed.dpatch
23+104_fix_plugin_links.dpatch
24
25=== added file 'debian/patches/104_fix_plugin_links.dpatch'
26--- debian/patches/104_fix_plugin_links.dpatch 1970-01-01 00:00:00 +0000
27+++ debian/patches/104_fix_plugin_links.dpatch 2011-08-06 21:36:00 +0000
28@@ -0,0 +1,19 @@
29+#! /bin/sh /usr/share/dpatch/dpatch-run
30+## Description: link plugins against libma and libjpeg
31+## Author: Julian Taylor <jtaylor.debian@googlemail.com>
32+## Bug: https://bugs.launchpad.net/ubuntu/+source/xawtv/+bug/821916
33+
34+@DPATCH@
35+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' xawtv-3.95.dfsg.1~/libng/plugins/Subdir.mk xawtv-3.95.dfsg.1/libng/plugins/Subdir.mk
36+--- xawtv-3.95.dfsg.1~/libng/plugins/Subdir.mk 2003-02-14 14:14:05.000000000 +0000
37++++ xawtv-3.95.dfsg.1/libng/plugins/Subdir.mk 2011-08-06 20:51:42.628830920 +0000
38+@@ -42,6 +42,9 @@
39+ libng/plugins/read-dv.so : LDLIBS := $(DV_LIBS)
40+ libng/plugins/write-dv.so : LDLIBS := $(DV_LIBS)
41+ libng/plugins/drv0-v4l2.so: LDLIBS := -lv4l2
42++libng/plugins/flt-disor.so: LDLIBS := -lm
43++libng/plugins/flt-gamma.so: LDLIBS := -lm
44++libng/plugins/conv-mjpeg.so: LDLIBS := -ljpeg
45+
46+ # global targets
47+ all:: $(TARGETS-plugins)

Subscribers

People subscribed via source and target branches

to all changes: