Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
f94587bb
Commit
f94587bb
authored
Jan 01, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Last updates for today's release.
parent
4c39a401
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
10 deletions
+13
-10
ChangeLog
ChangeLog
+1
-1
configure
configure
+2
-2
configure.in
configure.in
+2
-2
debian/changelog
debian/changelog
+1
-1
extras/libdvdcss/libdvdcss.spec
extras/libdvdcss/libdvdcss.spec
+1
-1
ipkg/control
ipkg/control
+1
-1
vlc.spec
vlc.spec
+5
-2
No files found.
ChangeLog
View file @
f94587bb
...
...
@@ -3,7 +3,7 @@
#===================#
0.2.92
Fri
,
7
Dec
2001
20
:
18
:
56
+
0100
Mon
,
31
Dec
2001
19
:
50
:
40
+
0100
*
Added
a
missing
call
to
DecoderError
()
in
mpeg_adec
.
c
.
*
Fixed
a
segfault
in
the
aRts
plugin
.
...
...
configure
View file @
f94587bb
...
...
@@ -722,7 +722,7 @@ test "$host_alias" != "$target_alias" &&
HAVE_VLC
=
0
if
test
-r
src/interface/main.c
;
then
HAVE_VLC
=
1
VLC_VERSION
=
"0.2.92
-pre1
"
VLC_VERSION
=
"0.2.92"
VLC_CODENAME
=
Ourumov
...
...
@@ -731,7 +731,7 @@ fi
HAVE_LIBDVDCSS
=
0
if
test
-r
extras/libdvdcss/libdvdcss.c
;
then
HAVE_LIBDVDCSS
=
1
LIBDVDCSS_VERSION
=
"1.0.1
-pre1
"
LIBDVDCSS_VERSION
=
"1.0.1"
if
test
-r
extras/libdvdcss/csskeys.h
;
then
cat
>>
confdefs.h
<<
\
EOF
...
...
configure.in
View file @
f94587bb
...
...
@@ -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.92
-pre1
"
VLC_VERSION="0.2.92"
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.1
-pre1
"
LIBDVDCSS_VERSION="1.0.1"
AC_SUBST(LIBDVDCSS_VERSION)
if test -r extras/libdvdcss/csskeys.h; then
AC_DEFINE(HAVE_CSSKEYS,1,css decryption with player keys)
...
...
debian/changelog
View file @
f94587bb
...
...
@@ -6,7 +6,7 @@ vlc (0.2.92-1) unstable; urgency=low
(Closes: #111790).
* Added versioned build-dep to libasound2-dev (Closes: #121057).
-- Samuel Hocevar <sam@zoy.org>
Sun, 9 Dec 2001 17:01:44
+0100
-- Samuel Hocevar <sam@zoy.org>
Mon, 31 Dec 2001 19:50:40
+0100
vlc (0.2.91-2) unstable; urgency=low
...
...
extras/libdvdcss/libdvdcss.spec
View file @
f94587bb
#
This
is
borrowed
and
adapted
from
Mandrake
's Cooker
%define name libdvdcss
%define version 1.0.1
-dev
%define version 1.0.1
%define release 1
%define major 1
%define lib_name %{name}%{major}
...
...
ipkg/control
View file @
f94587bb
Package: vlc
Section: graphics
Priority: optional
Version: 0.2.92
-dev
Version: 0.2.92
Architecture: arm
Maintainer: Christophe Massiot <massiot@via.ecp.fr>
Depends: libc6, task-x
...
...
vlc.spec
View file @
f94587bb
# This is borrowed and adapted from Mandrake's Cooker
%define name vlc
%define vlc_ver 0.2.92
-dev
%define vlc_ver 0.2.92
%define version %vlc_ver
# libdvdcss
%define major 0
%define lib_ver 1.0.1
-dev
%define lib_ver 1.0.1
%define lib_name libdvdcss%{major}
%define cvs 0
...
...
@@ -157,6 +157,9 @@ rm -fr %buildroot
%changelog
* Mon Dec 31 2001 Samuel Hocevar <sam@zoy.org> 0.2.92-1
- version 0.2.92
* Mon Nov 12 2001 Christophe Massiot <massiot@via.ecp.fr> 0.2.91-1
- version 0.2.91
...
...
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