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
=== modified file 'configure.ac'
--- configure.ac 2013-11-03 01:40:21 +0000
+++ configure.ac 2014-08-06 22:34:07 +0000
@@ -51,6 +51,12 @@
51# Checks for library functions.51# Checks for library functions.
52AC_CHECK_FUNCS([shmat])52AC_CHECK_FUNCS([shmat])
5353
54# Check to see if dlopen is in default libraries (like Solaris, which
55# has it in libc), or if libdl is needed to get it.
56AC_CHECK_FUNC([dlopen], [],
57 AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
58AC_SUBST(DLOPEN_LIBS)
59
54# Allow checking code with lint, sparse, etc.60# Allow checking code with lint, sparse, etc.
55XORG_WITH_LINT61XORG_WITH_LINT
56LINT_FLAGS="${LINT_FLAGS} ${XVMC_CFLAGS}"62LINT_FLAGS="${LINT_FLAGS} ${XVMC_CFLAGS}"
5763
=== modified file 'debian/changelog'
--- debian/changelog 2013-11-03 01:40:21 +0000
+++ debian/changelog 2014-08-06 22:34:07 +0000
@@ -1,3 +1,21 @@
1libxvmc (2:1.0.8-2ubuntu1) utopic; urgency=low
2
3 * Merge from Debian unstable. Remaining changes:
4 - debian/patches/01_support_alternatives.patch,
5 debian/libxvmc1.install, debian/rules:
6 + Put XvMCConfig in usr/lib/xvmcconfig-standard.
7 + Make the library look for /lib/XvMCConfig (which will be
8 the link that alternatives will set).
9
10 -- Artur Rona <ari-tczew@ubuntu.com> Thu, 07 Aug 2014 00:04:27 +0200
11
12libxvmc (2:1.0.8-2) unstable; urgency=low
13
14 * Link libXvMCW.so against -ldl (closes: #610592)
15 * Remove Cyril from Uploaders.
16
17 -- Julien Cristau <jcristau@debian.org> Sat, 12 Jul 2014 17:58:58 +0200
18
1libxvmc (2:1.0.8-1ubuntu1) trusty; urgency=low19libxvmc (2:1.0.8-1ubuntu1) trusty; urgency=low
220
3 * Merge from Debian unstable. (LP: #1247502) Remaining changes:21 * Merge from Debian unstable. (LP: #1247502) Remaining changes:
422
=== modified file 'debian/control'
--- debian/control 2013-11-03 01:40:21 +0000
+++ debian/control 2014-08-06 22:34:07 +0000
@@ -3,7 +3,8 @@
3Priority: optional3Priority: optional
4Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>4Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>5XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
6Uploaders: Drew Parsons <dparsons@debian.org>, Cyril Brulebois <kibi@debian.org>6Uploaders:
7 Drew Parsons <dparsons@debian.org>,
7Build-Depends:8Build-Depends:
8 dpkg-dev (>= 1.16.1),9 dpkg-dev (>= 1.16.1),
9 debhelper (>= 8.1.3),10 debhelper (>= 8.1.3),
1011
=== modified file 'wrapper/Makefile.am'
--- wrapper/Makefile.am 2012-04-24 22:46:56 +0000
+++ wrapper/Makefile.am 2014-08-06 22:34:07 +0000
@@ -10,7 +10,7 @@
10AM_CFLAGS = $(CWARNFLAGS) $(XVMC_CFLAGS)10AM_CFLAGS = $(CWARNFLAGS) $(XVMC_CFLAGS)
1111
12libXvMCW_la_SOURCES = XvMCWrapper.c12libXvMCW_la_SOURCES = XvMCWrapper.c
13libXvMCW_la_LIBADD = $(XVMC_LIBS)13libXvMCW_la_LIBADD = $(XVMC_LIBS) $(DLOPEN_LIBS)
14libXvMCW_la_LDFLAGS = -version-number 1:0:0 -no-undefined14libXvMCW_la_LDFLAGS = -version-number 1:0:0 -no-undefined
1515
16if LINT16if LINT

Subscribers

People subscribed via source and target branches

to all changes: