mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Add port graphics/frei0r:
Frei0r is a minimalistic plugin API for video sources and filters. The behaviour of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. There is no support for the requirements of special application areas like non linear editors, hardware accelerated shader effects, and high precision video processing. These advanced issues are not even solved satisfactory for non cross application plugin apis and are still an evolving field. The frei0r API is not meant to be a competing standard to more ambitious efforts. WWW: http://www.piksel.org/frei0r
This commit is contained in:
parent
c43f8047ea
commit
d8bc04c3d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180722
@ -148,6 +148,7 @@
|
||||
SUBDIR += fraqtive
|
||||
SUBDIR += freeglut
|
||||
SUBDIR += freeimage
|
||||
SUBDIR += frei0r
|
||||
SUBDIR += frontline
|
||||
SUBDIR += ftgl
|
||||
SUBDIR += fujiplay
|
||||
|
26
graphics/frei0r/Makefile
Normal file
26
graphics/frei0r/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: frei0r
|
||||
# Date created: 17 November 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= frei0r
|
||||
PORTVERSION= 1.1.19
|
||||
DISTVERSIONPREFIX= plugins-
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://frei0r.kexbox.org/download/source/ CSME
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Minimalistic plugin API for video effects
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= include/frei0r.h
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -name .arch-ids -or -name {arch} | ${XARGS} ${RM} -rf
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/spec/frei0r.h ${PREFIX}/include/
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/frei0r/distinfo
Normal file
3
graphics/frei0r/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (frei0r-plugins-1.1.19.tar.gz) = c6983200121b8f432d97f723cb615fa4
|
||||
SHA256 (frei0r-plugins-1.1.19.tar.gz) = 1a3b32ac49794c8b9b19eb0bf203c6aa75c69fb7198aad29d54a3e3279aadbea
|
||||
SIZE (frei0r-plugins-1.1.19.tar.gz) = 389120
|
17
graphics/frei0r/pkg-descr
Normal file
17
graphics/frei0r/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
Frei0r is a minimalistic plugin API for video sources and filters. The
|
||||
behaviour of the effects can be controlled from the host by simple
|
||||
parameters. The intent is to solve the recurring reimplementation or
|
||||
adaptation issue of standard effects.
|
||||
|
||||
It is not meant as a generic API for all kinds of video applications.
|
||||
|
||||
There is no support for the requirements of special application areas
|
||||
like non linear editors, hardware accelerated shader effects, and high
|
||||
precision video processing. These advanced issues are not even solved
|
||||
satisfactory for non cross application plugin apis and are still an
|
||||
evolving field.
|
||||
|
||||
The frei0r API is not meant to be a competing standard to more
|
||||
ambitious efforts.
|
||||
|
||||
WWW: http://www.piksel.org/frei0r
|
Loading…
x
Reference in New Issue
Block a user