Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
e6f8219d
Commit
e6f8219d
authored
Jun 28, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: improve UNPACK macro
parent
bd3ef966
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
16 deletions
+16
-16
contrib/src/a52/rules.mak
contrib/src/a52/rules.mak
+1
-1
contrib/src/ebml/rules.mak
contrib/src/ebml/rules.mak
+1
-1
contrib/src/flac/rules.mak
contrib/src/flac/rules.mak
+1
-1
contrib/src/live555/rules.mak
contrib/src/live555/rules.mak
+1
-1
contrib/src/lua/rules.mak
contrib/src/lua/rules.mak
+1
-1
contrib/src/main.mak
contrib/src/main.mak
+5
-5
contrib/src/matroska/rules.mak
contrib/src/matroska/rules.mak
+1
-1
contrib/src/ogg/rules.mak
contrib/src/ogg/rules.mak
+1
-1
contrib/src/speex/rules.mak
contrib/src/speex/rules.mak
+1
-1
contrib/src/theora/rules.mak
contrib/src/theora/rules.mak
+1
-1
contrib/src/tremor/rules.mak
contrib/src/tremor/rules.mak
+1
-1
contrib/src/vorbis/rules.mak
contrib/src/vorbis/rules.mak
+1
-1
No files found.
contrib/src/a52/rules.mak
View file @
e6f8219d
...
@@ -11,7 +11,7 @@ $(TARBALLS)/a52dec-$(A52DEC_VERSION).tar.gz:
...
@@ -11,7 +11,7 @@ $(TARBALLS)/a52dec-$(A52DEC_VERSION).tar.gz:
.sum-a52
:
a52dec-$(A52DEC_VERSION).tar.gz
.sum-a52
:
a52dec-$(A52DEC_VERSION).tar.gz
a52dec
:
a52dec-$(A52DEC_VERSION).tar.gz .sum-a52
a52dec
:
a52dec-$(A52DEC_VERSION).tar.gz .sum-a52
$(UNPACK
_GZ
)
$(UNPACK)
ifndef
HAVE_FPU
ifndef
HAVE_FPU
(
cd
$@
-
$(A52DEC_VERSION)
&&
patch
-p0
)
<
$(SRC)
/a52/liba52-fixed.diff
(
cd
$@
-
$(A52DEC_VERSION)
&&
patch
-p0
)
<
$(SRC)
/a52/liba52-fixed.diff
endif
endif
...
...
contrib/src/ebml/rules.mak
View file @
e6f8219d
...
@@ -10,7 +10,7 @@ $(TARBALLS)/libebml-$(EBML_VERSION).tar.bz2:
...
@@ -10,7 +10,7 @@ $(TARBALLS)/libebml-$(EBML_VERSION).tar.bz2:
.sum-ebml
:
libebml-$(EBML_VERSION).tar.bz2
.sum-ebml
:
libebml-$(EBML_VERSION).tar.bz2
libebml
:
libebml-$(EBML_VERSION).tar.bz2 .sum-ebml
libebml
:
libebml-$(EBML_VERSION).tar.bz2 .sum-ebml
$(UNPACK
_BZ2
)
$(UNPACK)
mv
$@
-
$(EBML_VERSION)
$@
mv
$@
-
$(EBML_VERSION)
$@
touch
$@
touch
$@
...
...
contrib/src/flac/rules.mak
View file @
e6f8219d
...
@@ -11,7 +11,7 @@ $(TARBALLS)/flac-$(FLAC_VERSION).tar.gz:
...
@@ -11,7 +11,7 @@ $(TARBALLS)/flac-$(FLAC_VERSION).tar.gz:
.sum-flac
:
flac-$(FLAC_VERSION).tar.gz
.sum-flac
:
flac-$(FLAC_VERSION).tar.gz
flac
:
flac-$(FLAC_VERSION).tar.gz .sum-flac
flac
:
flac-$(FLAC_VERSION).tar.gz .sum-flac
$(UNPACK
_GZ
)
$(UNPACK)
(
cd
$@
-
$(FLAC_VERSION)
&&
patch
-p1
)
<
$(SRC)
/flac/flac-win32.patch
(
cd
$@
-
$(FLAC_VERSION)
&&
patch
-p1
)
<
$(SRC)
/flac/flac-win32.patch
(
cd
$@
-
$(FLAC_VERSION)
&&
patch
-p1
)
<
$(SRC)
/flac/libFLAC-pc.patch
(
cd
$@
-
$(FLAC_VERSION)
&&
patch
-p1
)
<
$(SRC)
/flac/libFLAC-pc.patch
ifdef
HAVE_MACOSX
ifdef
HAVE_MACOSX
...
...
contrib/src/live555/rules.mak
View file @
e6f8219d
...
@@ -10,7 +10,7 @@ $(TARBALLS)/live555-latest.tar.gz:
...
@@ -10,7 +10,7 @@ $(TARBALLS)/live555-latest.tar.gz:
.sum-live555
:
live555-latest.tar.gz
.sum-live555
:
live555-latest.tar.gz
live555
:
live555-latest.tar.gz .sum-live555
live555
:
live555-latest.tar.gz .sum-live555
$(UNPACK
_GZ
)
$(UNPACK)
patch
-p0
<
$(SRC)
/live555/live-uselocale.patch
patch
-p0
<
$(SRC)
/live555/live-uselocale.patch
patch
-p0
<
$(SRC)
/live555/live-inet_ntop.patch
patch
-p0
<
$(SRC)
/live555/live-inet_ntop.patch
ifdef
HAVE_WIN64
ifdef
HAVE_WIN64
...
...
contrib/src/lua/rules.mak
View file @
e6f8219d
...
@@ -27,7 +27,7 @@ $(TARBALLS)/lua-$(LUA_VERSION).tar.gz:
...
@@ -27,7 +27,7 @@ $(TARBALLS)/lua-$(LUA_VERSION).tar.gz:
.sum-lua
:
lua-$(LUA_VERSION).tar.gz
.sum-lua
:
lua-$(LUA_VERSION).tar.gz
lua
:
lua-$(LUA_VERSION).tar.gz .sum-lua
lua
:
lua-$(LUA_VERSION).tar.gz .sum-lua
$(UNPACK
_GZ
)
$(UNPACK)
(
cd
$@
-
$(LUA_VERSION)
&&
patch
-p1
)
<
$(SRC)
/lua/lua-noreadline.patch
(
cd
$@
-
$(LUA_VERSION)
&&
patch
-p1
)
<
$(SRC)
/lua/lua-noreadline.patch
ifdef
HAVE_MACOSX
ifdef
HAVE_MACOSX
(
cd
$@
-
$(LUA_VERSION)
&&
\
(
cd
$@
-
$(LUA_VERSION)
&&
\
...
...
contrib/src/main.mak
View file @
e6f8219d
...
@@ -162,11 +162,11 @@ checksum = (cd $(TARBALLS) && $(1)sum -c -) < \
...
@@ -162,11 +162,11 @@ checksum = (cd $(TARBALLS) && $(1)sum -c -) < \
$(SRC)
/
$(
patsubst
.sum-%,%,
$@
)
/
$(2)
SUMS
$(SRC)
/
$(
patsubst
.sum-%,%,
$@
)
/
$(2)
SUMS
CHECK_SHA256
=
$(
call
checksum,sha512,SHA512
)
CHECK_SHA256
=
$(
call
checksum,sha512,SHA512
)
CHECK_SHA512
=
$(
call
checksum,sha512,SHA512
)
CHECK_SHA512
=
$(
call
checksum,sha512,SHA512
)
untar
=
$(RM)
-R
$@
;
tar
xv
$(1)
f
$<
UNPACK
=
$(RM)
-R
$@
\
UNPACK_GZ
=
$(
call
untar,z
)
$(
foreach
f,
$(
filter
%.tar.gz %.tgz,
$^
)
,
&&
tar
xvzf
$(f)
)
\
UNPACK_BZ2
=
$(
call
untar,j
)
$(
foreach
f,
$(
filter
%.tar.bz2,
$^
)
,
&&
tar
xvjf
$(f)
)
\
UNPACK_XZ
=
$(
call
untar,J
)
$(
foreach
f,
$(
filter
%.tar.xz,
$^
)
,
&&
tar
xvJf
$(f)
)
\
UNPACK_ZIP
=
$(RM)
-R
$@
;
unzip
$<
$(
foreach
f,
$(
filter
%.zip,
$^
)
,
&&
unzip
$(f)
)
#
#
# Per-package build rules
# Per-package build rules
...
...
contrib/src/matroska/rules.mak
View file @
e6f8219d
...
@@ -12,7 +12,7 @@ $(TARBALLS)/libmatroska-$(MATROSKA_VERSION).tar.bz2:
...
@@ -12,7 +12,7 @@ $(TARBALLS)/libmatroska-$(MATROSKA_VERSION).tar.bz2:
.sum-matroska
:
libmatroska-$(MATROSKA_VERSION).tar.bz2
.sum-matroska
:
libmatroska-$(MATROSKA_VERSION).tar.bz2
libmatroska
:
libmatroska-$(MATROSKA_VERSION).tar.bz2 .sum-matroska
libmatroska
:
libmatroska-$(MATROSKA_VERSION).tar.bz2 .sum-matroska
$(UNPACK
_BZ2
)
$(UNPACK)
mv
$@
-
$(MATROSKA_VERSION)
$@
mv
$@
-
$(MATROSKA_VERSION)
$@
touch
$@
touch
$@
...
...
contrib/src/ogg/rules.mak
View file @
e6f8219d
...
@@ -14,7 +14,7 @@ $(TARBALLS)/libogg-$(OGG_VERSION).tar.xz:
...
@@ -14,7 +14,7 @@ $(TARBALLS)/libogg-$(OGG_VERSION).tar.xz:
.sum-ogg
:
libogg-$(OGG_VERSION).tar.xz
.sum-ogg
:
libogg-$(OGG_VERSION).tar.xz
libogg
:
libogg-$(OGG_VERSION).tar.xz .sum-ogg
libogg
:
libogg-$(OGG_VERSION).tar.xz .sum-ogg
$(UNPACK
_XZ
)
$(UNPACK)
(
cd
$@
-
$(OGG_VERSION)
&&
patch
-p1
)
<
$(SRC)
/ogg/libogg-1.1.patch
(
cd
$@
-
$(OGG_VERSION)
&&
patch
-p1
)
<
$(SRC)
/ogg/libogg-1.1.patch
ifdef
HAVE_WINCE
ifdef
HAVE_WINCE
(
cd
$@
-
$(OGG_VERSION)
&&
patch
-p1
)
<
$(SRC)
/ogg/libogg-wince.patch
(
cd
$@
-
$(OGG_VERSION)
&&
patch
-p1
)
<
$(SRC)
/ogg/libogg-wince.patch
...
...
contrib/src/speex/rules.mak
View file @
e6f8219d
...
@@ -11,7 +11,7 @@ $(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz:
...
@@ -11,7 +11,7 @@ $(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz:
.sum-speex
:
speex-$(SPEEX_VERSION).tar.gz
.sum-speex
:
speex-$(SPEEX_VERSION).tar.gz
speex
:
speex-$(SPEEX_VERSION).tar.gz .sum-speex
speex
:
speex-$(SPEEX_VERSION).tar.gz .sum-speex
$(UNPACK
_GZ
)
$(UNPACK)
mv
$@
-
$(SPEEX_VERSION)
$@
mv
$@
-
$(SPEEX_VERSION)
$@
touch
$@
touch
$@
...
...
contrib/src/theora/rules.mak
View file @
e6f8219d
...
@@ -12,7 +12,7 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz:
...
@@ -12,7 +12,7 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz:
.sum-theora
:
libtheora-$(THEORA_VERSION).tar.xz
.sum-theora
:
libtheora-$(THEORA_VERSION).tar.xz
libtheora
:
libtheora-$(THEORA_VERSION).tar.xz .sum-theora
libtheora
:
libtheora-$(THEORA_VERSION).tar.xz .sum-theora
$(UNPACK
_XZ
)
$(UNPACK)
(
cd
$@
-
$(THEORA_VERSION)
&&
patch
-p1
)
<
$(SRC)
/theora/libtheora-includes.patch
(
cd
$@
-
$(THEORA_VERSION)
&&
patch
-p1
)
<
$(SRC)
/theora/libtheora-includes.patch
ifdef
HAVE_WIN64
ifdef
HAVE_WIN64
cd
$@
&&
autoreconf
-fi
-I
m4
cd
$@
&&
autoreconf
-fi
-I
m4
...
...
contrib/src/tremor/rules.mak
View file @
e6f8219d
...
@@ -15,7 +15,7 @@ $(TARBALLS)/tremor-svn.tar.xz:
...
@@ -15,7 +15,7 @@ $(TARBALLS)/tremor-svn.tar.xz:
tremor
:
tremor-svn.tar.xz .sum-tremor
tremor
:
tremor-svn.tar.xz .sum-tremor
# Stuff that does not depend on libogg
# Stuff that does not depend on libogg
$(UNPACK
_XZ
)
$(UNPACK)
(
cd
tremor-svn
&&
patch
-p0
)
<
$(SRC)
/tremor/tremor.patch
(
cd
tremor-svn
&&
patch
-p0
)
<
$(SRC)
/tremor/tremor.patch
rm
-f
tremor-svn/ogg.h tremor-svn/os_types.h
rm
-f
tremor-svn/ogg.h tremor-svn/os_types.h
echo
'#include <ogg/ogg.h>'
>
tremor-svn/ogg.h
echo
'#include <ogg/ogg.h>'
>
tremor-svn/ogg.h
...
...
contrib/src/vorbis/rules.mak
View file @
e6f8219d
...
@@ -17,7 +17,7 @@ $(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz:
...
@@ -17,7 +17,7 @@ $(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz:
.sum-vorbis
:
libvorbis-$(VORBIS_VERSION).tar.xz
.sum-vorbis
:
libvorbis-$(VORBIS_VERSION).tar.xz
libvorbis
:
libvorbis-$(VORBIS_VERSION).tar.xz .sum-vorbis
libvorbis
:
libvorbis-$(VORBIS_VERSION).tar.xz .sum-vorbis
$(UNPACK
_XZ
)
$(UNPACK)
mv
$@
-
$(VORBIS_VERSION)
$@
mv
$@
-
$(VORBIS_VERSION)
$@
touch
$@
touch
$@
...
...
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