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
ea286a76
Commit
ea286a76
authored
Jun 20, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. g�n�ration de .rpm et .deb via make.
. rajout des plugins dummy m�me pour BeOS.
parent
58b377bc
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
30 additions
and
10 deletions
+30
-10
ChangeLog
ChangeLog
+5
-1
Makefile.in
Makefile.in
+6
-0
configure
configure
+2
-2
configure.in
configure.in
+2
-2
debian/changelog
debian/changelog
+10
-0
debian/files
debian/files
+1
-1
debian/substvars
debian/substvars
+1
-1
vlc.spec
vlc.spec
+3
-3
No files found.
ChangeLog
View file @
ea286a76
...
...
@@ -2,10 +2,14 @@ Sun Jun 18 18:54:48 CEST 2000
0.1.99c :
* fixed Makefile.in for debug version
* ca
tched
Delete Window event in Gnome and X11 modes
* ca
ught
Delete Window event in Gnome and X11 modes
* fixed manpage
* GGI output now works
* fixed a segfault on exit for the Gnome plugin
* fixed compile problems for BeOS
* sound support almost works under BeOS
* fixed a warning in ac3_exponent.c
* automatic support for .rpm and .deb building
Sat Jun 17 03:35:02 CEST 2000
0.1.99b :
...
...
Makefile.in
View file @
ea286a76
...
...
@@ -316,6 +316,12 @@ snapshot:
mv
/tmp/
${SNAPSHOTDIR}
.tar.gz ..
@
echo
"Sources are in ../
${SNAPSHOTDIR}
.tar.gz"
deb
:
dpkg-buildpackage
-rfakeroot
-us
-uc
rpm
:
rpm
-ba
vlc.spec
FORCE
:
#
...
...
configure
View file @
ea286a76
...
...
@@ -3121,8 +3121,8 @@ SYS=${host_os}
# special cases
if
test
x
$host_os
=
xbeos
;
then
VOUT
=
beos
AOUT
=
beos
VOUT
=
"dummy beos"
AOUT
=
"dummy beos"
fi
...
...
configure.in
View file @
ea286a76
...
...
@@ -99,8 +99,8 @@ SYS=${host_os}
# special cases
if test x$host_os = xbeos; then
VOUT=
beos
AOUT=
beos
VOUT=
"dummy beos"
AOUT=
"dummy beos"
fi
AC_SUBST(SYS)
...
...
debian/changelog
View file @
ea286a76
vlc (0.1.99c) unstable; urgency=low
* Caught Delete Window event in Gnome and X11 modes
* Fixed manpage
* GGI output now works
* Fixed a segfault on exit for the Gnome plugin
* Sound support almost works under BeOS
-- Samuel Hocevar <sam@via.ecp.fr> Tue, 20 Jun 2000 03:01:12 +0200
vlc (0.1.99b) unstable; urgency=low
* Added a ChangeLog file
...
...
debian/files
View file @
ea286a76
vlc_0.1.99
a
_i386.deb graphics optional
vlc_0.1.99
c
_i386.deb graphics optional
debian/substvars
View file @
ea286a76
shlibs:Depends=gdk-imlib1 (>= 1.9.8
.1-helix1), libart2 (>= 1.2.1-helix1), libaudiofile0, libc6 (>= 2.1.2), libdb2 (>= 1:2.4.14-7), libesd0 (>= 0.2.16) | libesd-alsa0 (>= 0.2.16), libglib1.2 (>= 1.2.0), libgnome32 (>= 1.2.1-helix1), libgnomesupport0 (>= 1.2.1-helix1), libgnomeui32 (>= 1.2.1-helix1), libgtk1.2 (>= 1.2.8-helix
1), libz1, xlib6g (>= 3.3.6-4)
shlibs:Depends=gdk-imlib1 (>= 1.9.8
-4), libart2 (>= 1.2.1-1), libaudiofile0, libc6 (>= 2.1.2), libdb2 (>= 1:2.4.14-7), libesd0 (>= 0.2.16) | libesd-alsa0 (>= 0.2.16), libglib1.2 (>= 1.2.0), libgnome32 (>= 1.2.1-1), libgnomesupport0 (>= 1.2.1-1), libgnomeui32 (>= 1.2.1-1), libgtk1.2 (>= 1.2.8-
1), libz1, xlib6g (>= 3.3.6-4)
vlc.spec
View file @
ea286a76
...
...
@@ -4,7 +4,7 @@ Release: 1
Copyright: GPL
Url: http://www.videolan.org/
Group: X11/Applications/Graphics
Source0: http://www.videolan.org/packages/vlc-0.1.99.tar.gz
Source0: http://www.videolan.org/packages/vlc-0.1.99
c
.tar.gz
Packager: Eric Doutreleau <Eric.doutreleau@int-evry.fr>
Buildroot: /tmp/vlc-build
...
...
@@ -25,7 +25,7 @@ a free network-aware MPEG and DVD player
%setup
%build
./configure --prefix=/usr
./configure --prefix=/usr
--enable-ppro --enable-mmx --enable-gnome
make
%install
mkdir -p $RPM_BUILD_ROOT/usr/lib
...
...
@@ -36,7 +36,7 @@ make install prefix=$RPM_BUILD_ROOT/usr
/usr/bin/vlc
/usr/share/videolan/vlc
/usr/lib/videolan
%doc AUTHORS COPYING INSTALL NEWS README
WARNING_THIS_IS_A_BETA_VERSION
doc
%doc AUTHORS COPYING INSTALL NEWS README doc
%clean
rm -rf $RPM_BUILD_ROOT
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