Bug 158247 - multimedia/avidemux2-plugins: fix build after x264 upgrade
Summary: multimedia/avidemux2-plugins: fix build after x264 upgrade
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 08:30 UTC by Barbara
Modified: 2011-06-24 12:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.49 KB, text/plain)
2011-06-24 08:30 UTC, Barbara
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara 2011-06-24 08:30:10 UTC
After upgrading x264, multimedia/avidemux2-plugins is failing at about 94%.
I've found a fix for Gentoo Linux and tested it successfully.

I've created in multimedia/avidemux2/files the following files:

patch-plugins_ADM_videoEncoder_ADM_vidEnc_x264_encoder.cpp.txt
http://pastebin.com/L3qTG4bF

patch-plugins_ADM_videoEncoder_ADM_vidEnc_x264_x264Options.cpp.txt
http://pastebin.com/ASYZMmz4


I'm trying to attach a shar archive with the two files, that should be extracted in /usr/ports

Fix: Patch attached with submission follows:
How-To-Repeat: # after upgrading multimedia/x264 to x264-0.115.2000
cd /usr/ports/multimedia/avidemux2-plugins && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-24 08:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-24 12:12:25 UTC
kwm         2011-06-24 11:12:17 UTC

  FreeBSD ports repository

  Added files:
    multimedia/avidemux2/files patch-x264_encoder.cpp 
                               patch-x264_x264Options.cpp 
  Log:
  Fix the build of avidemux2-plugins after the recent x264 update.
  
  PR:             ports/158247
  Submitted by:   Barbara <barbara.xxx1975@libero.it>
  Obtained from:  Gentoo
  
  Revision  Changes    Path
  1.1       +14 -0     ports/multimedia/avidemux2/files/patch-x264_encoder.cpp (new)
  1.1       +29 -0     ports/multimedia/avidemux2/files/patch-x264_x264Options.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2011-06-24 12:12:38 UTC
State Changed
From-To: open->closed

Committed thanks! 

Please use shar's next time, for new ports and diff for updates.