Changeset 9bcf04ca297e25fa0e15344cb15e3d44f706af8a

Show
Ignore:
Timestamp:
11/01/03 11:07:09 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1067681229 +0000
git-parent:

[c43fd0523b9c234cc39c5fef62e78fe151adb0aa]

git-author:
Sam Hocevar <sam@videolan.org> 1067681229 +0000
Message:
  • debian/control:
    + Build-depend on a newer wxwindows version to avoid incompatibilities.
    + Build-depend on linux-kernel-headers and build-conflict on dvb-dev

because these packages cannot be installed together.

  • debian/rules:
    + Temporarily disabled the framebuffer video output plugin because of

current code errors in linux-kernel-headers.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • debian/changelog

    rd41734c r9bcf04c  
    1 vlc (0.6.2+cvs20031031-1) unstable; urgency=low 
     1vlc (0.6.2+cvs20031030-2) unstable; urgency=low 
     2 
     3  * debian/control: 
     4    + Build-depend on a newer wxwindows version to avoid incompatibilities. 
     5    + Build-depend on linux-kernel-headers and build-conflict on dvb-dev 
     6      because these packages cannot be installed together. 
     7  * debian/rules: 
     8    + Temporarily disabled the framebuffer video output plugin because of 
     9      current code errors in linux-kernel-headers. 
     10 
     11 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  1 Nov 2003 11:01:40 +0100 
     12 
     13vlc (0.6.2+cvs20031030-1) unstable; urgency=low 
    214 
    315  * New CVS snapshot. 
  • debian/control

    rd41734c r9bcf04c  
    33Priority: optional 
    44Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> 
    5 Build-Depends: debhelper (>= 4.0), gettext, xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>= 1.2.2-3.1), libqt3-mt-dev, libqt3-compat-headers, libasound2-dev (>= 0.9.0beta10a), libarts1-dev, libmad0-dev, liblircclient-dev, liba52-0.7.4-dev, aalib1-dev, libdvbpsi2-dev, mozilla-dev, libidl0, libglib2.0-0, kdelibs4-dev, dvb-dev, libdv2-dev, libxosd-dev (>= 2.2.4-1.3), svgalibg1-dev (>= 1.4.0) [i386], libogg-dev, libvorbis-dev, libwxgtk2.4-dev, libdvdplay0-dev (>= 1.0.1-2), libdvdread3-dev, libslp-dev, libflac-dev (>= 1.1.0), libimlib2-dev, libmatroska-dev (>= 0.5.0-3), libfreetype6-dev, libspeex-dev 
    6 Build-Conflicts: libmpeg2-dev, libmpeg2-0-dev, libmpeg2-1-dev, libmpeg2-2-dev, libmpeg2-3-dev 
     5Build-Depends: debhelper (>= 4.0), gettext, xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>= 1.2.2-3.1), libqt3-mt-dev, libqt3-compat-headers, libasound2-dev (>= 0.9.0beta10a), libarts1-dev, libmad0-dev, liblircclient-dev, liba52-0.7.4-dev, aalib1-dev, libdvbpsi2-dev, mozilla-dev, libidl0, libglib2.0-0, kdelibs4-dev, linux-kernel-headers (>= 2.5.999-test7-bk-5), libdv2-dev, libxosd-dev (>= 2.2.4-1.3), svgalibg1-dev (>= 1.4.0) [i386], libogg-dev, libvorbis-dev, libwxgtk2.4-dev (>= 2.4.2.4), libdvdplay0-dev (>= 1.0.1-2), libdvdread3-dev, libslp-dev, libflac-dev (>= 1.1.0), libimlib2-dev, libmatroska-dev (>= 0.5.0-3), libfreetype6-dev, libspeex-dev 
     6Build-Conflicts: libmpeg2-dev, libmpeg2-0-dev, libmpeg2-1-dev, libmpeg2-2-dev, libmpeg2-3-dev, dvb-dev 
    77Standards-Version: 3.6.1.0 
    88 
  • debian/rules

    rd41734c r9bcf04c  
    11#!/usr/bin/make -f 
    22# debian/rules for the VideoLAN Client - uses debhelper. 
    3 # $Id: rules,v 1.107 2003/10/31 23:57:28 sam Exp $ 
     3# $Id: rules,v 1.108 2003/11/01 10:07:09 sam Exp $ 
    44# based on Joey Hess's one. 
    55 
     
    1616    --enable-gtk \ 
    1717    --disable-familiar \ 
    18     --enable-fb \ 
     18    --disable-fb \ 
    1919    --enable-ggi \ 
    2020    --enable-sdl \ 
  • toolbox

    rbe7e3f0 r9bcf04c  
    22 
    33##  toolbox for the VLC media player 
    4 ##  $Id: toolbox,v 1.46 2003/10/24 14:50:07 sam Exp $ 
     4##  $Id: toolbox,v 1.47 2003/11/01 10:07:08 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    137137if test "${action}" = "vc" 
    138138then 
    139   echo "generating Visual Studio files...
     139  echo "generating Visual Studio files
    140140 
    141141  if test -z "${srcdir}"; then 
     
    165165  for target in evc/config.h msvc/config.h 
    166166  do 
    167     echo "${target}
     167    printf ".
    168168    rm -f ${target} 
    169169    sed -e "s/@CODENAME@/${LIBVLC_CODENAME}/" \ 
     
    175175  for target in evc/libvlc.vcp msvc/libvlc.dsp 
    176176  do 
    177     echo "${target}
     177    printf ".
    178178    #  Top of the project file 
    179179    perl -pe 'if(/�SOURCES�/){last;}' < ${target}.in > ${target} 
     
    298298        source="${msdir}/plugins.${suf}.in" 
    299299        target="${msdir}/plugin_${mod}.${suf}" 
    300         echo "${target}
     300        printf ".
    301301        perl -pe 'if(/�SOURCES�/){last;} s/�PLUGIN�/'${mod}'/g' < ${source} > ${target} 
    302302        for cfile in ${cfiles} 
     
    329329  for target in evc/vlc.vcp msvc/vlc.dsp 
    330330  do 
    331     echo "${target}
     331    printf ".
    332332    #  Top of the project file 
    333333    perl -pe 'if(/�SOURCES�/){last;}' < ${target}.in > ${target} 
     
    351351  done 
    352352 
    353   echo "done." 
     353  echo " done." 
    354354  exit 0 
    355355fi 
     
    598598  #                  libxosd-dev (>=2.2.4-1.3) with libxosd-dev 
    599599  #                  ttf-freefonts with ttf-thryomanes 
     600  #                  linux-kernel-headers (>= 2.5.999-test7-bk-5) with dvb-dev 
    600601  #          remove libwxgtk2.4-dev 
    601602  #                 libflac-dev 
     
    604605  #                 libmatroska-dev 
    605606  #                 libspeex-dev 
     607  #                 dvb-dev (in build-conflicts) 
    606608  #          change Source: vlc with Source: vlc-woody 
    607609  #                 Section: gnome with Section: graphics 
     
    618620      -e 's/, libxosd-dev[^,]*/, libxosd-dev/' \ 
    619621      -e 's/, ttf-freefonts[^,]*/, ttf-thryomanes/' \ 
     622      -e 's/, linux-kernel-headers[^,]*/, dvb-dev/' \ 
    620623      -e 's/, libwx[^,]*//' \ 
    621624      -e '/Package: wxvlc/,/^ *$/d' \ 
     
    625628      -e 's/, libmatroska-dev[^,]*//' \ 
    626629      -e 's/, libspeex-dev[^,]*//' \ 
     630      -e 's/\(Build-Conflicts: .*\), dvb-dev/\1/' \ 
    627631      -e 's/Source: vlc/Source: vlc-woody/' \ 
    628632      -e 's/Section: gnome/Section: graphics/' \