pkgsrc/multimedia/clutter-gst/Makefile
obache 7fb43183f4 Update clutter-gst to 1.0.0.
clutter-gst 1.0.0 (09/02/2010)
===============================================================================

  * list of changes since 0.10.0

    o Uses the playbin2 GStreamer element.

    o Autoloads subtitle files when they have the same name than the video
      being played and are in the same directory.

    o GObject introspection support.

    o Added a new clutter_gst_init_with_arg() symbol, changed *get_playbin()
      to a more generic *get_pipeline()

    o A lot of small bug fixes and code clean up.

Many thanks to:

  Bastian Winkler
  Ole André Vadla Ravnås
  Roland Peffer
2010-03-11 04:07:58 +00:00

24 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/03/11 04:07:58 obache Exp $
#
DISTNAME= clutter-gst-1.0.0
CATEGORIES= multimedia
MASTER_SITES= http://www.clutter-project.org/sources/clutter-gst/1.0/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.clutter-project.org/
COMMENT= Clutter GStreamer integration
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
.include "../../graphics/clutter/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"