Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
e6912f0c
Commit
e6912f0c
authored
Dec 07, 2001
by
Christophe Massiot
Browse files
Bumped up revision number to 0.2.92-dev and 1.0.1-dev.
parent
1b8d106c
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e6912f0c
...
...
@@ -3,6 +3,10 @@
#===================#
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
iPAQ
Familiar
Linux
.
...
...
ChangeLog.libdvdcss
View file @
e6912f0c
...
...
@@ -4,6 +4,11 @@
HEAD
* Nothing yet
1.0.1
Fri, 7 Dec 2001 20:18:56 +0100
* Update for libdvdcss documentation.
* Reworked Keith Packard's raw device patch. The name of the raw device
is in the environment variable DVDCSS_RAW_DEVICE.
...
...
configure
View file @
e6912f0c
...
...
@@ -720,7 +720,7 @@ test "$host_alias" != "$target_alias" &&
HAVE_VLC
=
0
if
test
-r
src/interface/main.c
;
then
HAVE_VLC
=
1
VLC_VERSION
=
0.2.9
1
VLC_VERSION
=
"
0.2.9
2-dev"
VLC_CODENAME
=
Ourumov
...
...
@@ -729,7 +729,7 @@ fi
HAVE_LIBDVDCSS
=
0
if
test
-r
extras/libdvdcss/libdvdcss.c
;
then
HAVE_LIBDVDCSS
=
1
LIBDVDCSS_VERSION
=
1.0.
0
LIBDVDCSS_VERSION
=
"
1.0.
1-dev"
if
test
-r
extras/libdvdcss/csskeys.h
;
then
cat
>>
confdefs.h
<<
\
EOF
...
...
configure.in
View file @
e6912f0c
...
...
@@ -7,7 +7,7 @@ AC_CANONICAL_SYSTEM
HAVE_VLC=0
if test -r src/interface/main.c; then
HAVE_VLC=1
VLC_VERSION=0.2.9
1
VLC_VERSION=
"
0.2.9
2-dev"
AC_SUBST(VLC_VERSION)
VLC_CODENAME=Ourumov
AC_SUBST(VLC_CODENAME)
...
...
@@ -16,7 +16,7 @@ fi
HAVE_LIBDVDCSS=0
if test -r extras/libdvdcss/libdvdcss.c; then
HAVE_LIBDVDCSS=1
LIBDVDCSS_VERSION=1.0.
0
LIBDVDCSS_VERSION=
"
1.0.
1-dev"
AC_SUBST(LIBDVDCSS_VERSION)
if test -r extras/libdvdcss/csskeys.h; then
AC_DEFINE(HAVE_CSSKEYS,1,css decryption with player keys)
...
...
extras/libdvdcss/libdvdcss.spec
View file @
e6912f0c
#
This
is
borrowed
and
adapted
from
Mandrake
's Cooker
%define name libdvdcss
%define version 1.0.
0
%define version 1.0.
1-dev
%define release 1
%define major 1
%define lib_name %{name}%{major}
...
...
ipkg/control
View file @
e6912f0c
Package: vlc
Section: graphics
Priority: optional
Version: 0.2.9
1-fam0
Version: 0.2.9
2-dev
Architecture: arm
Maintainer: Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-x
...
...
vlc.spec
View file @
e6912f0c
# This is borrowed and adapted from Mandrake's Cooker
%define name vlc
%define vlc_ver 0.2.9
1
%define vlc_ver 0.2.9
2-dev
%define version %vlc_ver
# libdvdcss
%define major 0
%define lib_ver 1.0.
0
%define lib_ver 1.0.
1-dev
%define lib_name libdvdcss%{major}
%define cvs 0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment