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
96d4c7f7
Commit
96d4c7f7
authored
Sep 15, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add openjpeg
This wasn't present in the old contribs
parent
bc577c01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
+32
-0
contrib/src/openjpeg/SHA512SUMS
contrib/src/openjpeg/SHA512SUMS
+1
-0
contrib/src/openjpeg/pkg-config.patch
contrib/src/openjpeg/pkg-config.patch
+11
-0
contrib/src/openjpeg/rules.mak
contrib/src/openjpeg/rules.mak
+20
-0
No files found.
contrib/src/openjpeg/SHA512SUMS
0 → 100644
View file @
96d4c7f7
3b7e07f9c41b007b45e607806073a42ee736d1fea7ab4286ed5046710adac910f656e5b40b420849852100b0fa1fd241597be90e0b2eb58e336fb73b757e1417 openjpeg_v1_4_sources_r697.tgz
contrib/src/openjpeg/pkg-config.patch
0 → 100644
View file @
96d4c7f7
--- openjpeg/Makefile.am 2011-01-02 19:14:55.000000000 +0100
+++ openjpeg.new/Makefile.am 2011-09-15 13:07:38.002469677 +0200
@@ -9,7 +9,7 @@
distclean-local: clean-local
-pkgconf_dir = /usr/lib/pkgconfig
+pkgconf_dir = $(libdir)/pkgconfig
install-data-hook:
@echo ""
contrib/src/openjpeg/rules.mak
0 → 100644
View file @
96d4c7f7
# jpeg
OPENJPEG_VERSION
:=
1_4_sources_r697
OPENJPEG_URL
:=
http://openjpeg.googlecode.com/files/openjpeg_v
$(OPENJPEG_VERSION)
.tgz
$(TARBALLS)/openjpeg_v$(OPENJPEG_VERSION).tgz
:
$(
call
download,
$(OPENJPEG_URL)
)
.sum-openjpeg
:
openjpeg_v$(OPENJPEG_VERSION).tgz
openjpeg
:
openjpeg_v$(OPENJPEG_VERSION).tgz .sum-openjpeg
$(UNPACK)
$(APPLY)
$(SRC)
/openjpeg/pkg-config.patch
$(MOVE)
.openjpeg
:
openjpeg
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
--enable-png
=
no
--enable-tiff
=
no
$(HOSTCONF)
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