Commit graph

2677 commits

Author SHA1 Message Date
jmcneill
568c14db6f add XvMC support using XvMCW, bump pkg revision 2011-01-19 00:45:20 +00:00
tnn
b502c48465 Fails on current as well, so don't try to use asm there.
Someone who groks linker issues should try to make the asm code
position independent. Until then I suspect we will end up using
--disable-asm everywhere.
2011-01-19 00:16:38 +00:00
tron
d8bda72fbf Add a comment why we need to disable assembler support on so many platforms. 2011-01-17 23:13:46 +00:00
tron
18f704e774 Disable assembler support under Mac OS X to fix the build. 2011-01-17 22:14:02 +00:00
tron
96a632df22 Disable assembler support under NetBSD 5.1 and older as it required
binutils 2.17 or newer which is only available under NetBSD-current.
2011-01-17 22:06:37 +00:00
tron
b29cc176d6 Disable assembler support under Mac OS X (again) to fix the build. 2011-01-17 21:51:09 +00:00
drochner
0dcd09bc49 libtheora{enc,dec}.so use symbols from libtheora.so, so make sure the
former are linked against the latter
bump PKGREV
2011-01-17 19:44:58 +00:00
jnemeth
5b049c2e0d Don't depend on png.h in include zlib.h.
Requested by jmcneill@.
2011-01-17 17:57:01 +00:00
drochner
c017bcf09d update to 0.10.11
changes:
-Synced to FFmpeg 0.6 branch
-Add mappings for all new codecs
-encoders: proxy downstream width/height/framerate
-encoders: Fix timestamps
2011-01-17 17:03:03 +00:00
drochner
d6c691e491 update to 20101018.0.6.1, from Makoto Fujiwara per pkgsrc-wip,
with two changes by me:
-disabled symbol versioning - this didn't work correctly for me
-changed PKGVERSION to start with the release date, so that it
sorts correctly against the snapshots we had before
vlc-1.0.6 does still build, but can be updated now
2011-01-17 16:51:04 +00:00
drochner
d606359235 update to 20110101, from Makoto Fujiwara per pkgsrc-wip
(I've just put back libtool support.)
needed for update of ffmpeg which in turn is needed for updates
of eg vlc and gst-plugin-ffmpeg
2011-01-17 16:46:42 +00:00
wiz
c34eb16d7d Fix build with png-1.5. 2011-01-14 11:38:38 +00:00
wiz
14cf47528c Fix build with png-1.5. 2011-01-14 10:55:42 +00:00
wiz
56d4c849e9 Fix build with png-1.5. 2011-01-14 10:44:27 +00:00
tron
62c393887e Prefer BIND 9.7 in dependence as this is the latest production release.
Also take over maintainership on suggestion by Alistair Crooks.
2011-01-14 08:22:55 +00:00
obache
53873556d8 fixes build with png>=1.5. 2011-01-14 07:53:39 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
obache
0a3c4e733c Fixes build on DragonFly-2.8.2 for SCTP support. 2011-01-02 12:23:32 +00:00
obache
37d2a23553 Fixes installation when SHELL is not a Bone shell like. 2011-01-01 13:39:14 +00:00
obache
512a8b7801 and USE_PKGLOCALEDIR=yes. 2011-01-01 13:18:36 +00:00
obache
f2fdc879e6 As PLIST, it is expected that enable translations, so add buildink with
gettext-lib and msgfmt to USE_TOOLS.
2011-01-01 13:17:29 +00:00
obache
dfb11a33ca * as PLIST, it is expected enable translations support, so add buildlink
with gettext-lib and msgfmt to USE_TOOLS.
* let to not depend on lang/ruby, it wll conflicts with PKG_ALTERNATIVES.
2011-01-01 13:10:37 +00:00
tron
bc32f63752 Don't install "config.xml" word readable as it contains the unencrypted
password for the web user interface. Bump package revision because of
this change.
2010-12-26 22:33:33 +00:00
jmcneill
96495e07bd update tvtime to 1.0.2
1.0.2 - Wed Nov  9 21:46:28 EST 2005
  * vektor: Add a proper TVTIME_NOOP command so that you can remove
      keybindings.  Thanks to Andrew Dalton for the fix.
  * vektor: Add back missing translations.
2010-12-26 19:20:23 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
obache
e50a891507 Disable real-codecs exactly.
It is not widely available or broken (disabled on Darwin in configure,
or build failure on DragonFly as PR#43640).
Furthermore, paths for codecs is not adjusted for pkgsrc.

Bump PKGREVISION.
2010-12-23 10:46:05 +00:00
wiz
6655052571 Force cmake to find x264, it didn't for some reason.
Bump PKGREVISION.
2010-12-19 09:10:10 +00:00
shattered
6066d9ef25 PR/37694: add optional support for libcaca. Tested on 4.0/i386. 2010-12-17 19:05:35 +00:00
chuck
c3135f8880 make it compile with gcc 4.2... by removing un-needed "Void"'s.
seems to match what was done here:
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20061211/133119.html
2010-12-13 21:32:14 +00:00
abs
cf250f6126 fix distinfo after mplayer update 2010-12-07 20:34:32 +00:00
markd
c92ceaebe1 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
tsutsui
1709b19b81 Make mplayer build on NetBSD/sh3el.
Build tested on NetBSD/landisk 5.1 and player tested on NetBSD/dreamcast 5.1.
(though some more packages need hacks/fixes for XFree86 and SH3)
2010-12-05 16:42:16 +00:00
drochner
91b42144c8 update to 0.10.20
changes: misc bugfixes
2010-12-03 18:27:05 +00:00
drochner
edad376bbf update to 0.10.26
changes: many fixes and improvements - see the Changelog
2010-12-03 18:22:50 +00:00
drochner
561f635858 update to 0.10.31
changes: many fixes and improvements - see the Changelog
2010-12-03 18:05:58 +00:00
obache
ba63d81344 set GST_REGISTRY_FORK=no on DragonFly.
workaround of gst-inspect hung up as PR#44108.
2010-12-03 15:19:42 +00:00
wiz
a40510f2eb Avoid using obsolete texi2html command line flags.
Fixes build with texi2html>=5.
2010-12-03 12:22:19 +00:00
wiz
375ce3c542 Due to py-cairo 1.8.8<>1.8.10 binary incompatibility, bump dependency pattern
in buildlink3.mk and PKGREVISION of dependencies.
2010-12-02 13:36:56 +00:00
obache
e2644c34d5 Bump PKGREVISION from boost-lib shlib bump. 2010-12-01 11:00:11 +00:00
drochner
fbf2765897 librsvg-2.23.x doesn't come with the "rsvg" tool anymore which was
used in gxine build to convert svg into png. There is a replacement
"rsvg-convert" with different cmd line syntax, but it seems to me that
this is all unnecessary -- gxine can display the svg files as well.
So, to keep things simple, fix the PLIST to reflect the status quo
and drop the useless build dependency.
2010-11-30 18:21:01 +00:00
obache
e1fce5c1f4 gtk-doc is not required to build. 2010-11-28 01:25:19 +00:00
tron
ffc4c52ac3 This should work with Python 2.6 as well. 2010-11-27 23:48:14 +00:00
agc
6d0669391a Update mediatomb to version 0.12.1, from patch from Jan Danielsson in
private mail.

	MediaTomb 0.12.1 is a minor bugfix release which fixes:
	- YouTube support
	- a problem in the soap response http header
	- automatic id3lib detection when taglib is not available

	The following patches are no longer needed as they have been integrated
	upstream:
	patches/patch-aa
	patches/patch-ab
	patches/patch-ac
	patches/patch-ad
	patches/patch-ae
	patches/patch-ah
	patches/patch-ai
	patches/patch-aj
2010-11-27 06:30:24 +00:00
obache
63757185e6 Exactly disable vala.
Bump PKGREVISION.
2010-11-25 01:16:39 +00:00
obache
2cca60b7d7 No need gtkdoc-rebase workaround anymore. 2010-11-25 01:14:59 +00:00
drochner
da0255edcb reset PKGREV for base pkg update 2010-11-24 20:56:03 +00:00
drochner
b907a2d73b update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-24 20:55:28 +00:00
drochner
215e99332a update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:51:19 +00:00
obache
eaa1448d38 Add missing shm-transmitter plugin entry. 2010-11-24 03:16:45 +00:00