Changeset 9bcf04ca297e25fa0e15344cb15e3d44f706af8a
- Timestamp:
- 11/01/03 11:07:09 (5 years ago)
- git-parent:
- Files:
-
- debian/changelog (modified) (1 diff)
- debian/control (modified) (1 diff)
- debian/rules (modified) (2 diffs)
- toolbox (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
debian/changelog
rd41734c r9bcf04c 1 vlc (0.6.2+cvs20031031-1) unstable; urgency=low 1 vlc (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 13 vlc (0.6.2+cvs20031030-1) unstable; urgency=low 2 14 3 15 * New CVS snapshot. debian/control
rd41734c r9bcf04c 3 3 Priority: optional 4 4 Maintainer: 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-dev6 Build-Conflicts: libmpeg2-dev, libmpeg2-0-dev, libmpeg2-1-dev, libmpeg2-2-dev, libmpeg2-3-dev 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, 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 6 Build-Conflicts: libmpeg2-dev, libmpeg2-0-dev, libmpeg2-1-dev, libmpeg2-2-dev, libmpeg2-3-dev, dvb-dev 7 7 Standards-Version: 3.6.1.0 8 8 debian/rules
rd41734c r9bcf04c 1 1 #!/usr/bin/make -f 2 2 # debian/rules for the VideoLAN Client - uses debhelper. 3 # $Id: rules,v 1.10 7 2003/10/31 23:57:28sam Exp $3 # $Id: rules,v 1.108 2003/11/01 10:07:09 sam Exp $ 4 4 # based on Joey Hess's one. 5 5 … … 16 16 --enable-gtk \ 17 17 --disable-familiar \ 18 -- enable-fb \18 --disable-fb \ 19 19 --enable-ggi \ 20 20 --enable-sdl \ toolbox
rbe7e3f0 r9bcf04c 2 2 3 3 ## toolbox for the VLC media player 4 ## $Id: toolbox,v 1.4 6 2003/10/24 14:50:07sam Exp $4 ## $Id: toolbox,v 1.47 2003/11/01 10:07:08 sam Exp $ 5 5 ## 6 6 ## Authors: Samuel Hocevar <sam@zoy.org> … … 137 137 if test "${action}" = "vc" 138 138 then 139 echo "generating Visual Studio files ..."139 echo "generating Visual Studio files" 140 140 141 141 if test -z "${srcdir}"; then … … 165 165 for target in evc/config.h msvc/config.h 166 166 do 167 echo "${target}"167 printf "." 168 168 rm -f ${target} 169 169 sed -e "s/@CODENAME@/${LIBVLC_CODENAME}/" \ … … 175 175 for target in evc/libvlc.vcp msvc/libvlc.dsp 176 176 do 177 echo "${target}"177 printf "." 178 178 # Top of the project file 179 179 perl -pe 'if(/�SOURCES�/){last;}' < ${target}.in > ${target} … … 298 298 source="${msdir}/plugins.${suf}.in" 299 299 target="${msdir}/plugin_${mod}.${suf}" 300 echo "${target}"300 printf "." 301 301 perl -pe 'if(/�SOURCES�/){last;} s/�PLUGIN�/'${mod}'/g' < ${source} > ${target} 302 302 for cfile in ${cfiles} … … 329 329 for target in evc/vlc.vcp msvc/vlc.dsp 330 330 do 331 echo "${target}"331 printf "." 332 332 # Top of the project file 333 333 perl -pe 'if(/�SOURCES�/){last;}' < ${target}.in > ${target} … … 351 351 done 352 352 353 echo " done."353 echo " done." 354 354 exit 0 355 355 fi … … 598 598 # libxosd-dev (>=2.2.4-1.3) with libxosd-dev 599 599 # ttf-freefonts with ttf-thryomanes 600 # linux-kernel-headers (>= 2.5.999-test7-bk-5) with dvb-dev 600 601 # remove libwxgtk2.4-dev 601 602 # libflac-dev … … 604 605 # libmatroska-dev 605 606 # libspeex-dev 607 # dvb-dev (in build-conflicts) 606 608 # change Source: vlc with Source: vlc-woody 607 609 # Section: gnome with Section: graphics … … 618 620 -e 's/, libxosd-dev[^,]*/, libxosd-dev/' \ 619 621 -e 's/, ttf-freefonts[^,]*/, ttf-thryomanes/' \ 622 -e 's/, linux-kernel-headers[^,]*/, dvb-dev/' \ 620 623 -e 's/, libwx[^,]*//' \ 621 624 -e '/Package: wxvlc/,/^ *$/d' \ … … 625 628 -e 's/, libmatroska-dev[^,]*//' \ 626 629 -e 's/, libspeex-dev[^,]*//' \ 630 -e 's/\(Build-Conflicts: .*\), dvb-dev/\1/' \ 627 631 -e 's/Source: vlc/Source: vlc-woody/' \ 628 632 -e 's/Section: gnome/Section: graphics/' \
