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
=== modified file 'debian/changelog'
--- debian/changelog 2011-05-04 19:27:05 +0000
+++ debian/changelog 2011-08-06 21:36:00 +0000
@@ -1,3 +1,10 @@
1xawtv (3.95.dfsg.1-8.1ubuntu5) oneiric; urgency=low
2
3 * Add 104_fix_plugin_links.dpatch: (LP: #821916)
4 - link some plugins against libm and libjpeg
5
6 -- Julian Taylor <jtaylor.debian@googlemail.com> Sat, 06 Aug 2011 23:19:29 +0200
7
1xawtv (3.95.dfsg.1-8.1ubuntu4) oneiric; urgency=low8xawtv (3.95.dfsg.1-8.1ubuntu4) oneiric; urgency=low
29
3 * No-change rebuild to pick libquicktime's new shlib (LP: #773968).10 * No-change rebuild to pick libquicktime's new shlib (LP: #773968).
411
=== modified file 'debian/patches/00list'
--- debian/patches/00list 2011-01-09 17:14:14 +0000
+++ debian/patches/00list 2011-08-06 21:36:00 +0000
@@ -20,3 +20,4 @@
20101_fedora-nodga.dpatch20101_fedora-nodga.dpatch
21102_fedora-use_libv4l.dpatch21102_fedora-use_libv4l.dpatch
22103_fix_ftbfs_no-add-needed.dpatch22103_fix_ftbfs_no-add-needed.dpatch
23104_fix_plugin_links.dpatch
2324
=== added file 'debian/patches/104_fix_plugin_links.dpatch'
--- debian/patches/104_fix_plugin_links.dpatch 1970-01-01 00:00:00 +0000
+++ debian/patches/104_fix_plugin_links.dpatch 2011-08-06 21:36:00 +0000
@@ -0,0 +1,19 @@
1#! /bin/sh /usr/share/dpatch/dpatch-run
2## Description: link plugins against libma and libjpeg
3## Author: Julian Taylor <jtaylor.debian@googlemail.com>
4## Bug: https://bugs.launchpad.net/ubuntu/+source/xawtv/+bug/821916
5
6@DPATCH@
7diff -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
8--- xawtv-3.95.dfsg.1~/libng/plugins/Subdir.mk 2003-02-14 14:14:05.000000000 +0000
9+++ xawtv-3.95.dfsg.1/libng/plugins/Subdir.mk 2011-08-06 20:51:42.628830920 +0000
10@@ -42,6 +42,9 @@
11 libng/plugins/read-dv.so : LDLIBS := $(DV_LIBS)
12 libng/plugins/write-dv.so : LDLIBS := $(DV_LIBS)
13 libng/plugins/drv0-v4l2.so: LDLIBS := -lv4l2
14+libng/plugins/flt-disor.so: LDLIBS := -lm
15+libng/plugins/flt-gamma.so: LDLIBS := -lm
16+libng/plugins/conv-mjpeg.so: LDLIBS := -ljpeg
17
18 # global targets
19 all:: $(TARGETS-plugins)

Subscribers

People subscribed via source and target branches

to all changes: