Bug 237695 - multimedia/kdenlive: change defaults on non-x86 architectures
Summary: multimedia/kdenlive: change defaults on non-x86 architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-01 18:16 UTC by Mark Linimon
Modified: 2019-05-19 15:17 UTC (History)
2 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
patch to multimedia/kdenlive/Makefile (576 bytes, patch)
2019-05-01 18:16 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2019-05-01 18:16:56 UTC
Created attachment 204149 [details]
patch to multimedia/kdenlive/Makefile

multimedia/kdenlive has a dependency on audio/swhplugins by default.  However, that is only available for x86.

The patch makes LADSPA default only on x86.

This unblocks kde building on arm*, powerpc*, and so forth.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-13 20:18:19 UTC
A commit references this bug:

Author: adridg
Date: Mon May 13 20:17:20 UTC 2019
New revision: 501595
URL: https://svnweb.freebsd.org/changeset/ports/501595

Log:
  Fix multimedia/kdenlive on non-x86

   - Default options want(ed) audio/swhplugins, which is i386/amd64 only
   - Needs C++11 support

  PR:		237695 237717
  Submitted by:	linimon
  Reported by:	linimon

Changes:
  head/multimedia/kdenlive/Makefile
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2019-05-19 15:17:00 UTC
This has been committed. Thanks.