Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Feb 2023 09:21:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed
Message-ID:  <bug-269383-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269383

            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@FreeBSD.org
          Reporter: d8zNeCFG@aon.at
                CC: kde@FreeBSD.org, multimedia@FreeBSD.org
                CC: kde@FreeBSD.org, multimedia@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+=3D \
                winscreencap \
                x265 \
                y4m \
-               zbar
+               zbar \
+               zxing

 BAD_GST_ENABLED_PLUGINS?=3D

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

-- Martin

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269383-7788>