Opened 5 years ago

Closed 5 years ago

#57876 closed defect (invalid)

Missing pkgconfig file gstreamer-plugins-good-1.0.pc

Reported by: oleaamot (Ole Aamot) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: gstreamer1-gst-plugins-good

Description

The pkgconfig file gstreamer-plugins-good-1.0.pc is missing in the package gstreamer1-gst-plugins-good.

Here is the .pc that I have on Ubuntu 18.04:

$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/gstreamer-plugins-good-1.0.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include/gstreamer-1.0
pluginsdir=${prefix}/lib/x86_64-linux-gnu/gstreamer-1.0

Name: GStreamer Good Plugin libraries
Description: Currently includes the photography interface library
Requires: gstreamer-1.0 gstreamer-base-1.0
Version: 1.14.1
Libs: -L${libdir} -lgstphotography-1.0
Cflags: -I${includedir}

Change History (3)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Keywords: pkgconfig removed

comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Indeed. I wonder why that is. I've filed an upstream bug report for you.

comment:3 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Upstream has stated that they deliberately do not install this file; see the upstream issue for more.

Note: See TracTickets for help on using tickets.