[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 7 09:21:41 GMT 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269383

            Bug ID: 269383
           Summary: ftp/gstreamer1-plugins-curl: build fails if
                    textproc/zxing-cpp is also installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: d8zNeCFG at aon.at
                CC: kde at FreeBSD.org, multimedia at FreeBSD.org
                CC: kde at FreeBSD.org, multimedia at FreeBSD.org

Scenario:
- FreeBSD 12.4 latest
- ports latest
- upgrading ports using portmaster
- textproc/zxing-cpp is installed
- upgrade of sysutils/plasma5-systemsettings requires new port
ftp/gstreamer1-plugins-curl

Result:
- build of ftp/gstreamer1-plugins-curl fails with lots of zxing type errors

Fix:
- Add zxing to BAD_GST_ALL_PLUGINS in
multimedia/gstreamer1-plugins/Makefile.common:

diff --git a/multimedia/gstreamer1-plugins/Makefile.common
b/multimedia/gstreamer1-plugins/Makefile.common
index 136da5652397..ee45e739cab3 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -209,7 +209,8 @@ BAD_GST_ALL_PLUGINS+= \
                winscreencap \
                x265 \
                y4m \
-               zbar
+               zbar \
+               zxing

 BAD_GST_ENABLED_PLUGINS?=

>From looking at the ext/ subdirectory of gst-plugins-bad-1.20.5.tar.xz it seems
that Makefile.common might need some more updates...

-- Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list