Bug 67138 - [PATCH] multimedia/vlc: update to 0.7.2
Summary: [PATCH] multimedia/vlc: update to 0.7.2
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-24 21:40 UTC by Michael Johnson
Modified: 2004-05-26 08:08 UTC (History)
1 user (show)

See Also:


Attachments
vlc-0.7.2.patch (12.83 KB, patch)
2004-05-24 21:40 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-05-24 21:40:16 UTC
- Update to 0.7.2
- New knobs

I think WITH_XVID and WITH_LIBMPEG2 should not be options and should
be installed default because xvid and mpeg2 formats are extremely popular.
I left them as knobs because they *ARE* optional and it will be easier to 
remove the knobs than add them. 
 
There are still a few knobs that we can add that are not included yet.
ie. 
WITH_MOZILLA -- mozilla-plugin
WITH_KDE -- kde frontend
WITH_QT -- qt frontend
WITHOUT_GTK -- disable gtk frontend
WITHOUT_WXWINDOWS -- disable WXWINDOWS frontend
WITH_LIRC -- remote control support from lirc
 
Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
Comment 1 Michael Johnson 2004-05-24 22:04:22 UTC
I found a typo from the last version of vlc

Makefile
- .if defined(WITH_GGI) && !defined(WITHOUT_GCI)
+ .if defined(WITH_GGI) && !defined(WITHOUT_GGI)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-24 22:16:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer.
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2004-05-26 06:04:42 UTC
State Changed
From-To: open->analyzed

patch tested, but performance on stable is dramatically reduced. 
I continue to investigate.
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2004-05-26 08:07:50 UTC
State Changed
From-To: analyzed->closed

committed, thanks.