tags 318150 +patch
thanks
On Wed, Jul 13, 2005 at 04:28:14PM -0700, Steve Langasek wrote:
> On Wed, Jul 13, 2005 at 10:16:30PM +0300, Marcin Owsiany wrote:
> > Package: libxosd-dev
> > Severity: grave
>
> > It seems that with the new Xorg in sid, Xinerama_pic.a got lost
> > somewhere. It doesn't seem to be neither in xlibs-static-pic nor in
> > libxinerama* packages. As a consequence, linker does not work with what
> > xosd-cofig --libs produces, rendering the package unusable.
>
> Yes, this is now a shared library in the libxinerama* packages, so there's
> no need for a _pic.a anymore. The package should be updated to use
> -lXinerama instead of -lXinerama_pic.
Apparently the autostuff already has support for this, so adding
libxinerama-dev to dependancies and a rebuild are sufficient (i.e. they
work for me to build ekg2).
I'm attaching a patch. I intend to NMU - waiting the usual period is
quite unconvenient for me (I cannot upload ekg2), so I would appreciate
an authorization from Philipp ASAP.
Marcin
--
Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216
diff -u xosd-2.2.14/debian/changelog xosd-2.2.14/debian/changelog
--- xosd-2.2.14/debian/changelog
+++ xosd-2.2.14/debian/changelog
@@ -1,3 +1,11 @@
+xosd (2.2.14-1.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Rebuilt to catch new Xinerama.so from x.org (Closes: #318150)
+ * Added libxinerama-dev to build-deps and -dev package deps
+
+ -- Marcin Owsiany <[EMAIL PROTECTED]> Thu, 14 Jul 2005 14:48:26 +0300
+
xosd (2.2.14-1.1) unstable; urgency=high
* Non-maintainer upload.
diff -u xosd-2.2.14/debian/control xosd-2.2.14/debian/control
--- xosd-2.2.14/debian/control
+++ xosd-2.2.14/debian/control
@@ -2,7 +2,7 @@
Section: x11
Priority: optional
Maintainer: Philipp Matthias Hahn <[EMAIL PROTECTED]>
-Build-Depends: libgtk1.2-dev, xmms-dev (>= 1.2.0-1), libtool, debhelper (>=
4.1.0), libgdk-pixbuf-dev, libx11-dev, libxext-dev, xlibs-static-pic, cdbs
+Build-Depends: libgtk1.2-dev, xmms-dev (>= 1.2.0-1), libtool, debhelper (>=
4.1.0), libgdk-pixbuf-dev, libx11-dev, libxext-dev, xlibs-static-pic,
libxinerama-dev, cdbs
Build-Conflicts: libxosd-dev (<< ${Source-Version})
Standards-Version: 3.6.1.1
@@ -21,7 +21,7 @@
Package: libxosd-dev
Section: libdevel
Architecture: any
-Depends: libxosd2 (= ${Source-Version}), libx11-dev, libxext-dev, x-dev,
xlibs-static-dev, xlibs-static-pic, ${shlibs:Depends}
+Depends: libxosd2 (= ${Source-Version}), libx11-dev, libxext-dev, x-dev,
xlibs-static-dev, xlibs-static-pic, ${shlibs:Depends}, libxinerama-dev
Conflicts: libxosd
Description: X On-Screen Display library - development
A library for displaying a TV-like on-screen display in X.