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
73257530
Commit
73257530
authored
Jul 05, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add SDL_image
parent
72959a53
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
0 deletions
+52
-0
contrib/src/SDL_image/SDL_image.patch
contrib/src/SDL_image/SDL_image.patch
+27
-0
contrib/src/SDL_image/SHA512SUMS
contrib/src/SDL_image/SHA512SUMS
+1
-0
contrib/src/SDL_image/rules.mak
contrib/src/SDL_image/rules.mak
+24
-0
No files found.
contrib/src/SDL_image/SDL_image.patch
0 → 100644
View file @
73257530
diff -ruN SDL_image/Makefile.am SDL_image_new/Makefile.am
--- SDL_image/Makefile.am 2007-07-21 07:26:34.000000000 +0200
+++ SDL_image_new/Makefile.am 2007-08-04 12:08:51.000000000 +0200
@@ -44,7 +44,6 @@
else
libSDL_image_la_LDFLAGS = \
-no-undefined \
- -release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_image_la_LIBADD = $(IMG_LIBS)
endif
diff -ruN SDL_image/Makefile.in SDL_image_new/Makefile.in
--- SDL_image/Makefile.in 2007-07-21 07:27:57.000000000 +0200
+++ SDL_image_new/Makefile.in 2007-08-04 12:12:00.000000000 +0200
@@ -260,12 +260,10 @@
@USE_VERSION_RC_FALSE@libSDL_image_la_LDFLAGS = \
@USE_VERSION_RC_FALSE@ -no-undefined \
-@USE_VERSION_RC_FALSE@ -release $(LT_RELEASE) \
@USE_VERSION_RC_FALSE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
@USE_VERSION_RC_TRUE@libSDL_image_la_LDFLAGS = \
@USE_VERSION_RC_TRUE@ -no-undefined \
-@USE_VERSION_RC_TRUE@ -release $(LT_RELEASE) \
@USE_VERSION_RC_TRUE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -Wl,version.o
@USE_VERSION_RC_FALSE@libSDL_image_la_LIBADD = $(IMG_LIBS)
contrib/src/SDL_image/SHA512SUMS
0 → 100644
View file @
73257530
0ccdde079d62979f5e482711eca40db65dbf791ceb36ff6c9bc5ac43b5187f61403876f1c4a8628cdc932e4b07ed09ae7ab6c1e05d998fa4e80c5efbd7a5ed0b SDL_image-1.2.10.tar.gz
contrib/src/SDL_image/rules.mak
0 → 100644
View file @
73257530
# SDL_image
SDL_IMAGE_VERSION
:=
1.2.10
SDL_IMAGE_URL
:=
http://www.libsdl.org/projects/SDL_image/release/SDL_image-
$(SDL_IMAGE_VERSION)
.tar.gz
PKGS
+=
SDL_image
ifeq
($(call need_pkg,"SDL_image"),)
PKGS_FOUND
+=
SDL_image
endif
$(TARBALLS)/SDL_image-$(SDL_IMAGE_VERSION).tar.gz
:
$(
call
download,
$(SDL_IMAGE_URL)
)
.sum-SDL_image
:
SDL_image-$(SDL_IMAGE_VERSION).tar.gz
SDL_image
:
SDL_image-$(SDL_IMAGE_VERSION).tar.gz .sum-SDL_image
$(UNPACK)
$(APPLY)
$(SRC)
/SDL_image/SDL_image.patch
$(MOVE)
.SDL_image
:
SDL_image .png .jpeg .sdl
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-tif
--disable-sdltest
cd
$<
&&
$(MAKE)
install
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