Package: ustreamer
Version: 3.16-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu hirsute ubuntu-patch

Hi,

ustreamer currently build-depends on libjpeg62-turbo-dev, which ties it
to a particular JPEG implementation. Build-depending on libjpeg-dev
allows it to use whatever JPEG implementation is the default in Debian
(and its derivatives) instead.

In Ubuntu, the attached patch was applied to achieve the following:

  * Build-depend on libjpeg-dev instead of libjpeg62-turbo-dev.

Thanks for considering the patch.

Logan
diff -Nru ustreamer-3.16/debian/control ustreamer-3.16/debian/control
--- ustreamer-3.16/debian/control       2021-01-21 21:36:18.000000000 -0500
+++ ustreamer-3.16/debian/control       2021-03-24 22:13:27.000000000 -0400
@@ -4,7 +4,7 @@
 Maintainer: Sam Reed <s...@reedyboy.net>
 Build-Depends: debhelper-compat (= 12),
   libevent-dev,
-  libjpeg62-turbo-dev,
+  libjpeg-dev,
   uuid-dev,
   libbsd-dev
 Standards-Version: 4.5.1

Reply via email to