Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
chromebrew
Commits
5bc27067
Commit
5bc27067
authored
Mar 17, 2018
by
Chris Thurber
Committed by
GitHub
Mar 17, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2094 from uberhacker/add-openrtsp-package
Add openrtsp package
parents
d12dad73
b41b9154
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
packages/openrtsp.rb
packages/openrtsp.rb
+23
-0
No files found.
packages/openrtsp.rb
0 → 100644
View file @
5bc27067
require
'package'
class
Openrtsp
<
Package
description
'"openRTSP" is a command-line program that can be used to open, stream, receive, and (optionally) record media streams that are specified by a RTSP URL - i.e., an URL that begins with rtsp://'
homepage
'http://www.live555.com/openRTSP/'
version
'2018.02.28'
source_url
'http://www.live555.com/liveMedia/public/live.2018.02.28.tar.gz'
source_sha256
'2db4f05616bdd21a609baf82c836486c44820c16a006315e02abe2b0b53a247e'
binary_url
({
})
binary_sha256
({
})
def
self
.
build
system
'./genMakefiles linux'
system
"CPP_FLAGS='-Wno-deprecated' PREFIX=
#{
CREW_PREFIX
}
LIBDIR=
#{
CREW_LIB_PREFIX
}
make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
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