Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
d75145f3
Commit
d75145f3
authored
Sep 11, 2006
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Contribs: Remove unneeded files
* Contribs: change gz => bz2 for autoconf package
parent
dd91fd88
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2878 deletions
+7
-2878
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+6
-5
extras/contrib/src/Patches/tiff-cross.patch
extras/contrib/src/Patches/tiff-cross.patch
+0
-27
extras/contrib/src/Patches/tiff.patch
extras/contrib/src/Patches/tiff.patch
+0
-2845
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
d75145f3
...
...
@@ -178,7 +178,8 @@ else
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.dvdnav .dvbpsi .wxwidgets .qt4 .dirac
\
.dx_headers .dshow_headers .aclocal .gecko-win32 .unicows .libdca
.dx_headers .dshow_headers .aclocal .gecko-win32 .unicows .libdca
\
.SDL_image
# .SDL_image .daap .cddb .cdio .vcdimager .portaudio
else
...
...
@@ -310,11 +311,11 @@ endif
# autoconf
# ***************************************************************************
autoconf-$(AUTOCONF_VERSION).tar.
gz
:
autoconf-$(AUTOCONF_VERSION).tar.
bz2
:
$(WGET)
$(AUTOCONF_URL)
autoconf
:
autoconf-$(AUTOCONF_VERSION).tar.
gz
$(EXTRACT_
GZ
)
autoconf
:
autoconf-$(AUTOCONF_VERSION).tar.
bz2
$(EXTRACT_
BZ2
)
.autoconf
:
autoconf
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
...
...
@@ -322,7 +323,7 @@ autoconf: autoconf-$(AUTOCONF_VERSION).tar.gz
CLEAN_FILE
+=
.autoconf
CLEAN_PKG
+=
autoconf
DISTCLEAN_PKG
+=
autoconf-
$(AUTOCONF_VERSION)
.tar.
gz
DISTCLEAN_PKG
+=
autoconf-
$(AUTOCONF_VERSION)
.tar.
bz2
# ***************************************************************************
# libtool
...
...
extras/contrib/src/Patches/tiff-cross.patch
deleted
100644 → 0
View file @
dd91fd88
diff -Naur tiff/libtiff/Makefile.in tiff-new/libtiff/Makefile.in
--- tiff/libtiff/Makefile.in 1996-04-30 00:16:21.000000000 +0200
+++ tiff-new/libtiff/Makefile.in 2005-08-31 20:06:07.000000000 +0200
@@ -206,9 +206,9 @@
ALPHA = @ALPHAFILE@
VERSION = @VERSIONFILE@
-
+# Gruick hard code gcc if we crosscompile
version.h: ${VERSION} ${ALPHA} ${SRCDIR}/mkversion.c
- ${CC} -o mkversion ${CFLAGS} ${SRCDIR}/mkversion.c
+ gcc -o mkversion ${CFLAGS} ${SRCDIR}/mkversion.c
rm -f version.h; ./mkversion -v ${VERSION} -a ${ALPHA} version.h
tif_version.o: version.h
@@ -217,8 +217,10 @@
# are generated by the mkg3states program. On systems without
# make these rules have to be manually carried out.
#
+#Gruikk. hard code gcc when we cross-compile
+#
tif_fax3sm.c: ${SRCDIR}/mkg3states.c ${SRCDIR}/tif_fax3.h
- ${CC} -o mkg3states ${CFLAGS} ${SRCDIR}/mkg3states.c
+ gcc -o mkg3states ${CFLAGS} ${SRCDIR}/mkg3states.c
rm -f tif_fax3sm.c; ./mkg3states -c const tif_fax3sm.c
tif_aux.o: ${SRCDIR}/tif_aux.c
extras/contrib/src/Patches/tiff.patch
deleted
100644 → 0
View file @
dd91fd88
This diff is collapsed.
Click to expand it.
extras/contrib/src/packages.mak
View file @
d75145f3
...
...
@@ -31,7 +31,7 @@ PERL_URL=http://ftp.funet.fi/pub/CPAN/src/perl-$(PERL_VERSION).tar.gz
# Autoconf > 2.57 doesn't work ok on BeOS. Don't ask why.
# we have to use a newer though, because bootstrap won't work otherwise
AUTOCONF_VERSION
=
2.60
AUTOCONF_URL
=
$(GNU)
/autoconf/autoconf-
$(AUTOCONF_VERSION)
.tar.
gz
AUTOCONF_URL
=
$(GNU)
/autoconf/autoconf-
$(AUTOCONF_VERSION)
.tar.
bz2
LIBTOOL_VERSION
=
1.5.6
LIBTOOL_URL
=
$(GNU)
/libtool/libtool-
$(LIBTOOL_VERSION)
.tar.gz
AUTOMAKE_VERSION
=
1.9.6
...
...
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