Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
20462501
Commit
20462501
authored
Jul 19, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove libid3tag from contribs
parent
8eed6bd4
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
9 additions
and
53 deletions
+9
-53
extras/contrib/src/Distributions/beos.mak
extras/contrib/src/Distributions/beos.mak
+2
-2
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+1
-1
extras/contrib/src/Distributions/darwin64.mak
extras/contrib/src/Distributions/darwin64.mak
+1
-1
extras/contrib/src/Distributions/debian.mak
extras/contrib/src/Distributions/debian.mak
+1
-1
extras/contrib/src/Distributions/fedora.mak
extras/contrib/src/Distributions/fedora.mak
+1
-1
extras/contrib/src/Distributions/unix.mak
extras/contrib/src/Distributions/unix.mak
+1
-1
extras/contrib/src/Distributions/win32.mak
extras/contrib/src/Distributions/win32.mak
+1
-1
extras/contrib/src/Distributions/win64.mak
extras/contrib/src/Distributions/win64.mak
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-23
extras/contrib/src/Patches/libid3tag-0.15.1b-fix-CVE-2008-2109.patch
...rib/src/Patches/libid3tag-0.15.1b-fix-CVE-2008-2109.patch
+0
-19
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+0
-2
No files found.
extras/contrib/src/Distributions/beos.mak
View file @
20462501
...
...
@@ -2,7 +2,7 @@
ifeq
($(HOST),$(BUILD))
# Native build: we need perl, autoconf, etc first
all
:
.perl .autoconf .automake .libtool .iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .vorbisenc .theora
\
.a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss
\
.dvdnav .dvbpsi .dca .aclocal
#.speex seems
...
...
@@ -10,7 +10,7 @@ else
# Cross compiling: we already have the Linux tools, only build the
# libraries now
all
:
.iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .vorbisenc .theora
\
.a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .faad .faac .lame .twolame .ebml .matroska .ffmpeg .dvdcss
\
.dvdnav .dvbpsi .dca .aclocal
endif
...
...
extras/contrib/src/Distributions/darwin.mak
View file @
20462501
# Darwin rules
all
:
.autoconf .gnumake .automake .libtool .intl .pkgcfg .yasm .freetype
\
.fribidi .a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .vorbisenc .theora
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.png .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
...
...
extras/contrib/src/Distributions/darwin64.mak
View file @
20462501
# Darwin rules
all
:
.autoconf .gnumake .automake .libtool .intl .pkgcfg .yasm .freetype
\
.fribidi .a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .vorbisenc .theora
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.png .jpeg .tiff .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
...
...
extras/contrib/src/Distributions/debian.mak
View file @
20462501
# Debian Linux
all
:
.iconv .intl .freetype .fribidi .zlib
\
.a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .vorbisenc .theora
\
.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
\
...
...
extras/contrib/src/Distributions/fedora.mak
View file @
20462501
# Fedora Linux rules
# Most dependencies are available from livna repro.
all
:
.a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .vorbisenc .theora
\
all
:
.a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .faad .lame .ebml .matroska .ffmpeg
\
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.mpcdec
\
...
...
extras/contrib/src/Distributions/unix.mak
View file @
20462501
# Standard Linux or other UNIX-like systems
all
:
.iconv .intl .freetype .fribidi .zlib
\
.a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .vorbisenc .theora
\
.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
\
...
...
extras/contrib/src/Distributions/win32.mak
View file @
20462501
# WIN32 rules
all
:
.iconv .intl .freetype .fribidi .zlib
\
.a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .shout .vorbisenc .theora
\
.a52 .mpeg2 .mad .ogg .vorbis .shout .vorbisenc .theora
\
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss
\
.live .pthreads .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec .dirac .schroedinger
\
...
...
extras/contrib/src/Distributions/win64.mak
View file @
20462501
# WIN32 rules
all
:
.iconv .intl .freetype .fribidi .zlib
\
.a52 .mpeg2 .
id3tag .
mad .ogg .vorbis .shout .vorbisenc .theora
\
.a52 .mpeg2 .mad .ogg .vorbis .shout .vorbisenc .theora
\
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss
\
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
...
...
extras/contrib/src/Makefile
View file @
20462501
...
...
@@ -573,29 +573,6 @@ CLEAN_FILE += .mpeg2
CLEAN_PKG
+=
libmpeg2
DISTCLEAN_PKG
+=
libmpeg2-
$(LIBMPEG2_VERSION)
.tar.gz
# ***************************************************************************
# libid3tag
# ***************************************************************************
libid3tag-$(LIBID3TAG_VERSION).tar.gz
:
$(WGET)
$(LIBID3TAG_URL)
libid3tag
:
libid3tag-$(LIBID3TAG_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-d
libid3tag
-p0
< Patches/libid3tag-0.15.1b-fix-CVE-2008-2109.patch
ifdef
HAVE_DARWIN_OS
(
cd
$@
;
sed
-e
's%-dynamiclib%-dynamiclib -arch
$(ARCH)
%'
-i
.orig configure
)
endif
.id3tag
:
libid3tag
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.id3tag
CLEAN_PKG
+=
libid3tag
DISTCLEAN_PKG
+=
libid3tag-
$(LIBID3TAG_VERSION)
.tar.gz
# ***************************************************************************
# pcre
# ***************************************************************************
...
...
extras/contrib/src/Patches/libid3tag-0.15.1b-fix-CVE-2008-2109.patch
deleted
100644 → 0
View file @
8eed6bd4
***
field.c 2003-04-19 09:14:33.000000000 +0900
--- field-patched.c 2008-01-13 16:08:22.000000000 +0900
***************
*** 291,297 ****
end = *ptr + length;
! while (end - *ptr > 0) {
ucs4 = id3_parse_string(ptr, end - *ptr, *encoding, 0);
if (ucs4 == 0)
goto fail;
--- 291,297 ----
end = *ptr + length;
! while (end - *ptr > 0 && **ptr != '\0') {
ucs4 = id3_parse_string(ptr, end - *ptr, *encoding, 0);
if (ucs4 == 0)
goto fail;
extras/contrib/src/packages.mak
View file @
20462501
...
...
@@ -64,8 +64,6 @@ A52DEC_VERSION=0.7.4
A52DEC_URL
=
$(CONTRIB_VIDEOLAN)
/a52dec-
$(A52DEC_VERSION)
.tar.gz
LIBMPEG2_VERSION
=
0.5.1
LIBMPEG2_URL
=
http://libmpeg2.sourceforge.net/files/libmpeg2-
$(LIBMPEG2_VERSION)
.tar.gz
LIBID3TAG_VERSION
=
0.15.1b
LIBID3TAG_URL
=
$(CONTRIB_VIDEOLAN)
/libid3tag-
$(LIBID3TAG_VERSION)
.tar.gz
LIBMAD_VERSION
=
0.15.1b
LIBMAD_URL
=
$(CONTRIB_VIDEOLAN)
/libmad-
$(LIBMAD_VERSION)
.tar.gz
OGG_VERSION
=
1.2.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment