[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33300: hplip 3.18.9 contains non-free binary blobs
From: |
Ludovic Courtès |
Subject: |
bug#33300: hplip 3.18.9 contains non-free binary blobs |
Date: |
Wed, 07 Nov 2018 15:34:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello!
Efraim Flashner <address@hidden> skribis:
> Here's what I have right now:
>
> ;; Delete non-free blobs$
> (delete-file "prnt/hpcups/libImageProcessor-x86_64.so")$
> (delete-file "prnt/hpcups/libImageProcessor-x86_32.so")$
> (delete-file-recursively "prnt/plugins")$
I’d suggest simply something along the lines of what I tried earlier:
;; Starting from version 3.18.9, hplip comes with binary
;; blobs under prnt/hpcups and prnt/plugins. Remove them.
(for-each delete-file (find-files "." "\\.so$"))
> (substitute* "Makefile.am"$
> (("dist_printplugins_DATA") "# dist_printplugins_DATA"))
Rather “Makefile.in”, to avoid depending on Automake.
> and a patch from debian to address imageprocessor:
>
> https://salsa.debian.org/printing-team/hplip/raw/debian/3.18.10+dfsg0-1/debian/patches/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
With this patch we should be able to keep 3.18.9, so it looks better
than reverting.
Could you send a patch for this? (If not Tobias said he can work on it
soon. :-)).
Thanks!
Ludo’.
- bug#33300: hplip 3.18.9 contains non-free binary blobs, Ludovic Courtès, 2018/11/07
- bug#33300: hplip 3.18.9 contains non-free binary blobs, Efraim Flashner, 2018/11/07
- bug#33300: hplip 3.18.9 contains non-free binary blobs,
Ludovic Courtès <=
- bug#33300: hplip 3.18.9 contains non-free binary blobs, Tobias Geerinckx-Rice, 2018/11/07
- bug#33300: hplip 3.18.9 contains non-free binary blobs, Ludovic Courtès, 2018/11/07
- bug#33300: Automatically detecting binaries in source tarballs, Danny Milosavljevic, 2018/11/07
- bug#33300: Automatically detecting binaries in source tarballs, Ludovic Courtès, 2018/11/08
- bug#33300: Automatically detecting binaries in source tarballs, Björn Höfling, 2018/11/08
- bug#33300: Automatically detecting binaries in source tarballs, Efraim Flashner, 2018/11/11
- bug#33300: Automatically detecting binaries in source tarballs, Ludovic Courtès, 2018/11/11
- bug#33300: hplip 3.18.9 contains non-free binary blobs, Ludovic Courtès, 2018/11/11