Commit graph

2661 commits

Author SHA1 Message Date
wiz
fcc0b5fda0 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
obache
617e38ccf2 Fixes build on DragonFly-2.8.2 for SCTP support. 2011-01-02 12:23:32 +00:00
obache
a3e8604edb Fixes installation when SHELL is not a Bone shell like. 2011-01-01 13:39:14 +00:00
obache
0fe1535fca and USE_PKGLOCALEDIR=yes. 2011-01-01 13:18:36 +00:00
obache
2f66ba4d5b 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
2a4dab956b * 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
722fd58cae 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
53b0eabe37 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
ada744dc0a 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
8a8c10ccb4 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
a6e462164d Force cmake to find x264, it didn't for some reason.
Bump PKGREVISION.
2010-12-19 09:10:10 +00:00
shattered
83f2acf98c PR/37694: add optional support for libcaca. Tested on 4.0/i386. 2010-12-17 19:05:35 +00:00
chuck
b9f5a7081c 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
8e9a6db585 fix distinfo after mplayer update 2010-12-07 20:34:32 +00:00
markd
b9a3982465 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
tsutsui
d705d107f8 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
f10892705b update to 0.10.20
changes: misc bugfixes
2010-12-03 18:27:05 +00:00
drochner
3b270d1f1a update to 0.10.26
changes: many fixes and improvements - see the Changelog
2010-12-03 18:22:50 +00:00
drochner
b8ccd20598 update to 0.10.31
changes: many fixes and improvements - see the Changelog
2010-12-03 18:05:58 +00:00
obache
04caa5bfc2 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
a8503cf152 Avoid using obsolete texi2html command line flags.
Fixes build with texi2html>=5.
2010-12-03 12:22:19 +00:00
wiz
c58b2da2d2 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
e45f3e1c10 Bump PKGREVISION from boost-lib shlib bump. 2010-12-01 11:00:11 +00:00
drochner
01efe79c0a 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
49ef5e44a6 gtk-doc is not required to build. 2010-11-28 01:25:19 +00:00
tron
9cb262ab87 This should work with Python 2.6 as well. 2010-11-27 23:48:14 +00:00
agc
d6163c94a3 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
696e877d9b Exactly disable vala.
Bump PKGREVISION.
2010-11-25 01:16:39 +00:00
obache
216d7fc564 No need gtkdoc-rebase workaround anymore. 2010-11-25 01:14:59 +00:00
drochner
c300217107 reset PKGREV for base pkg update 2010-11-24 20:56:03 +00:00
drochner
d5579abb8a update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-24 20:55:28 +00:00
drochner
86409c2fe0 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:51:19 +00:00
obache
24db2f24ff Add missing shm-transmitter plugin entry. 2010-11-24 03:16:45 +00:00
wiz
abca3486fb Report upstream bug report URL. 2010-11-23 20:37:31 +00:00
wiz
fe5d3222e0 Update to 0.0.22:
Version 0.0.22
    Disable the test for changing the DTMF PT for now
    python: Require pygobject 2.16 to build
    rtpconference: The ptime/maxptime in caps are actually uints, not strings
    Update common and tabify Makefiles
    gitignore: Hide shm test
    readme: bump -bad requirement for shm plugin
    tests: Whitelist shm plugin
    tests: Clear GError* between tests
    shmtrans: Don't try to unref NULL pointer on error
    configure: Require GLib 2.16 for GIO
    GIO is required by the shm example, require it.
    tests shm: check that prepared is called
    shmtrans: Sync downstream element states before linking them
    shmtrans: Add debug
    shmtrans: Release teepad before stopping downstream elements
    shmtrans: Emit local candidate with new path
    shmstreamtrans: Set the sending in set property (not get)
    shmtrans: Set do-timestamp and is-live to true on shmsrc
    shmstreamtransmitter: Emit local-candidates-prepared
    shm: Document shm stream transmitter
    shmstream: Also ignore usernames that are empty
    shm: Replace base_ip with username
    simplecall: Add shm version of simple-call
    shm: Verify the success of state changes
    tests: Add tests for the shm transmitter
    shm: Implement shm transmitter
    shm: Add empty transmitter
    tests: Unlock lock in all cases
    fsplugin: Release lock on errors
    elementaddednotifier: Don't abort on elements that have no factory
    rtpsession: Use copy of codec because mutex has been unlocked
    Can't use the ca pointer because it is part of a list that
    has been unlocked.
    tests: Skip theora reception test if theora is not detected
2010-11-23 18:02:02 +00:00
tron
5fa4a4e271 Add fix for the vulnerability reported in CVE-2010-3429 taken from
MPlayer's GIT repository.
2010-11-23 12:31:29 +00:00
obache
1845cb43ba Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
wiz
bbb462e04f Update to 9.0.289, provided by Dennis den Brok.
Probably fixes some security problems.
2010-11-18 13:38:19 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
drochner
3ee8dec055 build gsettings module in the base pkg, bump PKGREVISION
we depend on glib2 anyway, and need >=2.26 at other places in the
tree, so this doesn't cause an additional dependency
2010-11-15 18:44:30 +00:00
obache
c134177f54 Disable GSettings plugin.
It require glib2>=2.25.0, then after glib was updated to 2.26.0,
it also will be iinstalled, PLIST broken.

XXX: exactly depend on glib2>=2.25.0 and install it,
XXX: or create new package for the plugin?
2010-11-15 07:35:54 +00:00
obache
26a427fe4e Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
Bump ABI_DEPENDS (and recursive bump).
2010-11-14 14:05:57 +00:00
shattered
309ff161ba Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
tron
5b8aa2212c Don't use obsolete types under Mac OS X. This fixes the build of at
least the "flac" package.
2010-11-11 18:36:13 +00:00
tron
893fbb2463 Don't use obsolete types under Mac OS X. This fixes the build of at
least the "flac" package.
2010-11-11 18:21:23 +00:00
adam
6891f347e3 Changes 1.2.1:
* Various build updates (see SVN)
* Add ogg_stream_pageout_fill() to API to allow applications
  greater explicit flexibility in page sizing.
* Documentation updates including multiplexing description,
  terminology and API (incl. ogg_packet_clear(),
  ogg_stream_pageout_fill())
* Correct possible buffer overwrite in stream encoding on 32 bit
  when a single packet exceed 250MB.
* Correct read-buffer overrun [without side effects] under
  similar circumstances.
* Update unit testing to work properly with new page spill
  heuristic.
2010-11-09 13:11:53 +00:00
wiz
337f38bf30 Update to 0.4.1, provided by Aleksey Cheusov in private email.
Changes since 0.4:
    vdpau.h: Clarify video mixer field amount recommendation

    More doc issues pointed out by Xine authors.

      * Fix Doxygen warning; it gets confused by quotes.
      * Add subsection names, so part of the title doesn't get swallowed as the
        subsection name.
      * Document data required from MPEG-4 Part 2 & DivX bitstream.

    vpdau.h: Fix typo and clarify wording.
2010-11-09 00:39:56 +00:00
jmmv
9120b184f7 Give up maintainership; I haven't touched this for a while. 2010-11-07 20:31:37 +00:00
obache
37f76691d7 Enable pulseaudio again, it is not too old now.
XXX: then gstmix wiil be disabled because it is deprecated feature,
XXX: but stay keeping enabled for compatibility.

Bump PKGREVISION.
2010-11-06 11:38:08 +00:00