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
f7a51fbe
Commit
f7a51fbe
authored
Jul 11, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add VNCServer, GPLv2+
We just use the libvncclient part though :)
parent
373496c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
contrib/src/vncserver/SHA512SUMS
contrib/src/vncserver/SHA512SUMS
+1
-0
contrib/src/vncserver/rules.mak
contrib/src/vncserver/rules.mak
+23
-0
No files found.
contrib/src/vncserver/SHA512SUMS
0 → 100644
View file @
f7a51fbe
a37a1aa7a8d38d1a734b22d55d5fbfd07332e64a22067eb937e04256e3034691b7a9506b13f2d73e10d1e4f1e9fc05e66b35321c93225505297ef0a9beba0458 LibVNCServer-0.9.9.tar.gz
contrib/src/vncserver/rules.mak
0 → 100644
View file @
f7a51fbe
# vncserver
VNCSERVER_VERSION
:=
0.9.9
VNCSERVER_URL
:=
$(SF)
/libvncserver/libvncserver/
$(VNCSERVER_VERSION)
/LibVNCServer-
$(VNCSERVER_VERSION)
.tar.gz
PKGS
+=
vncserver
ifeq
($(call need_pkg,"libvncclient"),)
PKGS_FOUND
+=
vncserver
endif
$(TARBALLS)/LibVNCServer-$(VNCSERVER_VERSION).tar.gz
:
$(
call
download,
$(VNCSERVER_URL)
)
.sum-vncserver
:
LibVNCServer-$(VNCSERVER_VERSION).tar.gz
vncserver
:
LibVNCServer-$(VNCSERVER_VERSION).tar.gz .sum-vncserver
$(UNPACK)
$(MOVE)
.vncserver
:
vncserver
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
&&
$(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