Bug#967673: openslide: depends on deprecated GTK 2

2022-06-20 Thread Benjamin Gilbert
I believe you'll also need a dependency on libglib2.0-dev. Best, --Benjamin Gilbert

Bug#852502: openslide-python: FTBFS (failing tests)

2017-01-25 Thread Benjamin Gilbert
It seems I incorrectly addressed my previous mail, so once again: Workaround committed upstream and attached. >From 4ea9211e10e9fc58d04bac909d73a2448c4a44ff Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert <bgilb...@cs.cmu.edu> Date: Tue, 24 Jan 2017 23:32:36 -0800 Subject: [PATCH] tes

Bug#852502: openslide-python: FTBFS (failing tests)

2017-01-24 Thread Benjamin Gilbert
The problem is in Pillow, 3.4.0 through 3.4.2. I have a workaround for the OpenSlide Python test suite that I'll get committed and then post here.

Bug#827143: OpenSlide Python 1.1.1 is out

2016-06-12 Thread Benjamin Gilbert
Source: openslide-python Severity: minor OpenSlide Python 1.1.1 was just released. Among other things, it adds a test suite, accessible via "setup.py test".

Bug#826824: openslide: OpenJPEG removal

2016-06-09 Thread Benjamin Gilbert
OpenSlide 3.4.1 supports the new API.

Bug#814222: openslide 3.4.1 is out

2016-02-28 Thread Benjamin Gilbert
ckages: https://lists.andrew.cmu.edu/pipermail/openslide-users/2016-February/001198.html He's an OpenSlide user, and has been involved in the OpenSlide community since 2012. If either of you have any questions, feel free to contact me. Thanks, --Benjamin Gilbert

Bug#814222: openslide 3.4.1 is out

2016-02-11 Thread Benjamin Gilbert
On Thu, Feb 11, 2016 at 08:20:38AM +0100, Andreas Tille wrote: > If you like to sneak a bit into Debian packaging and update the files in > Git/SVN (just tell me your preference) I'd consider this a nice solution. I'm willing to maintain the Debian package if necessary, but if there's a feasible

Bug#814222: openslide 3.4.1 is out

2016-02-10 Thread Benjamin Gilbert
Hi, upstream OpenSlide maintainer here. The patch Mathieu mentioned is only needed for libjpeg-turbo == 1.2.0, so it shouldn't be necessary unless there is a desire to support building the source package on Ubuntu 12.04. Otherwise, I would expect the OpenSlide 3.4.1 update to be a simple version

Bug#800810: openslide-python: Missing Build-Depends on python3-pil and libopenslide-dev

2015-10-14 Thread Benjamin Gilbert
A reasonable fix might be to just tell pybuild not to run tests. OpenSlide Python doesn't have a test suite, and probably won't any time soon.

Bug#800810: openslide-python: Missing Build-Depends on python3-pil and libopenslide-dev

2015-10-14 Thread Benjamin Gilbert
If you decide to add the build-deps instead, note that OpenSlide Python has only a runtime dependency on OpenSlide (libopenslide0) and doesn't need the headers (libopenslide-dev).

Bug#734238:

2014-04-06 Thread Benjamin Gilbert
On 04/05/2014 09:05 AM, Mathieu Malaterre wrote: Here is the backported patch (attached). I have no clue on how to use dpatch to convert it. 20.jp2 does not segfault anymore, and p0_06.j2k does decode normally. With this patch added and segfault1.dpatch removed, OpenSlide successfully decodes

Bug#740906: Typo in package description

2014-03-05 Thread Benjamin Gilbert
Package: python-openslide-examples Version: 0.5.1-3 Severity: minor Severity: very-very-minor The last line of the package description contains the word exampls. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#740905: Downgrade examples dependency to Recommends

2014-03-05 Thread Benjamin Gilbert
Package: openslide-python Version: 0.5.1-3 Severity: minor Consider making the library packages Recommend python-openslide-examples instead of Depending on it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#740907: Missing dependencies

2014-03-05 Thread Benjamin Gilbert
Package: python-openslide-examples Version: 0.5.1-3 - The examples aren't very useful without the library, so perhaps -examples should depend on python-openslide | python3-openslide. - libjs-jquery should be a hard dependency of -examples, rather than a Recommends of the library packages

Bug#737707: FTBFS for wheezy backport

2014-02-05 Thread Benjamin Gilbert
On the Python 3 side, we require at least Python 3.3. Also note that python-pil doesn't exist on wheezy, so you'll have to fall back to python-imaging. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#737687: Examples missing from package

2014-02-04 Thread Benjamin Gilbert
Package: python3-openslide Version: 0.5.1-2 python3-openslide Recommends packages needed by the examples (python3-flask and libjs-jquery) but doesn't actually ship the examples. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#734375: Actually...

2014-01-06 Thread Benjamin Gilbert
Actually, that Requires.private line is woefully incomplete. It's likely no one cares about statically linking OpenSlide, so I'll drop the line in the next release. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#734375: Missing dependency on libglib2.0-dev

2014-01-06 Thread Benjamin Gilbert
Package: libopenslide-dev Version: 3.3.3-1 openslide.pc contains the line: Requires.private: glib-2.0 gthread-2.0 but libopenslide-dev does not depend on libglib2.0-dev. As a result, after installing libopenslide-dev on a minimal system: $ pkg-config --cflags --libs openslide Package

Bug#734238: Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images

2014-01-06 Thread Benjamin Gilbert
it. Please consider applying a more nuanced patch that fixes the real problem, rather than disabling the entire feature. Thanks, --Benjamin Gilbert [1]: http://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/JP2K-33003-1.svs [2]: http://openslide.cs.cmu.edu/download/openslide-testdata/Aperio

Bug#734238: Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images

2014-01-04 Thread Benjamin Gilbert
Package: libopenjpeg2 Version: 1.3+dfsg-4.7+b1 The patch for CVE-2013-6045 disables decoding of images whose first color component has a higher resolution than subsequent components. This is a legitimate image encoding; consider, for example, YCbCr images with chroma subsampling. This change

Bug#516820: e2fsck won't fix a filesystem with a broken block bitmap

2009-02-23 Thread Benjamin Gilbert
caused e2fsck to no longer be able to fix this problem. --Benjamin Gilbert -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#516820: e2fsck won't fix a filesystem with a broken block bitmap

2009-02-23 Thread Benjamin Gilbert
that manually specifying -a -C0 on the command-line (as though running from the initscript) caused the first (boot-time) set of errors to appear rather than the second (Group descriptors look bad) set. --Benjamin Gilbert -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#403100: Works for me...

2008-01-06 Thread Benjamin Gilbert
Thadeu's patch fixes 403100 for me. Thanks for tracking this down. --Benjamin Gilbert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#441635: libapr1: epoll support disabled

2007-09-10 Thread Benjamin Gilbert
Package: libapr1 Version: 1.2.7-8.2 Severity: wishlist epoll support was apparently disabled in 1.2.7-7 to allow libapr1 to work with 2.4 kernels. Since lenny isn't going to support 2.4, could epoll support be re-enabled for lenny? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#403100: sawfish: Infinite loop after middle-clicking root window

2006-12-14 Thread Benjamin Gilbert
Package: sawfish Version: 1:1.3+cvs20061004-1 Severity: important Whenever I middle-click on the root window to pull up the Sawfish menu, Sawfish immediately goes into an infinite loop and fails to respond to further user input. The gdb backtrace of the sawfish process is included below. I