Merge lp:~ari-tczew/ubuntu/utopic/libxvmc/merge into lp:ubuntu/utopic/libxvmc

Proposed by Artur Rona
Status: Needs review
Proposed branch: lp:~ari-tczew/ubuntu/utopic/libxvmc/merge
Merge into: lp:ubuntu/utopic/libxvmc
Diff against target: 69 lines (+27/-2)
4 files modified
configure.ac (+6/-0)
debian/changelog (+18/-0)
debian/control (+2/-1)
wrapper/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~ari-tczew/ubuntu/utopic/libxvmc/merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+229878@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

21. By Artur Rona

* Merge from Debian unstable. Remaining changes:
  - debian/patches/01_support_alternatives.patch,
    debian/libxvmc1.install, debian/rules:
    + Put XvMCConfig in usr/lib/xvmcconfig-standard.
    + Make the library look for /lib/XvMCConfig (which will be
      the link that alternatives will set).
* Link libXvMCW.so against -ldl (closes: #610592)
* Remove Cyril from Uploaders.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2013-11-03 01:40:21 +0000
3+++ configure.ac 2014-08-06 22:34:07 +0000
4@@ -51,6 +51,12 @@
5 # Checks for library functions.
6 AC_CHECK_FUNCS([shmat])
7
8+# Check to see if dlopen is in default libraries (like Solaris, which
9+# has it in libc), or if libdl is needed to get it.
10+AC_CHECK_FUNC([dlopen], [],
11+ AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
12+AC_SUBST(DLOPEN_LIBS)
13+
14 # Allow checking code with lint, sparse, etc.
15 XORG_WITH_LINT
16 LINT_FLAGS="${LINT_FLAGS} ${XVMC_CFLAGS}"
17
18=== modified file 'debian/changelog'
19--- debian/changelog 2013-11-03 01:40:21 +0000
20+++ debian/changelog 2014-08-06 22:34:07 +0000
21@@ -1,3 +1,21 @@
22+libxvmc (2:1.0.8-2ubuntu1) utopic; urgency=low
23+
24+ * Merge from Debian unstable. Remaining changes:
25+ - debian/patches/01_support_alternatives.patch,
26+ debian/libxvmc1.install, debian/rules:
27+ + Put XvMCConfig in usr/lib/xvmcconfig-standard.
28+ + Make the library look for /lib/XvMCConfig (which will be
29+ the link that alternatives will set).
30+
31+ -- Artur Rona <ari-tczew@ubuntu.com> Thu, 07 Aug 2014 00:04:27 +0200
32+
33+libxvmc (2:1.0.8-2) unstable; urgency=low
34+
35+ * Link libXvMCW.so against -ldl (closes: #610592)
36+ * Remove Cyril from Uploaders.
37+
38+ -- Julien Cristau <jcristau@debian.org> Sat, 12 Jul 2014 17:58:58 +0200
39+
40 libxvmc (2:1.0.8-1ubuntu1) trusty; urgency=low
41
42 * Merge from Debian unstable. (LP: #1247502) Remaining changes:
43
44=== modified file 'debian/control'
45--- debian/control 2013-11-03 01:40:21 +0000
46+++ debian/control 2014-08-06 22:34:07 +0000
47@@ -3,7 +3,8 @@
48 Priority: optional
49 Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
50 XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
51-Uploaders: Drew Parsons <dparsons@debian.org>, Cyril Brulebois <kibi@debian.org>
52+Uploaders:
53+ Drew Parsons <dparsons@debian.org>,
54 Build-Depends:
55 dpkg-dev (>= 1.16.1),
56 debhelper (>= 8.1.3),
57
58=== modified file 'wrapper/Makefile.am'
59--- wrapper/Makefile.am 2012-04-24 22:46:56 +0000
60+++ wrapper/Makefile.am 2014-08-06 22:34:07 +0000
61@@ -10,7 +10,7 @@
62 AM_CFLAGS = $(CWARNFLAGS) $(XVMC_CFLAGS)
63
64 libXvMCW_la_SOURCES = XvMCWrapper.c
65-libXvMCW_la_LIBADD = $(XVMC_LIBS)
66+libXvMCW_la_LIBADD = $(XVMC_LIBS) $(DLOPEN_LIBS)
67 libXvMCW_la_LDFLAGS = -version-number 1:0:0 -no-undefined
68
69 if LINT

Subscribers

People subscribed via source and target branches

to all changes: