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
bcda983a
Commit
bcda983a
authored
Jul 03, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add schroedinger
parent
322bc093
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
0 deletions
+51
-0
contrib/src/schroedinger/SHA512SUMS
contrib/src/schroedinger/SHA512SUMS
+1
-0
contrib/src/schroedinger/rules.mak
contrib/src/schroedinger/rules.mak
+29
-0
contrib/src/schroedinger/schroedinger-notests.patch
contrib/src/schroedinger/schroedinger-notests.patch
+21
-0
No files found.
contrib/src/schroedinger/SHA512SUMS
0 → 100644
View file @
bcda983a
732264bcf1a3d1005924d93534bb36f1473fcb94d288165b0184f2728029b2a496bbe9c06794e26a97a4f20516eda163b1e92768f4127670ff70af9b38f1ef19 schroedinger-1.0.10.tar.gz
contrib/src/schroedinger/rules.mak
0 → 100644
View file @
bcda983a
# schroedinger
SCHROEDINGER_VERSION
:=
1.0.10
SCHROEDINGER_URL
:=
http://diracvideo.org/download/schroedinger/schroedinger-
$(SCHROEDINGER_VERSION)
.tar.gz
NEED_SCHROEDINGER
=
$(
call
need_pkg,
"schroedinger-1.0"
)
$(TARBALLS)/schroedinger-$(SCHROEDINGER_VERSION).tar.gz
:
$(
call
download,
$(SCHROEDINGER_URL)
)
.sum-schroedinger
:
schroedinger-$(SCHROEDINGER_VERSION).tar.gz
schroedinger
:
schroedinger-$(SCHROEDINGER_VERSION).tar.gz .sum-schroedinger
$(UNPACK)
$(APPLY)
$(SRC)
/schroedinger/schroedinger-notests.patch
$(MOVE)
ifeq
($(NEED_SCHROEDINGER),)
.schroedinger
:
else
PKGS
+=
schroedinger
.schroedinger
:
schroedinger
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
--with-thread
=
none
--disable-gtk-doc
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
endif
touch
$@
contrib/src/schroedinger/schroedinger-notests.patch
0 → 100644
View file @
bcda983a
--- schroedinger/Makefile.am 2009-09-29 07:08:51.000000000 +0200
+++ schroedinger.new/Makefile.am 2010-01-09 02:18:41.000000000 +0100
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = schroedinger doc tools testsuite
+SUBDIRS = schroedinger doc tools
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
--- schroedinger/tools/Makefile.am 2010-01-04 03:52:01.000000000 +0100
+++ schroedinger.new/tools/Makefile.am 2010-05-08 20:50:30.000000000 +0200
@@ -5,7 +5,7 @@
AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) \
- $(ORC_CFLAGS) \
+ -L$(PREFIX)/lib $(ORC_CFLAGS) \
-DSCHRO_ENABLE_UNSTABLE_API
LDADD = $(SCHRO_LIBS)
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