Bug 130128 - multimedia/vlc-devel *Fix Embedded Video*
Summary: multimedia/vlc-devel *Fix Embedded Video*
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-03 09:20 UTC by Joseph S. Atkinson
Modified: 2009-01-20 02:00 UTC (History)
0 users

See Also:


Attachments
patch-modules__gui__qt4__qt4.cpp (447 bytes, text/plain)
2009-01-03 09:20 UTC, Joseph S. Atkinson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph S. Atkinson 2009-01-03 09:20:01 UTC

Through a series of mysterious circumstances, I discovered other people had embedded video working in the vlc-0.9.x series...

A little investigation revealed that it's a case of an off-by-one error...

Fix: Drop this in multimedia/vlc-devel/files and bump PORTREVISION please.

Obtained from: RPM Fusion
How-To-Repeat: 

Embedded video is the default. Toggle it on and off, it makes no difference. All video pops up seperate from the control interface.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-03 09:20:12 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-03 09:20:15 UTC
Maintainer of multimedia/vlc-devel,

Please note that PR ports/130128 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130128

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-03 09:20:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-01-03 11:06:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2009-01-18 03:30:24 UTC
Responsible Changed
From-To: miwi->beech

Over to me per request
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-01-20 01:50:38 UTC
beech       2009-01-20 01:50:29 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc       Makefile Makefile.inc distinfo pkg-descr 
    multimedia/vlc/files patch-v4l 
  Added files:
    multimedia/vlc/files patch-modules__gui__qt4__qt4.cpp 
                         qvlc.desktop 
  Removed files:
    multimedia/vlc/files patch-modules__access__vcd__cdrom.c 
                         wxvlc.desktop 
  Log:
  - Update to 0.9.8a3 (merged from -devel)
  - Fix off by one error
  
  PR:             ports/130128
  Submitted by:   Joseph S. Atkinson <jsa@mephisto.wickedmachine.net> (maintainer)
  
  Revision  Changes    Path
  1.180     +95 -49    ports/multimedia/vlc/Makefile
  1.21      +23 -47    ports/multimedia/vlc/Makefile.inc
  1.28      +3 -3      ports/multimedia/vlc/distinfo
  1.2       +0 -111    ports/multimedia/vlc/files/patch-modules__access__vcd__cdrom.c (dead)
  1.1       +14 -0     ports/multimedia/vlc/files/patch-modules__gui__qt4__qt4.cpp (new)
  1.2       +2 -2      ports/multimedia/vlc/files/patch-v4l
  1.1       +10 -0     ports/multimedia/vlc/files/qvlc.desktop (new)
  1.4       +0 -10     ports/multimedia/vlc/files/wxvlc.desktop (dead)
  1.7       +0 -2      ports/multimedia/vlc/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 7 Beech Rintoul freebsd_committer freebsd_triage 2009-01-20 01:51:00 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!