NOTICE: This package has been removed from pkgsrc

./multimedia/gst-plugins0.8-gnomevfs, Open source multimedia framework - gnomevfs plugin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.8.11nb10, Package name: gst-plugins0.8-gnomevfs-0.8.11nb10, Maintainer: rh

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the gnomevfs plugin for GStreamer, which allows file
access through the GNOME VFS abstraction layer. This means that it can open
files using any of the methods supported by the GNOME VFS library.


Required to run:
[sysutils/gnome-vfs] [multimedia/gst-plugins0.8] [multimedia/gstreamer0.8] [devel/glib2]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/nasm] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Master sites: (Expand)

SHA1: 4a9be6b62dd0e8a73616e8e93f7a3ace8aec8c59
RMD160: 833aec123a52cd0f36ec883c349cc8d69090d749
Filesize: 2382.475 KB

Version history: (Expand)


CVS history: (Expand)


   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2008-03-06 15:53:57 by Thomas Klausner | Files touched by this commit (245) | Package updated
Log message:
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
   2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483)
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
   2007-09-20 01:13:38 by Thomas Klausner | Files touched by this commit (77)
Log message:
Use gnome-vfs instead of gnome-vfs2.
   2007-06-05 07:37:41 by Thomas Klausner | Files touched by this commit (226)
Log message:
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
   2006-09-16 14:20:42 by Julio M. Merino Vidal | Files touched by this commit (181) | Package updated
Log message:
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.