martynas
|
4dd62d708c
|
empty patch files; from Moritz Grimm
|
2007-06-10 11:21:13 +00:00 |
|
jolan
|
0d35aa3d25
|
update to 0.8.6b, from brad
|
2007-06-05 01:53:04 +00:00 |
|
jakemsr
|
0d08814a34
|
update WANTLIB and LIB_DEPENDS after graphics/ffmpeg update
|
2007-05-25 16:24:49 +00:00 |
|
aanriot
|
b3d22fb592
|
fix a format string by keeping a place for the terminating NUL
character.
ok avsm@
|
2007-04-22 13:21:11 +00:00 |
|
ajacoutot
|
d49e99a4b4
|
- forgot to bump
|
2007-04-20 07:21:53 +00:00 |
|
ajacoutot
|
46f516536e
|
- revert previous commit after several feedbacks about rtsp feeds not
behaving correctly on !i386
|
2007-04-20 07:21:09 +00:00 |
|
ajacoutot
|
60afd097c3
|
- add live555 support
from brad
ok robert@
|
2007-04-19 09:22:09 +00:00 |
|
ajacoutot
|
7a5f3efd4b
|
- enable x264 support
- add missing xenocara LIBS
- regen patches while here
"go for it" naddy@
|
2007-04-08 17:34:20 +00:00 |
|
espie
|
be99f23aa5
|
more base64 checksums
|
2007-04-05 17:36:18 +00:00 |
|
steven
|
2bf10c8bdc
|
fix WANTLIB
ok bernd@
|
2007-02-15 17:15:41 +00:00 |
|
mbalmer
|
a4986d448c
|
Security fix for vlc (see http://www.videolan.org/sa0701.html). NB, we never
had the extensions enabled that are affected by the problem.
from brad
|
2007-01-04 11:29:59 +00:00 |
|
jolan
|
c932352c93
|
add mozilla plugin support, tested on amd64
now you can view fun stuff like http://www.borat.tv/reportings3.php
directly in firefox
|
2006-12-24 01:57:16 +00:00 |
|
jolan
|
06e809edbe
|
update to 0.8.6
|
2006-12-23 13:31:30 +00:00 |
|
espie
|
0f5dc96ea1
|
say goodbye to GNU land.
|
2006-12-16 12:22:32 +00:00 |
|
jolan
|
0920699ffd
|
update to 0.8.5
|
2006-11-03 15:15:07 +00:00 |
|
jolan
|
765bc897fa
|
- add back GUI support now that wxwidgets has been updated
- nuke semi-pointless no_dvd flavor
- mark as SHARED_ONLY
|
2006-10-13 02:08:22 +00:00 |
|
pvalchev
|
15ac742fe5
|
use off_t/int64_t consistently (match prototype)
|
2006-09-22 02:23:13 +00:00 |
|
espie
|
100b45279f
|
convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
|
2006-08-01 10:50:19 +00:00 |
|
steven
|
64522860ee
|
there is no win32-codecs package, so refer to the port instead.
from Alex Holst <a@mongers.org>
|
2006-07-23 11:44:27 +00:00 |
|
jolan
|
a31a7ba6c7
|
enable matroska (.mka/.mkv) and musepack (.mpc) support
|
2006-03-22 01:33:06 +00:00 |
|
jakemsr
|
48c1287d33
|
- accomodate for libavcodec changes
- bump PKGNAME
OK brad@
|
2006-03-20 05:51:59 +00:00 |
|
jolan
|
49f1788e41
|
add win32 codec support
|
2005-12-24 09:01:17 +00:00 |
|
jolan
|
770acfc48d
|
crank the priority on the ncurses module so that it is preferred over
the rc one
|
2005-12-22 16:36:17 +00:00 |
|
jolan
|
01d2b6dcb2
|
fix default font
|
2005-12-22 05:32:50 +00:00 |
|
jolan
|
7a0e9b5743
|
add back altivec support
|
2005-12-22 04:45:38 +00:00 |
|
jolan
|
404172462a
|
update to 0.8.4a
|
2005-12-22 03:45:36 +00:00 |
|
wilfried
|
9314c825be
|
fix wantlib + bump
|
2005-11-15 23:00:58 +00:00 |
|
espie
|
6acbb94ff3
|
prepare vlc for non-conflicting wxWidgets-gtk*
|
2005-11-10 12:14:05 +00:00 |
|
kurt
|
ab90b0adcc
|
dlopen libstdc++ with lazy|global so other objects can see it and
to hide some missing _Unwind_* syms that appear to be unneeded for
this hack.
|
2005-11-07 13:41:27 +00:00 |
|
jolan
|
3be6ca0ee6
|
remove silly debian-specific dlopen'ing of libstdc++ workaround which
tries various major versions which we don't have, help from kurt@
|
2005-11-06 00:33:44 +00:00 |
|
jolan
|
968bd68026
|
reference libdvd, not libdvdcss
|
2005-11-03 19:50:06 +00:00 |
|
jolan
|
1479134daf
|
update to 0.8.2
main diff from jsg@ with some tweaks from me
|
2005-07-31 19:07:10 +00:00 |
|
jolan
|
a25265c1b2
|
enable theora support, bump pkgname
|
2005-07-09 00:36:43 +00:00 |
|
jolan
|
8d2bbfc6c9
|
move a52 support out of the !no_dvd case since some non-dvd stuff uses
it, it's also a dependency of a dependency so we'll have it around
anyway
bump PKGNAME
|
2005-06-23 00:54:40 +00:00 |
|
naddy
|
262de91006
|
* Fix build after removal of inter-library dependencies from ffmpeg.
* Use -pthread instead of -lpthread in configure.
* Fix a few pointer to int casts.
From: Jacob Meuser <jakemsr@jakemsr.com>
|
2005-02-20 03:28:27 +00:00 |
|
naddy
|
2492803fcd
|
SIZE
|
2005-01-05 17:53:50 +00:00 |
|
espie
|
3e1b0b6d8a
|
fix wxwidgets path.
|
2004-12-30 16:14:35 +00:00 |
|
jolan
|
700c2eefd1
|
oopsies
|
2004-12-17 01:12:53 +00:00 |
|
jolan
|
0ebc0d2f90
|
update to 0.8.1
|
2004-12-16 07:40:20 +00:00 |
|
naddy
|
a10987a3cd
|
Make sure that the dynamic libiconv and libintl are found. Linking
with the static ones leads to problems down the road. ok jolan@
|
2004-10-05 20:49:08 +00:00 |
|
espie
|
7cc16df2ed
|
new style fragment/plist
|
2004-09-15 19:23:50 +00:00 |
|
xsa
|
c16eccfafe
|
more new-style MODULES.
|
2004-08-10 11:16:43 +00:00 |
|
naddy
|
b7464559ff
|
fix up MODGNU_CONFIG_GUESS_DIRS
|
2004-08-04 16:39:21 +00:00 |
|
jolan
|
e8a46fe37d
|
update to 0.7.2
|
2004-07-10 01:49:42 +00:00 |
|
jolan
|
e316731724
|
enable faad support, bump pkgname
|
2004-04-28 01:30:53 +00:00 |
|
jolan
|
c26edde07a
|
forgot to remove this.. yes that's right, i blame myself, not cvs.
|
2004-04-18 00:42:58 +00:00 |
|
jolan
|
fd5fae38bf
|
update to 0.7.1
|
2004-04-18 00:42:14 +00:00 |
|
jolan
|
c102553182
|
allow machine specific optimizations to be compiled in, as they are
safely detected at run time.
|
2004-01-31 21:11:13 +00:00 |
|
naddy
|
35911cf0ee
|
@dirrm shared directories
|
2003-12-15 21:08:44 +00:00 |
|
naddy
|
25b8da569d
|
fix dependencies: audio/mad -> audio/libid3tag, audio/libmad, audio/madplayer
|
2003-12-10 21:28:58 +00:00 |
|