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:
@@ -164,6 +164,7 @@
|
||||
SUBDIR += libdc1394
|
||||
SUBDIR += libdca
|
||||
SUBDIR += libdv
|
||||
SUBDIR += libdvbcsa
|
||||
SUBDIR += libdvbpsi
|
||||
SUBDIR += libdvdcss
|
||||
SUBDIR += libdvdnav
|
||||
|
||||
21
multimedia/libdvbcsa/Makefile
Normal file
21
multimedia/libdvbcsa/Makefile
Normal 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>
|
||||
2
multimedia/libdvbcsa/distinfo
Normal file
2
multimedia/libdvbcsa/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (libdvbcsa-1.1.0.tar.gz) = 4db78af5cdb2641dfb1136fe3531960a477c9e3e3b6ba19a2754d046af3f456d
|
||||
SIZE (libdvbcsa-1.1.0.tar.gz) = 345487
|
||||
6
multimedia/libdvbcsa/pkg-descr
Normal file
6
multimedia/libdvbcsa/pkg-descr
Normal 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
|
||||
6
multimedia/libdvbcsa/pkg-plist
Normal file
6
multimedia/libdvbcsa/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user