#57394 closed defect (fixed)
pdfpc @4.2.1: No package 'gstreamer-audio-1.0' found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | maehne (Torsten Maehne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | pdfpc |
Description
-- Checking for module 'gstreamer-1.0' -- Found gstreamer-1.0, version 1.14.4 -- Checking for module 'gstreamer-base-1.0' -- Found gstreamer-base-1.0, version 1.14.4 -- Checking for module 'gstreamer-audio-1.0' -- No package 'gstreamer-audio-1.0' found CMake Error at /opt/local/share/cmake-3.12/Modules/FindPkgConfig.cmake:436 (message): A required package was not found Call Stack (most recent call first): /opt/local/share/cmake-3.12/Modules/FindPkgConfig.cmake:602 (_pkg_check_modules_internal) src/CMakeLists.txt:20 (pkg_check_modules)
Attachments (1)
Change History (6)
comment:1 Changed 6 years ago by maehne (Torsten Maehne)
Changed 6 years ago by maehne (Torsten Maehne)
Attachment: | fix-pdfpc-x11-variant-Portfile.diff added |
---|
comment:2 Changed 6 years ago by maehne (Torsten Maehne)
I think that I have found all missing dependencies by looking at the CMakeLists.txt
of pdfpc
more closely. fix-pdfpc-x11-variant-Portfile.diff
contains the necessary changes to the Portfile
. Could you please apply them?
comment:3 Changed 6 years ago by ken-cunningham-webuse
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the report! I feared that the dependencies for the +x11 variant might be incomplete. I did them based on the project's website. On my MacBook, where I did the testing, also some additional gstreamer1 plugins are installed due to third-party apps requesting them. This shadowed the problem. I will try to resolve the missing dependencies to fix the package. Though it may take about two weeks that I find the time because my bandwidth is currently limited due to a high work load this and the coming week.