aboutsummaryrefslogtreecommitdiffstats
path: root/main/vlc
Commit message (Collapse)AuthorAgeFilesLines
...
* main/vlc: disable debug as it should have beenTimo Teräs2011-03-221-2/+1
| | | | my bad for pushing too early.
* main/vlc: unbreak streaming of files to networkTimo Teräs2011-03-222-14/+2
| | | | | | | | | | The uclibc patch disabled using of monotonic clocks for pthread_cond_timedwait(). This was needed for LinuxThreads as it does not support it. However, this completely breaks the NPTL build. We really need to use the monotonic clock as that's how pthreads_condattr_init constructions our conditions. The original patch was flawed: it should have disabled the monotonic clock via other ways.
* main/vlc: enable dc1394 supportNatanael Copa2011-03-091-1/+4
|
* main/vlc: fix libavcodec_plugin installationLeonardo Arena2011-02-171-6/+3
|
* main/vlc: add speex codec supportLeonardo Arena2011-02-151-1/+3
|
* main/vlc: enable id3 tags supportLeonardo Arena2011-02-141-1/+4
|
* main/vlc: enable ffmpeg libavcodec and pluginsLeonardo Arena2011-02-141-1/+7
|
* main/vlc: vorbis and v4l support addedLeonardo Arena2011-02-112-7/+26
|
* main/vlc: upgrade to 1.1.7Natanael Copa2011-02-011-3/+3
|
* main/vlc: rebuild against new live-mediaTimo Teräs2011-01-301-1/+1
|
* main/vlc: update to 1.1.6 and enable libdvbpsiTimo Teräs2011-01-302-18/+17
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/vlc: split xorg, fix live-media, plugin triggerNatanael Copa2010-12-062-3/+35
| | | | | | - create a subpackage, vlc-xorg, which holds files that pulls in xorg - rebuild against fixed live-media - new trigger for vlc plugins
* main/vlc: use live-media package and remove livemediaNatanael Copa2010-11-291-2/+2
| | | | duplicate.
* main/vlc: update to 1.1.5 and enable live555Timo Teräs2010-11-201-3/+6
| | | | | | * new version * enable live555 using the new livemedia library * remove the xscreensaver inhibitor which depends on posix stuff
* main/x264: upgrade to 20101013Natanael Copa2010-10-271-1/+1
|
* main/vlc: upgrade to 1.1.4.1Natanael Copa2010-09-291-2/+2
|
* main/vlc: upgrade to 1.1.4Natanael Copa2010-08-311-2/+2
|
* main/vlc: upgrade to 1.1.3Natanael Copa2010-08-191-2/+2
|
* main/vlc: moved from testingNatanael Copa2010-08-164-0/+286
fixes #240