Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-11218

media-tv/droidcam-2.0.0 broken due to broken file naming in app-pda/libusbmuxd

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • None
    • droidcam users

      Due to a change in the Makefile from manual linking to pkgconf, `media-tv/droidcam` currently cannot compile due to `libusbmuxd.pc` not existing, instead `libusbmuxd-2.0.pc` is installed.

      To fix this, we can simply patch the `libusbmuxd` template like this:

       src_install() {
              default
              find "${D}" -name '*.la' -type f -delete || die
      +       cp "${ED}"/usr/lib64/pkgconfig/${PN}-*.pc "${ED}"/usr/lib64/pkgconfig/${PN}.pc
       }
      

      I have the fix ready for inclusion

            madman10k madman10k
            madman10k madman10k
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: