freebsd-ports/multimedia/miro/files/patch-linux__plat__options.py
Armin Pirkovitsch e78916e3b1 - Update multimedia/miro to 6.0
- change ffmpeg dependency to ffmpeg1
- update maintainer to swills@ (suggested and accepted over irc)

PR:           ports/181348
Submitted by: Steve Wills <swills _AT_ FreeBSD.org>
Approved by:  decke (mentor)
2013-09-01 12:37:56 +00:00

11 lines
352 B
Python

--- ./linux/plat/options.py.orig 2013-08-17 02:50:01.620777937 +0000
+++ ./linux/plat/options.py 2013-08-17 02:50:48.339773948 +0000
@@ -51,7 +51,7 @@
FFMPEG_BINARY = LinuxPref(
key="ffmpegBinary",
- default="/usr/bin/ffmpeg",
+ default="%%LOCALBASE%%/bin/ffmpeg",
alias="ffmpeg",
helptext="Absolute path for ffmpeg binary.")