The NetBSD Project

CVS log for pkgsrc/multimedia/libdvdcss/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libdvdcss

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue May 4 07:25:03 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
libdvdcss: updated to 1.4.3

Changes between 1.4.2 and 1.4.3:
* Fix opening non-ASCII paths in Windows
* Fix potential buffer overflow if PATH_MAX is reached

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 3 17:12:02 2019 UTC (5 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
multimedia: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jun 22 12:45:46 2018 UTC (6 years, 4 months ago) by jakllsch
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -4 lines
Convert PKG_FAIL_REASON to INTERACTIVE_STAGE=fetch and FETCH_MESSAGE.

This is to prevent make fetch-list from trying to fetch a bogus URL when
the package-specific MASTER_SITE variable is undefined.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Mar 23 17:55:02 2018 UTC (6 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -9 lines
libdvdcss: updated to 1.4.2

Changes 1.4.2:
* Fix buffer overflow when region mask is 0x0
* Fix invalid free on Open

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jan 21 16:22:13 2018 UTC (6 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +6 -6 lines
libdvdcss: updated to 1.4.1

Changes 1.4.1:
* Fix crashes in cache directory creation
* Fix cases where the cache directory was not used

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:16:33 2015 UTC (8 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Changes between 1.3.99 and 1.4.0:
* Add key caching on Android
* Fix leaks, win32 build breakage, file descriptor initialization
* Expose version.h

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Nov 1 00:32:48 2015 UTC (9 years ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Set LIBDIR during configure. Fixes install on Linux.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jan 31 21:52:15 2015 UTC (9 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Fixed CONFIGURE_ARGS

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jan 31 21:24:11 2015 UTC (9 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Changes 1.3.99:
* Drop support for HP-UX.
* Drop support for Windows 9x and Windows NT.
  Windows 2000 is now required.
* Replace BeOS support by Haiku support.
* Add dvdcss_open_stream() to public API. This allows installing custom
  callback functions for accessing DVD, e.g. over the network.
* dvdcss_error() now returns "const char *" instad of "char *".
* Drop support for MSVC versions before 2010.
* Raw device access now errors out if the device cannot be opened.
* Miscellaneous cleanups to code, documentation, build system.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Aug 9 20:12:13 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -4 lines
Update to 1.3.0.

Changes between 1.2.13 and 1.3.0:
---------------------------------

  * Dropped deprecated, undocumented API:
    - the function dvdcss_title()
    - the type dvdcss_handle
    - the variable dvdcss_interface_2
  * Drop support for Windows 98 and Windows NT 4.0.
    Windows 98 SE with IE 5.0 and Windows NT 4.0 SP4 with IE 5.0 are required.
  * Support for Android

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Apr 28 01:50:57 2013 UTC (11 years, 6 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Don't let configure find doxygen as --disable-apidoc no longer works.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Apr 1 20:34:33 2013 UTC (11 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -8 lines
Changes 1.2.13:
* Drop BSD/OS and Windows 95 support.
* Rewrite most of the buildsystem, and simplify it
* System dependant code cleanup
* Move to git and rewrite of the history to get proper authorship
* Drop LaTeX documentation
* Fix build on various systems
* Fix compilation on MSVC

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Oct 8 09:21:06 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Aug 10 15:44:42 2012 UTC (12 years, 2 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
update to 1.2.12
change: fix regression on RPC-I drives handling

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Nov 16 19:52:25 2011 UTC (12 years, 11 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
update to 1.2.11
changes:
-improvements on RPC-II handling
-more robust key retrieval
-various bug fixes for small issues, memleaks, crashes and build issues

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Feb 28 14:52:57 2011 UTC (13 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Reset maintainer for retired developers.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 19 08:59:25 2009 UTC (15 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5 lines
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Sep 14 13:54:45 2008 UTC (16 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
fix path to .pc file

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Sep 12 13:57:20 2008 UTC (16 years, 1 month ago) by gdt
Branches: MAIN
CVS tags: cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Add LICENSE=libdvdcss-license because RESTRICTED is set; leave
RESTRICTED and NO_*_ON_* as they were (set).

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Sep 6 14:37:05 2008 UTC (16 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2 lines
Update to 1.2.10:

Changes between 1.2.9 and 1.2.10:
---------------------------------

  * DVD drive autodetection.
  * new dvdcss_is_scrambled() function.
  * various failure recovery improvements.
  * accept "X:\" as a device name, as well as "X:".
  * various bug fixes.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jun 21 13:09:09 2008 UTC (16 years, 4 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
Disable building documentation if Doxygen/LaTeX are present.  Speeds up
the build, but more importantly, allows the build to complete should there
be odd LaTeX/unicode issues floating about.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jul 20 11:53:27 2007 UTC (17 years, 3 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Move some definitions to the correct paragraph.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jul 20 11:49:32 2007 UTC (17 years, 3 months ago) by tnn
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -3 lines
Fail gracefully if the master site is not defined.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 3 06:55:40 2006 UTC (18 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
DESTDIR support.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 11 16:47:44 2005 UTC (19 years ago) by dillo
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
Add a reminder not to add INTERACTIVE_STATE=fetch.  It has been
added and removed twice in the last two months.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Oct 10 21:54:31 2005 UTC (19 years ago) by agc
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -5 lines
Remove interactive stage setting too.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 10 21:38:45 2005 UTC (19 years ago) by agc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -16 lines
Remove the _FETCH_MESSAGE part for just now, but keep the interactive
fetch stage.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 10 21:09:07 2005 UTC (19 years ago) by reed
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -4 lines
Only do the INTERACTIVE_STAGE for the fetch target
if LIBDVDCSS_MASTER_SITES is not defined.
(Thanks for the reminder, wiz.)

Also rephrase this _FETCH_MESSAGE to suggest
defining LIBDVDCSS_MASTER_SITES also.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 10 20:04:26 2005 UTC (19 years ago) by reed
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -1 lines
Add a message for an interactive fetch stage to tell
pkgsrc user to place the distfile.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 1 08:03:32 2005 UTC (19 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -7 lines
Clarify some text in a comment - no functional change

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 21 01:35:50 2005 UTC (19 years, 3 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -3 lines
Revert previous.  The fetch is not interactive enough to be marked as such.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 20 15:11:55 2005 UTC (19 years, 3 months ago) by kristerw
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Mark the fetching stage as being interactive.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 14 03:56:37 2005 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3 lines
Update to 1.2.9:
  * more robust key caching
  * support for cache directory tags
  * improved seeking on win32
  * support for Solaris libsmedia library

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:41 2005 UTC (19 years, 6 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:02 2004 UTC (20 years, 1 month ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 5 17:57:32 2004 UTC (20 years, 7 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
bl3ify, needed for multimedia/vlc; pointed out by Thomas Klausner.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:45 2004 UTC (20 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jan 28 14:25:37 2004 UTC (20 years, 9 months ago) by recht
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
move libdvdcss to the multimedia category (from misc)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 28 14:25:37 2004 UTC (20 years, 9 months ago) by recht
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>