mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add gnonlin, This was included in pitivi.
Gnonlin is a library built on top of GStreamer which provides support for writing non-linear audio and video editing applications. It introduces the concept of a timeline.
This commit is contained in:
parent
1eab858ef3
commit
902986329d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136678
@ -33,6 +33,7 @@
|
||||
SUBDIR += gcfilms
|
||||
SUBDIR += gdvrecv
|
||||
SUBDIR += gmencoder
|
||||
SUBDIR += gnonlin
|
||||
SUBDIR += goggles
|
||||
SUBDIR += gopchop
|
||||
SUBDIR += gpac-libm4systems
|
||||
|
32
multimedia/gnonlin/Makefile
Normal file
32
multimedia/gnonlin/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: gnonlin
|
||||
# Date created: 2 June 2005
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnonlin
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= GStreamer extension library for non-linear editing
|
||||
|
||||
LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer
|
||||
|
||||
CONFLICTS= pitivi-0.1.1*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= gnonlin-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/gnonlin/distinfo
Normal file
2
multimedia/gnonlin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (gnonlin-0.2.2.tar.bz2) = 7ff9f2e58463a3bb783a1c77445e9863
|
||||
SIZE (gnonlin-0.2.2.tar.bz2) = 284397
|
5
multimedia/gnonlin/pkg-descr
Normal file
5
multimedia/gnonlin/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Gnonlin is a library built on top of GStreamer (http://gstreamer.net) which
|
||||
provides support for writing non-linear audio and video editing applications.
|
||||
It introduces the concept of a timeline.
|
||||
|
||||
WWW: http://gnonlin.sf.net/
|
15
multimedia/gnonlin/pkg-plist
Normal file
15
multimedia/gnonlin/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/gnonlin-config
|
||||
include/gnl/gnl.h
|
||||
include/gnl/gnlcomposition.h
|
||||
include/gnl/gnlmarshal.h
|
||||
include/gnl/gnlobject.h
|
||||
include/gnl/gnloperation.h
|
||||
include/gnl/gnlsource.h
|
||||
include/gnl/gnltimeline.h
|
||||
include/gnl/gnltypes.h
|
||||
include/gnl/gnlversion.h
|
||||
lib/gstreamer-0.8/libgnl.a
|
||||
lib/gstreamer-0.8/libgnl.so
|
||||
lib/gstreamer-0.8/libgnl.so.0
|
||||
libdata/pkgconfig/gnonlin.pc
|
||||
@dirrm include/gnl
|
32
multimedia/gstreamer-plugins-gnonlin/Makefile
Normal file
32
multimedia/gstreamer-plugins-gnonlin/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: gnonlin
|
||||
# Date created: 2 June 2005
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnonlin
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= GStreamer extension library for non-linear editing
|
||||
|
||||
LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer
|
||||
|
||||
CONFLICTS= pitivi-0.1.1*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= gnonlin-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/gstreamer-plugins-gnonlin/distinfo
Normal file
2
multimedia/gstreamer-plugins-gnonlin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (gnonlin-0.2.2.tar.bz2) = 7ff9f2e58463a3bb783a1c77445e9863
|
||||
SIZE (gnonlin-0.2.2.tar.bz2) = 284397
|
5
multimedia/gstreamer-plugins-gnonlin/pkg-descr
Normal file
5
multimedia/gstreamer-plugins-gnonlin/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Gnonlin is a library built on top of GStreamer (http://gstreamer.net) which
|
||||
provides support for writing non-linear audio and video editing applications.
|
||||
It introduces the concept of a timeline.
|
||||
|
||||
WWW: http://gnonlin.sf.net/
|
15
multimedia/gstreamer-plugins-gnonlin/pkg-plist
Normal file
15
multimedia/gstreamer-plugins-gnonlin/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/gnonlin-config
|
||||
include/gnl/gnl.h
|
||||
include/gnl/gnlcomposition.h
|
||||
include/gnl/gnlmarshal.h
|
||||
include/gnl/gnlobject.h
|
||||
include/gnl/gnloperation.h
|
||||
include/gnl/gnlsource.h
|
||||
include/gnl/gnltimeline.h
|
||||
include/gnl/gnltypes.h
|
||||
include/gnl/gnlversion.h
|
||||
lib/gstreamer-0.8/libgnl.a
|
||||
lib/gstreamer-0.8/libgnl.so
|
||||
lib/gstreamer-0.8/libgnl.so.0
|
||||
libdata/pkgconfig/gnonlin.pc
|
||||
@dirrm include/gnl
|
Loading…
Reference in New Issue
Block a user