libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm

DVB/CSA - with encryption and decryption capabilities.

As libdvbcsa implements a standard, it is completly legal to use it.

WWW: http://www.videolan.org/developers/libdvbcsa.html
This commit is contained in:
Bernhard Froehlich
2013-09-08 14:50:34 +00:00
parent 48fa39ce90
commit 937a3eebe7
5 changed files with 36 additions and 0 deletions

View File

@@ -164,6 +164,7 @@
SUBDIR += libdc1394
SUBDIR += libdca
SUBDIR += libdv
SUBDIR += libdvbcsa
SUBDIR += libdvbpsi
SUBDIR += libdvdcss
SUBDIR += libdvdnav

View File

@@ -0,0 +1,21 @@
# Created by: Bernhard Froehlich <decke@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdvbcsa
PORTVERSION= 1.1.0
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
http://ftp.heikorichter.name/pub/videolan/${PORTNAME}/${PORTVERSION}/
MAINTAINER= decke@FreeBSD.org
COMMENT= A free implementation of the DVB Common Scrambling Algorithm
LICENSE= GPLv2
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix="${PREFIX}" \
--enable-mmx --enable-sse2
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (libdvbcsa-1.1.0.tar.gz) = 4db78af5cdb2641dfb1136fe3531960a477c9e3e3b6ba19a2754d046af3f456d
SIZE (libdvbcsa-1.1.0.tar.gz) = 345487

View File

@@ -0,0 +1,6 @@
libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm
DVB/CSA - with encryption and decryption capabilities.
As libdvbcsa implements a standard, it is completly legal to use it.
WWW: http://www.videolan.org/developers/libdvbcsa.html

View File

@@ -0,0 +1,6 @@
include/dvbcsa/dvbcsa.h
lib/libdvbcsa.a
lib/libdvbcsa.la
lib/libdvbcsa.so
lib/libdvbcsa.so.1
@dirrm include/dvbcsa