Commit e6912f0c authored by Christophe Massiot's avatar Christophe Massiot

Bumped up revision number to 0.2.92-dev and 1.0.1-dev.

parent 1b8d106c
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
#===================# #===================#
HEAD HEAD
* Nothing yet
0.2.92
Fri, 7 Dec 2001 20:18:56 +0100
* New libmad plug-in, courtesy of Jean-Paul Saman. We now have sound on * New libmad plug-in, courtesy of Jean-Paul Saman. We now have sound on
iPAQ Familiar Linux. iPAQ Familiar Linux.
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
HEAD HEAD
* Nothing yet
1.0.1
Fri, 7 Dec 2001 20:18:56 +0100
* Update for libdvdcss documentation. * Update for libdvdcss documentation.
* Reworked Keith Packard's raw device patch. The name of the raw device * Reworked Keith Packard's raw device patch. The name of the raw device
is in the environment variable DVDCSS_RAW_DEVICE. is in the environment variable DVDCSS_RAW_DEVICE.
......
...@@ -720,7 +720,7 @@ test "$host_alias" != "$target_alias" && ...@@ -720,7 +720,7 @@ test "$host_alias" != "$target_alias" &&
HAVE_VLC=0 HAVE_VLC=0
if test -r src/interface/main.c; then if test -r src/interface/main.c; then
HAVE_VLC=1 HAVE_VLC=1
VLC_VERSION=0.2.91 VLC_VERSION="0.2.92-dev"
VLC_CODENAME=Ourumov VLC_CODENAME=Ourumov
...@@ -729,7 +729,7 @@ fi ...@@ -729,7 +729,7 @@ fi
HAVE_LIBDVDCSS=0 HAVE_LIBDVDCSS=0
if test -r extras/libdvdcss/libdvdcss.c; then if test -r extras/libdvdcss/libdvdcss.c; then
HAVE_LIBDVDCSS=1 HAVE_LIBDVDCSS=1
LIBDVDCSS_VERSION=1.0.0 LIBDVDCSS_VERSION="1.0.1-dev"
if test -r extras/libdvdcss/csskeys.h; then if test -r extras/libdvdcss/csskeys.h; then
cat >> confdefs.h <<\EOF cat >> confdefs.h <<\EOF
......
...@@ -7,7 +7,7 @@ AC_CANONICAL_SYSTEM ...@@ -7,7 +7,7 @@ AC_CANONICAL_SYSTEM
HAVE_VLC=0 HAVE_VLC=0
if test -r src/interface/main.c; then if test -r src/interface/main.c; then
HAVE_VLC=1 HAVE_VLC=1
VLC_VERSION=0.2.91 VLC_VERSION="0.2.92-dev"
AC_SUBST(VLC_VERSION) AC_SUBST(VLC_VERSION)
VLC_CODENAME=Ourumov VLC_CODENAME=Ourumov
AC_SUBST(VLC_CODENAME) AC_SUBST(VLC_CODENAME)
...@@ -16,7 +16,7 @@ fi ...@@ -16,7 +16,7 @@ fi
HAVE_LIBDVDCSS=0 HAVE_LIBDVDCSS=0
if test -r extras/libdvdcss/libdvdcss.c; then if test -r extras/libdvdcss/libdvdcss.c; then
HAVE_LIBDVDCSS=1 HAVE_LIBDVDCSS=1
LIBDVDCSS_VERSION=1.0.0 LIBDVDCSS_VERSION="1.0.1-dev"
AC_SUBST(LIBDVDCSS_VERSION) AC_SUBST(LIBDVDCSS_VERSION)
if test -r extras/libdvdcss/csskeys.h; then if test -r extras/libdvdcss/csskeys.h; then
AC_DEFINE(HAVE_CSSKEYS,1,css decryption with player keys) AC_DEFINE(HAVE_CSSKEYS,1,css decryption with player keys)
......
# This is borrowed and adapted from Mandrake's Cooker # This is borrowed and adapted from Mandrake's Cooker
%define name libdvdcss %define name libdvdcss
%define version 1.0.0 %define version 1.0.1-dev
%define release 1 %define release 1
%define major 1 %define major 1
%define lib_name %{name}%{major} %define lib_name %{name}%{major}
......
Package: vlc Package: vlc
Section: graphics Section: graphics
Priority: optional Priority: optional
Version: 0.2.91-fam0 Version: 0.2.92-dev
Architecture: arm Architecture: arm
Maintainer: Christophe Massiot <massiot@via.ecp.fr> Maintainer: Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-x Depends: libc6, task-x
......
# This is borrowed and adapted from Mandrake's Cooker # This is borrowed and adapted from Mandrake's Cooker
%define name vlc %define name vlc
%define vlc_ver 0.2.91 %define vlc_ver 0.2.92-dev
%define version %vlc_ver %define version %vlc_ver
# libdvdcss # libdvdcss
%define major 0 %define major 0
%define lib_ver 1.0.0 %define lib_ver 1.0.1-dev
%define lib_name libdvdcss%{major} %define lib_name libdvdcss%{major}
%define cvs 0 %define cvs 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment