]> git.sesse.net Git - vlc/commitdiff
. g�n�ration de .rpm et .deb via make.
authorSam Hocevar <sam@videolan.org>
Tue, 20 Jun 2000 01:21:59 +0000 (01:21 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 20 Jun 2000 01:21:59 +0000 (01:21 +0000)
 . rajout des plugins dummy m�me pour BeOS.

ChangeLog
Makefile.in
configure
configure.in
debian/changelog
debian/files
debian/substvars
vlc.spec

index 864f84caf1c64757052f21d6f39fe91d30af41f3..81eb9c6bbd131742e5d43877bbf3be9b1d0c9c9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,14 @@ Sun Jun 18 18:54:48 CEST 2000
 0.1.99c :
 
  * 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
  * 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 :
index 630267ba12582680b3cd09e804267541a450f404..94599a04e7b7f03a6e4ab9ce2709147f3fe8b4a9 100644 (file)
@@ -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:
 
 #
index f6cb00ad97d0bca07f6ece44a99f328bddadfc37..39dda5dcc4aaf1bfa36423e644ac1772e0ceb515 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
 
 
index 2db687c8c2a6ab91fc76b017a5e7ff6200892ca1..3e54d719a0bde4ef072420522d30aa86b27127c2 100644 (file)
@@ -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)
index cbbac80710d8802a55d2322b2c03ad0788963436..beb24a39f430913a13839fc52b83cb7fb558f08c 100644 (file)
@@ -1,3 +1,13 @@
+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
index 6b6c90101110c6c9da0592c3ce24a73a09c40556..1cb87ed67bfdbeadfa19aeb534a9abecc8e55eb2 100644 (file)
@@ -1 +1 @@
-vlc_0.1.99a_i386.deb graphics optional
+vlc_0.1.99c_i386.deb graphics optional
index 91b03d38b112f5efb4951a90262520b0051ae7e4..52ac02bd3b1f5db0123778bbcbaa5232ddfb63e8 100644 (file)
@@ -1 +1 @@
-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)
index 34b2937908f41511f7940435b638d330c4c83192..b7fe384f283e9258028a3f9180f7de06eea10716 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -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.99c.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