Commit ea286a76 authored by Sam Hocevar's avatar Sam Hocevar

. g�n�ration de .rpm et .deb via make.

 . rajout des plugins dummy m�me pour BeOS.
parent 58b377bc
...@@ -2,10 +2,14 @@ Sun Jun 18 18:54:48 CEST 2000 ...@@ -2,10 +2,14 @@ Sun Jun 18 18:54:48 CEST 2000
0.1.99c : 0.1.99c :
* fixed Makefile.in for debug version * fixed Makefile.in for debug version
* catched Delete Window event in Gnome and X11 modes * caught Delete Window event in Gnome and X11 modes
* fixed manpage * fixed manpage
* GGI output now works * GGI output now works
* fixed a segfault on exit for the Gnome plugin * 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 Sat Jun 17 03:35:02 CEST 2000
0.1.99b : 0.1.99b :
......
...@@ -316,6 +316,12 @@ snapshot: ...@@ -316,6 +316,12 @@ snapshot:
mv /tmp/${SNAPSHOTDIR}.tar.gz .. mv /tmp/${SNAPSHOTDIR}.tar.gz ..
@echo "Sources are in ../${SNAPSHOTDIR}.tar.gz" @echo "Sources are in ../${SNAPSHOTDIR}.tar.gz"
deb:
dpkg-buildpackage -rfakeroot -us -uc
rpm:
rpm -ba vlc.spec
FORCE: FORCE:
# #
......
...@@ -3121,8 +3121,8 @@ SYS=${host_os} ...@@ -3121,8 +3121,8 @@ SYS=${host_os}
# special cases # special cases
if test x$host_os = xbeos; then if test x$host_os = xbeos; then
VOUT=beos VOUT="dummy beos"
AOUT=beos AOUT="dummy beos"
fi fi
......
...@@ -99,8 +99,8 @@ SYS=${host_os} ...@@ -99,8 +99,8 @@ SYS=${host_os}
# special cases # special cases
if test x$host_os = xbeos; then if test x$host_os = xbeos; then
VOUT=beos VOUT="dummy beos"
AOUT=beos AOUT="dummy beos"
fi fi
AC_SUBST(SYS) AC_SUBST(SYS)
......
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 vlc (0.1.99b) unstable; urgency=low
* Added a ChangeLog file * Added a ChangeLog file
......
vlc_0.1.99a_i386.deb graphics optional vlc_0.1.99c_i386.deb graphics optional
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-helix1), 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)
...@@ -4,7 +4,7 @@ Release: 1 ...@@ -4,7 +4,7 @@ Release: 1
Copyright: GPL Copyright: GPL
Url: http://www.videolan.org/ Url: http://www.videolan.org/
Group: X11/Applications/Graphics 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.99c.tar.gz
Packager: Eric Doutreleau <Eric.doutreleau@int-evry.fr> Packager: Eric Doutreleau <Eric.doutreleau@int-evry.fr>
Buildroot: /tmp/vlc-build Buildroot: /tmp/vlc-build
...@@ -25,7 +25,7 @@ a free network-aware MPEG and DVD player ...@@ -25,7 +25,7 @@ a free network-aware MPEG and DVD player
%setup %setup
%build %build
./configure --prefix=/usr ./configure --prefix=/usr --enable-ppro --enable-mmx --enable-gnome
make make
%install %install
mkdir -p $RPM_BUILD_ROOT/usr/lib mkdir -p $RPM_BUILD_ROOT/usr/lib
...@@ -36,7 +36,7 @@ make install prefix=$RPM_BUILD_ROOT/usr ...@@ -36,7 +36,7 @@ make install prefix=$RPM_BUILD_ROOT/usr
/usr/bin/vlc /usr/bin/vlc
/usr/share/videolan/vlc /usr/share/videolan/vlc
/usr/lib/videolan /usr/lib/videolan
%doc AUTHORS COPYING INSTALL NEWS README WARNING_THIS_IS_A_BETA_VERSION doc %doc AUTHORS COPYING INSTALL NEWS README doc
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
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