[vlc-commits] Remove Linux distros from old contrib
Rémi Denis-Courmont
git at videolan.org
Sun Nov 27 11:04:54 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 27 12:04:40 2011 +0200| [8ebe3153087b86517eb21da84b4a7a065680894e] | committer: Rémi Denis-Courmont
Remove Linux distros from old contrib
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ebe3153087b86517eb21da84b4a7a065680894e
---
extras/contrib/bootstrap | 7 +------
extras/contrib/src/Distributions/debian.mak | 11 -----------
extras/contrib/src/Distributions/fedora.mak | 9 ---------
.../contrib/src/Distributions/ubuntu-medibuntu.mak | 7 -------
4 files changed, 1 insertions(+), 33 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 71ff339..f9619ca 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -296,13 +296,8 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
fi
fi
# Try to match distribution
- if test -f /etc/fedora-release; then
- hint_distro fedora
- elif test -f /etc/maemo_version; then
+ test -f /etc/maemo_version; then
hint_distro maemo5
- elif test -f /etc/debian_version; then
- # NOTE: check for Debian *after* its derivatives
- hint_distro debian
fi
fi
diff --git a/extras/contrib/src/Distributions/debian.mak b/extras/contrib/src/Distributions/debian.mak
deleted file mode 100644
index 28a80dc..0000000
--- a/extras/contrib/src/Distributions/debian.mak
+++ /dev/null
@@ -1,11 +0,0 @@
-# Debian Linux
-all: .iconv .intl .freetype .fribidi .zlib \
- .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora \
- .flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss \
- .live .goom2k4 .caca .mod .x264 .xml .twolame \
- .png .gpg-error .gcrypt .gnutls .mpcdec \
- .dvdnav .dvbpsi .dirac \
- .dca .raw1394 .dc1394 .lua .zvbi \
- .kate .tiger
-# .SDL_image .daap .cddb .cdio .vcdimager
-
diff --git a/extras/contrib/src/Distributions/fedora.mak b/extras/contrib/src/Distributions/fedora.mak
deleted file mode 100644
index e437fc1..0000000
--- a/extras/contrib/src/Distributions/fedora.mak
+++ /dev/null
@@ -1,9 +0,0 @@
-# Fedora Linux rules
-# Most dependencies are available from livna repro.
-all: .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora \
- .flac .speex .faad .lame .ebml .matroska .ffmpeg \
- .live .goom2k4 .caca .mod .x264 .xml .twolame \
- .mpcdec \
- .dvbpsi .dirac .schroedinger \
- .dca .lua .zvbi .kate .tiger
-
diff --git a/extras/contrib/src/Distributions/ubuntu-medibuntu.mak b/extras/contrib/src/Distributions/ubuntu-medibuntu.mak
deleted file mode 100644
index 55a81f0..0000000
--- a/extras/contrib/src/Distributions/ubuntu-medibuntu.mak
+++ /dev/null
@@ -1,7 +0,0 @@
-# Automatically generated by bootstrap
-# Make changes if you know what you're doing.
-# Standard Linux or other UNIX-like systems
-DISTRO_PKG= \
- .ffmpeg \
- .live .goom2k4 \
- .libdvbpsi
More information about the vlc-commits
mailing list