]> git.sesse.net Git - vlc/commitdiff
./debian/control: updated list of supported architectures.
authorSam Hocevar <sam@videolan.org>
Mon, 7 Jan 2002 17:02:07 +0000 (17:02 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 7 Jan 2002 17:02:07 +0000 (17:02 +0000)
  ./share/*: added 16x16 and 32x32 versions of PNG icons.

23 files changed:
debian/control
debian/rules
plugins/filter/wall.c
share/gnome-vlc16x16.png [new file with mode: 0644]
share/gnome-vlc32x32.png [new file with mode: 0644]
share/gnome-vlc32x32.xpm [moved from share/gnome-vlc.xpm with 100% similarity]
share/gnome-vlc48x48.png [moved from share/gnome-vlc.png with 100% similarity]
share/gvlc16x16.png [new file with mode: 0644]
share/gvlc32x32.png [new file with mode: 0644]
share/gvlc32x32.xpm [moved from share/gvlc.xpm with 100% similarity]
share/gvlc48x48.png [moved from share/gvlc.png with 100% similarity]
share/kvlc16x16.png [new file with mode: 0644]
share/kvlc32x32.png [new file with mode: 0644]
share/kvlc32x32.xpm [moved from share/kvlc.xpm with 100% similarity]
share/kvlc48x48.png [moved from share/kvlc.png with 100% similarity]
share/qvlc16x16.png [new file with mode: 0644]
share/qvlc32x32.png [new file with mode: 0644]
share/qvlc32x32.xpm [moved from share/qvlc.xpm with 100% similarity]
share/qvlc48x48.png [moved from share/qvlc.png with 100% similarity]
share/vlc16x16.png [new file with mode: 0644]
share/vlc32x32.png [new file with mode: 0644]
share/vlc32x32.xpm [moved from share/vlc.xpm with 100% similarity]
share/vlc48x48.png [moved from share/vlc.png with 100% similarity]

index 4aa81ac51a315638c13b5c8c29c4cd97795f86c8..58ca0a8f6389793a631cbb1085a5ec0add50941f 100644 (file)
@@ -2,8 +2,16 @@ Source: vlc
 Section: graphics
 Priority: optional
 Maintainer: Samuel Hocevar <sam@zoy.org>
-Build-Depends: debhelper (>=2.2.0), xlibs-dev, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev, libqt-dev, libasound2-dev [alpha i386 ia64 m68k powerpc] (>=0.9.0beta7), libmad0-dev
-Standards-Version: 3.0.1
+Build-Depends: debhelper (>=2.2.0),
+               xlibs-dev,
+               libgnome-dev,
+               libggi2-dev,
+               libglide2-dev [i386],
+               libesd0-dev,
+               libsdl1.2-dev (>=1.2.2-3.1),
+               libqt-dev,
+               libasound2-dev [alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc] (>=0.9.0beta7)
+Standards-Version: 3.5.6
 
 Package: vlc
 Architecture: any
@@ -23,7 +31,7 @@ Description: a portable abstraction library for DVD decryption
  libdvdcss is a portable abstraction library for DVD decryption, it
  provides a simple API to access a DVD device as a block device.
  .
- This package contains the libdvdcss0 runtime library.
+ This package contains the libdvdcss1 runtime library.
 
 Package: libdvdcss1-dev
 Architecture: any
@@ -34,7 +42,7 @@ Description: development files for libdvdcss1
  provides a simple API to access a DVD device as a block device.
  .
  This package contains the header files and static library needed to
- compile applications that use libdvdcss0.
+ compile applications that use libdvdcss1.
 
 Package: vlc-gnome
 Architecture: any
@@ -66,7 +74,7 @@ Description: Esound plugin for vlc
  vlc, the VideoLAN Client.
 
 Package: vlc-alsa
-Architecture: alpha i386 ia64 m68k powerpc
+Architecture: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
 Description: ALSA plugin for vlc
  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
index d11b5af8edd27af88d4446678b3fb0459e758154..4f4146abc7e51f352cffdb87aa3bd932dc1ef940 100755 (executable)
@@ -26,7 +26,7 @@ build-stamp:
        case $(DEB_BUILD_ARCH) in \
        i386) \
                ARCH_FLAGS="--enable-alsa --with-glide" ;; \
-       alpha|ia64|m68k|powerpc) \
+       alpha|arm|hppa|ia64|m68k|mips|mipsel|powerpc|s390|sparc) \
                ARCH_FLAGS="--enable-alsa" ;; \
        *) \
                ARCH_FLAGS="" ;; \
@@ -74,13 +74,13 @@ install: build
        mv debian/vlc/usr/bin/gnome-vlc debian/vlc-gnome/usr/bin/
        mv debian/vlc/usr/bin/qvlc debian/vlc-qt/usr/bin/
 
-       mv debian/vlc/$(VIDDIR)/vlc.png debian/vlc/$(PIXDIR)
-       mv debian/vlc/$(VIDDIR)/gvlc.xpm debian/vlc-gtk/$(VIDDIR)
-       mv debian/vlc/$(VIDDIR)/gvlc.png debian/vlc-gtk/$(PIXDIR)
-       mv debian/vlc/$(VIDDIR)/gnome-vlc.xpm debian/vlc-gnome/$(VIDDIR)
-       mv debian/vlc/$(VIDDIR)/gnome-vlc.png debian/vlc-gnome/$(PIXDIR)
-       mv debian/vlc/$(VIDDIR)/qvlc.xpm debian/vlc-qt/$(VIDDIR)
-       mv debian/vlc/$(VIDDIR)/qvlc.png debian/vlc-qt/$(PIXDIR)
+       mv debian/vlc/$(VIDDIR)/vlc48x48.png debian/vlc/$(PIXDIR)/vlc.png
+       mv debian/vlc/$(VIDDIR)/gvlc32x32.xpm debian/vlc-gtk/$(VIDDIR)/gvlc.xpm
+       mv debian/vlc/$(VIDDIR)/gvlc48x48.png debian/vlc-gtk/$(PIXDIR)/gvlc.png
+       mv debian/vlc/$(VIDDIR)/gnome-vlc32x32.xpm debian/vlc-gnome/$(VIDDIR)/gnome-vlc.xpm
+       mv debian/vlc/$(VIDDIR)/gnome-vlc48x48.png debian/vlc-gnome/$(PIXDIR)/gnome-vlc.png
+       mv debian/vlc/$(VIDDIR)/qvlc32x32.xpm debian/vlc-qt/$(VIDDIR)/qvlc.xpm
+       mv debian/vlc/$(VIDDIR)/qvlc48x48.png debian/vlc-qt/$(PIXDIR)/qvlc.png
 
        cp debian/vlc.desktop debian/vlc/$(GNOMEDIR)
        cp debian/gvlc.desktop debian/vlc-gtk/$(GNOMEDIR)
@@ -136,7 +136,7 @@ binary-arch: build install
        case $(DEB_BUILD_ARCH) in \
        i386) \
                ARCH_EXCLUDE="" ;; \
-       alpha|ia64|m68k|powerpc) \
+       alpha|arm|hppa|ia64|m68k|mips|mipsel|powerpc|s390|sparc) \
                ARCH_EXCLUDE="-Nvlc-glide" ;; \
        *) \
                ARCH_EXCLUDE="-Nvlc-glide -Nvlc-alsa" ;; \
index 034945bab36d03b6050e7910eba317a141605801..acd562973d4f1406fd3e89096c551446a6b34185 100644 (file)
@@ -2,7 +2,7 @@
  * wall.c : Wall video plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: wall.c,v 1.8 2002/01/07 02:12:29 sam Exp $
+ * $Id: wall.c,v 1.9 2002/01/07 17:02:07 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -134,8 +134,8 @@ static int vout_Create( vout_thread_t *p_vout )
         return( 1 );
     }
 
-    p_vout->p_sys->i_col = 6;
-    p_vout->p_sys->i_row = 6;
+    p_vout->p_sys->i_col = 3;
+    p_vout->p_sys->i_row = 3;
 
     p_vout->p_sys->pp_vout = malloc( p_vout->p_sys->i_row *
                                      p_vout->p_sys->i_col *
diff --git a/share/gnome-vlc16x16.png b/share/gnome-vlc16x16.png
new file mode 100644 (file)
index 0000000..279bc07
Binary files /dev/null and b/share/gnome-vlc16x16.png differ
diff --git a/share/gnome-vlc32x32.png b/share/gnome-vlc32x32.png
new file mode 100644 (file)
index 0000000..eb35c76
Binary files /dev/null and b/share/gnome-vlc32x32.png differ
similarity index 100%
rename from share/gnome-vlc.xpm
rename to share/gnome-vlc32x32.xpm
similarity index 100%
rename from share/gnome-vlc.png
rename to share/gnome-vlc48x48.png
diff --git a/share/gvlc16x16.png b/share/gvlc16x16.png
new file mode 100644 (file)
index 0000000..a345af0
Binary files /dev/null and b/share/gvlc16x16.png differ
diff --git a/share/gvlc32x32.png b/share/gvlc32x32.png
new file mode 100644 (file)
index 0000000..76ef6cb
Binary files /dev/null and b/share/gvlc32x32.png differ
similarity index 100%
rename from share/gvlc.xpm
rename to share/gvlc32x32.xpm
similarity index 100%
rename from share/gvlc.png
rename to share/gvlc48x48.png
diff --git a/share/kvlc16x16.png b/share/kvlc16x16.png
new file mode 100644 (file)
index 0000000..38d816d
Binary files /dev/null and b/share/kvlc16x16.png differ
diff --git a/share/kvlc32x32.png b/share/kvlc32x32.png
new file mode 100644 (file)
index 0000000..e9ed429
Binary files /dev/null and b/share/kvlc32x32.png differ
similarity index 100%
rename from share/kvlc.xpm
rename to share/kvlc32x32.xpm
similarity index 100%
rename from share/kvlc.png
rename to share/kvlc48x48.png
diff --git a/share/qvlc16x16.png b/share/qvlc16x16.png
new file mode 100644 (file)
index 0000000..6ac855a
Binary files /dev/null and b/share/qvlc16x16.png differ
diff --git a/share/qvlc32x32.png b/share/qvlc32x32.png
new file mode 100644 (file)
index 0000000..c06ebab
Binary files /dev/null and b/share/qvlc32x32.png differ
similarity index 100%
rename from share/qvlc.xpm
rename to share/qvlc32x32.xpm
similarity index 100%
rename from share/qvlc.png
rename to share/qvlc48x48.png
diff --git a/share/vlc16x16.png b/share/vlc16x16.png
new file mode 100644 (file)
index 0000000..b41a697
Binary files /dev/null and b/share/vlc16x16.png differ
diff --git a/share/vlc32x32.png b/share/vlc32x32.png
new file mode 100644 (file)
index 0000000..0a717a1
Binary files /dev/null and b/share/vlc32x32.png differ
similarity index 100%
rename from share/vlc.xpm
rename to share/vlc32x32.xpm
similarity index 100%
rename from share/vlc.png
rename to share/vlc48x48.png