openbsd-ports/multimedia/schroedinger/Makefile
ajacoutot ca2eccad44 Update to schroedinger-1.0.11.
- Added 10-bit and 16-bit support to both the encoder and decoder.
Only works in intra mode. Tested formats are 16-bit 4:4:4 and
10-bit 4:2:2.

Dependencies are still happy.

from Brad
2012-01-25 13:50:28 +00:00

30 lines
580 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/01/25 13:50:28 ajacoutot Exp $
COMMENT= high-speed Dirac codec
DISTNAME= schroedinger-1.0.11
CATEGORIES= multimedia
MASTER_SITES= ${HOMEPAGE}/download/schroedinger/
SHARED_LIBS= schroedinger-1.0 3.0
HOMEPAGE= http://diracvideo.org/
MAINTAINER= Brad Smith <brad@comstyle.com>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m orc-0.4>=4.0 stdc++
LIB_DEPENDS= devel/orc>=0.4.16p0
USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.68
.include <bsd.port.mk>