The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD multimedia : libdvdcss

Portable abstraction library for DVD decryption

 libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption. The important features are: 

   - Portability. Currently supported platforms are GNU/Linux, FreeBSD, BeOS
     and Windows.
   - The MacOS X version is being worked on as well.
   - Simplicity. There are currently 7 functions in the API, and we intend to
     keep this number low.
   - Freedom. libdvdcss is released under the General Public License, ensuring
     it will stay free, and used only for free software products.
   - Just better. Unlike most similar projects, libdvdcss doesn't require the
     region of your drive to be set. 

http://www.videolan.org/libdvdcss/



libdvdcss history


v. 1.30
date: 2007/03/31 03:32:43;  author: lioux;  state: Exp;  lines: +1 -1
Give maintainership to Josh Paetzel .

v. 1.29 date: 2007/01/27 07:49:31; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.28 date: 2006/05/10 22:37:31; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.27 date: 2006/02/23 10:38:08; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.26 date: 2005/11/28 00:56:13; author: lioux; state: Exp; lines: +9 -0 Only build/install documentation if WITH_DOXYGEN is defined since the dependency chain is too long. However, do not build under any circumstances if NOPORTDOCS is defined.
v. 1.25 date: 2005/11/27 20:26:31; author: lioux; state: Exp; lines: +1 -1 Fix english grammar typo
v. 1.24 date: 2005/11/27 20:25:07; author: lioux; state: Exp; lines: +25 -0 o Properly consider documentation building/installation process - Do not try to build latex documentation (too many dependencies) when html gives exact the same information [1] - Actually install documentation unless NOPORTDOCS is defined [2] o Bump PORTREVISION due to (2) Submitted by: paul [1] (warn about lack of dvips)
v. 1.23 date: 2005/11/23 03:43:01; author: lioux; state: Exp; lines: +3 -4 Update to 1.2.9 PR: 89412 Submitted by: Adi Pircalabu
v. 1.22 date: 2005/11/15 06:50:15; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.21 date: 2004/12/25 11:43:52; author: lioux; state: Exp; lines: +0 -1 Remove deprecated USE_SIZE
v. 1.20 date: 2004/03/14 06:17:00; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.19 date: 2004/02/08 01:13:55; author: lioux; state: Exp; lines: +1 -0 USE_SIZEify
v. 1.18 date: 2004/02/04 05:07:51; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.17 date: 2003/09/08 01:25:49; author: lioux; state: Exp; lines: +2 -2 Update to 1.2.8
v. 1.16 date: 2003/08/09 15:25:47; author: arved; state: Exp; lines: +2 -0 Mark NO_CDROM, the CSS code may violate the DMCA Reviewed by: silence on -ports Approved by: maintainer timeout (10 days)
v. 1.15 date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0 De-pkg-comment
v. 1.14 date: 2003/02/08 01:00:29; author: lioux; state: Exp; lines: +0 -1 Remove USE_XLIB
v. 1.13 date: 2003/02/08 00:11:21; author: lioux; state: Exp; lines: +2 -1 Update to 1.2.5
v. 1.12 date: 2003/01/19 00:20:53; author: anders; state: Exp; lines: +1 -1 Distfile does not exist on www.videolan.org anymore, so use ftp.videolan.org as it is there.
v. 1.11 date: 2003/01/11 02:55:06; author: lioux; state: Exp; lines: +1 -1 Update to 1.2.4
v. 1.10 date: 2002/11/28 00:09:48; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category, update all appropriate references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
v. 1.9 date: 2002/08/27 18:21:14; author: lioux; state: Exp; lines: +3 -2 o Update to 1.2.2 o USE_REINPLACE
v. 1.8 date: 2002/06/04 16:32:00; author: lioux; state: Exp; lines: +4 -1 Update to 1.2.1 PR: 38628 Submitted by: Øyvind Kolbu
v. 1.7 date: 2002/04/18 16:30:22; author: lioux; state: Exp; lines: +1 -1 Take over maintainership
v. 1.6 date: 2002/04/16 22:19:44; author: lioux; state: Exp; lines: +2 -31 Update to 1.1.0 Reviewed by: pat
v. 1.5 date: 2002/03/29 08:39:54; author: ijliao; state: Exp; lines: +7 -0 remove unecessary file sanitize the library links bump portrevision Submitted by: lioux
v. 1.4 date: 2002/03/25 08:27:00; author: ijliao; state: Exp; lines: +24 -5 upgrade to 1.0.1
v. 1.3 date: 2001/08/23 08:32:29; author: ijliao; state: Exp; lines: +2 -2 upgrade to 0.0.3
v. 1.2 date: 2001/07/29 08:24:41; author: ijliao; state: Exp; lines: +3 -3 upgrade to 0.0.2 drop maintainership
v. 1.1 date: 2001/07/06 04:26:39; author: ijliao; state: Exp; add libdvdcss Accessing DVDs like a block device w/o having to bother about the decryption ============================================================================= v. 1.30 date: 2007/03/31 03:32:43; author: lioux; state: Exp; lines: +1 -1 Give maintainership to Josh Paetzel .
v. 1.29 date: 2007/01/27 07:49:31; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.28 date: 2006/05/10 22:37:31; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.27 date: 2006/02/23 10:38:08; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.26 date: 2005/11/28 00:56:13; author: lioux; state: Exp; lines: +9 -0 Only build/install documentation if WITH_DOXYGEN is defined since the dependency chain is too long. However, do not build under any circumstances if NOPORTDOCS is defined.
v. 1.25 date: 2005/11/27 20:26:31; author: lioux; state: Exp; lines: +1 -1 Fix english grammar typo
v. 1.24 date: 2005/11/27 20:25:07; author: lioux; state: Exp; lines: +25 -0 o Properly consider documentation building/installation process - Do not try to build latex documentation (too many dependencies) when html gives exact the same information [1] - Actually install documentation unless NOPORTDOCS is defined [2] o Bump PORTREVISION due to (2) Submitted by: paul [1] (warn about lack of dvips)
v. 1.23 date: 2005/11/23 03:43:01; author: lioux; state: Exp; lines: +3 -4 Update to 1.2.9 PR: 89412 Submitted by: Adi Pircalabu
v. 1.22 date: 2005/11/15 06:50:15; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.21 date: 2004/12/25 11:43:52; author: lioux; state: Exp; lines: +0 -1 Remove deprecated USE_SIZE
v. 1.20 date: 2004/03/14 06:17:00; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.19 date: 2004/02/08 01:13:55; author: lioux; state: Exp; lines: +1 -0 USE_SIZEify
v. 1.18 date: 2004/02/04 05:07:51; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.17 date: 2003/09/08 01:25:49; author: lioux; state: Exp; lines: +2 -2 Update to 1.2.8
v. 1.16 date: 2003/08/09 15:25:47; author: arved; state: Exp; lines: +2 -0 Mark NO_CDROM, the CSS code may violate the DMCA Reviewed by: silence on -ports Approved by: maintainer timeout (10 days)
v. 1.15 date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0 De-pkg-comment
v. 1.14 date: 2003/02/08 01:00:29; author: lioux; state: Exp; lines: +0 -1 Remove USE_XLIB
v. 1.13 date: 2003/02/08 00:11:21; author: lioux; state: Exp; lines: +2 -1 Update to 1.2.5
v. 1.12 date: 2003/01/19 00:20:53; author: anders; state: Exp; lines: +1 -1 Distfile does not exist on www.videolan.org anymore, so use ftp.videolan.org as it is there.
v. 1.11 date: 2003/01/11 02:55:06; author: lioux; state: Exp; lines: +1 -1 Update to 1.2.4
v. 1.10 date: 2002/11/28 00:09:48; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category, update all appropriate references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
v. 1.9 date: 2002/08/27 18:21:14; author: lioux; state: Exp; lines: +3 -2 o Update to 1.2.2 o USE_REINPLACE
v. 1.8 date: 2002/06/04 16:32:00; author: lioux; state: Exp; lines: +4 -1 Update to 1.2.1 PR: 38628 Submitted by: Øyvind Kolbu
v. 1.7 date: 2002/04/18 16:30:22; author: lioux; state: Exp; lines: +1 -1 Take over maintainership
v. 1.6 date: 2002/04/16 22:19:44; author: lioux; state: Exp; lines: +2 -31 Update to 1.1.0 Reviewed by: pat
v. 1.5 date: 2002/03/29 08:39:54; author: ijliao; state: Exp; lines: +7 -0 remove unecessary file sanitize the library links bump portrevision Submitted by: lioux
v. 1.4 date: 2002/03/25 08:27:00; author: ijliao; state: Exp; lines: +24 -5 upgrade to 1.0.1
v. 1.3 date: 2001/08/23 08:32:29; author: ijliao; state: Exp; lines: +2 -2 upgrade to 0.0.3
v. 1.2 date: 2001/07/29 08:24:41; author: ijliao; state: Exp; lines: +3 -3 upgrade to 0.0.2 drop maintainership
v. 1.1 date: 2001/07/06 04:26:39; author: ijliao; state: Exp; add libdvdcss Accessing DVDs like a block device w/o having to bother about the decryption ============================================================================= v. 1.30 date: 2007/03/31 03:32:43; author: lioux; state: Exp; lines: +1 -1 Give maintainership to Josh Paetzel .
v. 1.29 date: 2007/01/27 07:49:31; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.28 date: 2006/05/10 22:37:31; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.27 date: 2006/02/23 10:38:08; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.26 date: 2005/11/28 00:56:13; author: lioux; state: Exp; lines: +9 -0 Only build/install documentation if WITH_DOXYGEN is defined since the dependency chain is too long. However, do not build under any circumstances if NOPORTDOCS is defined.
v. 1.25 date: 2005/11/27 20:26:31; author: lioux; state: Exp; lines: +1 -1 Fix english grammar typo
v. 1.24 date: 2005/11/27 20:25:07; author: lioux; state: Exp; lines: +25 -0 o Properly consider documentation building/installation process - Do not try to build latex documentation (too many dependencies) when html gives exact the same information [1] - Actually install documentation unless NOPORTDOCS is defined [2] o Bump PORTREVISION due to (2) Submitted by: paul [1] (warn about lack of dvips)
v. 1.23 date: 2005/11/23 03:43:01; author: lioux; state: Exp; lines: +3 -4 Update to 1.2.9 PR: 89412 Submitted by: Adi Pircalabu
v. 1.22 date: 2005/11/15 06:50:15; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.21 date: 2004/12/25 11:43:52; author: lioux; state: Exp; lines: +0 -1 Remove deprecated USE_SIZE
v. 1.20 date: 2004/03/14 06:17:00; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.19 date: 2004/02/08 01:13:55; author: lioux; state: Exp; lines: +1 -0 USE_SIZEify
v. 1.18 date: 2004/02/04 05:07:51; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.17 date: 2003/09/08 01:25:49; author: lioux; state: Exp; lines: +2 -2 Update to 1.2.8
v. 1.16 date: 2003/08/09 15:25:47; author: arved; state: Exp; lines: +2 -0 Mark NO_CDROM, the CSS code may violate the DMCA Reviewed by: silence on -ports Approved by: maintainer timeout (10 days)
v. 1.15 date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0 De-pkg-comment
v. 1.14 date: 2003/02/08 01:00:29; author: lioux; state: Exp; lines: +0 -1 Remove USE_XLIB
v. 1.13 date: 2003/02/08 00:11:21; author: lioux; state: Exp; lines: +2 -1 Update to 1.2.5
v. 1.12 date: 2003/01/19 00:20:53; author: anders; state: Exp; lines: +1 -1 Distfile does not exist on www.videolan.org anymore, so use ftp.videolan.org as it is there.
v. 1.11 date: 2003/01/11 02:55:06; author: lioux; state: Exp; lines: +1 -1 Update to 1.2.4
v. 1.10 date: 2002/11/28 00:09:48; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category, update all appropriate references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
v. 1.9 date: 2002/08/27 18:21:14; author: lioux; state: Exp; lines: +3 -2 o Update to 1.2.2 o USE_REINPLACE
v. 1.8 date: 2002/06/04 16:32:00; author: lioux; state: Exp; lines: +4 -1 Update to 1.2.1 PR: 38628 Submitted by: Øyvind Kolbu
v. 1.7 date: 2002/04/18 16:30:22; author: lioux; state: Exp; lines: +1 -1 Take over maintainership
v. 1.6 date: 2002/04/16 22:19:44; author: lioux; state: Exp; lines: +2 -31 Update to 1.1.0 Reviewed by: pat
v. 1.5 date: 2002/03/29 08:39:54; author: ijliao; state: Exp; lines: +7 -0 remove unecessary file sanitize the library links bump portrevision Submitted by: lioux
v. 1.4 date: 2002/03/25 08:27:00; author: ijliao; state: Exp; lines: +24 -5 upgrade to 1.0.1
v. 1.3 date: 2001/08/23 08:32:29; author: ijliao; state: Exp; lines: +2 -2 upgrade to 0.0.3
v. 1.2 date: 2001/07/29 08:24:41; author: ijliao; state: Exp; lines: +3 -3 upgrade to 0.0.2 drop maintainership
v. 1.1 date: 2001/07/06 04:26:39; author: ijliao; state: Exp; add libdvdcss Accessing DVDs like a block device w/o having to bother about the decryption =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm