Bug 168423 - [patch] www/firefox: use asm optimized *YUVToRGB32Row
Summary: [patch] www/firefox: use asm optimized *YUVToRGB32Row
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-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 00:00 UTC by Jan Beich
Modified: 2016-03-20 13:51 UTC (History)
0 users

See Also:


Attachments
ycbcr.diff (464 bytes, patch)
2012-05-29 00:00 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-05-29 00:00:15 UTC

    
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-06-06 08:56:01 UTC
beat        2012-06-06 07:55:46 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.gecko.mk 
    www/firefox          Makefile distinfo pkg-descr 
    www/firefox/files    patch-browser-app-Makefile.in 
                         patch-browser-app-nsBrowserApp.cpp 
                         patch-configure.in 
                         patch-xpcom_base_nsStackWalk.cpp 
  Added files:
    www/firefox/files    patch-bugzilla-736961 
                         patch-gfx-ycbcr-Makefile.in 
  Log:
  - Update Firefox to 13.0
  - Remove whitespace from pkg-descr
  - Use GCC 4.6 to fix build on newer FreeBSD versions
  - Use asm optimized YUV conversion and RGB scaling [1]
  - Update required nspr version [2]
  
  PR:             ports/168423 [1], ports/167431 [2]
  Submitted by:   Jan Beich <jbeich AT tormail.org [1],
                  Toomas Aas <toomas.aas AT raad.tartu.ee> [2]
  Security:       http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
  
  Revision  Changes    Path
  1.60      +6 -6      ports/Mk/bsd.gecko.mk
  1.269     +6 -3      ports/www/firefox/Makefile
  1.88      +2 -2      ports/www/firefox/distinfo
  1.3       +76 -10    ports/www/firefox/files/patch-browser-app-Makefile.in
  1.4       +18 -31    ports/www/firefox/files/patch-browser-app-nsBrowserApp.cpp
  1.1       +111 -0    ports/www/firefox/files/patch-bugzilla-736961 (new)
  1.4       +7 -34     ports/www/firefox/files/patch-configure.in
  1.1       +21 -0     ports/www/firefox/files/patch-gfx-ycbcr-Makefile.in (new)
  1.3       +5 -5      ports/www/firefox/files/patch-xpcom_base_nsStackWalk.cpp
  1.13      +1 -1      ports/www/firefox/pkg-descr
_______________________________________________
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 2 Beat Gaetzi freebsd_committer freebsd_triage 2012-06-09 09:37:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-03-20 13:47:16 UTC
A commit references this bug:

Author: jbeich
Date: Sun Mar 20 13:46:30 UTC 2016
New revision: 411445
URL: https://svnweb.freebsd.org/changeset/ports/411445

Log:
  net/tcludp: update to 1.0.11

  PR:		168423
  Submitted by:	frank@fenor.de (maintainer)

Changes:
  head/net/tcludp/Makefile
  head/net/tcludp/distinfo
Comment 4 Jan Beich freebsd_committer freebsd_triage 2016-03-20 13:51:06 UTC
Ignore comment 3. It was for bug 208157.