Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e6912f0c
Commit
e6912f0c
authored
Dec 07, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
7 changed files
with
17 additions
and
8 deletions
+17
-8
ChangeLog
ChangeLog
+4
-0
ChangeLog.libdvdcss
ChangeLog.libdvdcss
+5
-0
configure
configure
+2
-2
configure.in
configure.in
+2
-2
extras/libdvdcss/libdvdcss.spec
extras/libdvdcss/libdvdcss.spec
+1
-1
ipkg/control
ipkg/control
+1
-1
vlc.spec
vlc.spec
+2
-2
No files found.
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.91
VLC_VERSION
=
"0.2.92-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.91
VLC_VERSION=
"0.2.92-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
Markdown
is supported
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