Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autopsy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Autopsy
Commits
e7604143
Commit
e7604143
authored
1 year ago
by
Greg DiCristofaro
Browse files
Options
Downloads
Patches
Plain Diff
gstreamer updates
parent
4182b3b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snap/snapcraft.yaml
+4
-3
4 additions, 3 deletions
snap/snapcraft.yaml
with
4 additions
and
3 deletions
snap/snapcraft.yaml
+
4
−
3
View file @
e7604143
...
@@ -66,15 +66,15 @@ apps:
...
@@ -66,15 +66,15 @@ apps:
# provide means for java gstreamer to find gstreamer libs with jna.library.path
# provide means for java gstreamer to find gstreamer libs with jna.library.path
# set user home to new home value to avoid issues writing cache files to home
# set user home to new home value to avoid issues writing cache files to home
# can also specify '-Djdk.gtk.verbose=true' for gtk verbose logging: https://stackoverflow.com/a/22457177
# can also specify '-Djdk.gtk.verbose=true' for gtk verbose logging: https://stackoverflow.com/a/22457177
jreflags
:
$jreflags '-Djdk.gtk.version=3' '-Duser.home=$SNAP_USER_COMMON' '-Djava.io.tmpdir=$SNAP_USER_COMMON/tmp' '-Djna.library.path=$SNAP/usr/lib/x86_64-linux-gnu:$SNAP/usr/local/lib'
jreflags
:
$jreflags '-Djdk.gtk.version=3' '-Duser.home=$SNAP_USER_COMMON' '-Djava.io.tmpdir=$SNAP_USER_COMMON/tmp' '-Djna.library.path=$SNAP
_DESKTOP_RUNTIME
/usr/lib/x86_64-linux-gnu:$SNAP/usr/local/lib'
# to load libtsk.so and gstreamer
# to load libtsk.so and gstreamer
LD_LIBRARY_PATH
:
$SNAP/usr/local/lib:$SNAP/lib:$SNAP/usr/lib:$SNAP/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
LD_LIBRARY_PATH
:
$SNAP/usr/local/lib:$SNAP/lib:$SNAP/usr/lib:$SNAP/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
# make sure path is set up to ensure things like photorec are found
# make sure path is set up to ensure things like photorec are found
PATH
:
$SNAP/usr/bin:$SNAP/usr/local/bin:$PATH
PATH
:
$SNAP/usr/bin:$SNAP/usr/local/bin:$PATH
# gstreamer scans for plugins (i.e. app integration plugins). this tells gstreamer where to look for the scanner and libraries
# gstreamer scans for plugins (i.e. app integration plugins). this tells gstreamer where to look for the scanner and libraries
# more information here: https://forum.snapcraft.io/t/trouble-with-ros-and-gstreamer/5518/6
# more information here: https://forum.snapcraft.io/t/trouble-with-ros-and-gstreamer/5518/6
GST_PLUGIN_SYSTEM_PATH
:
$SNAP/usr/lib/x86_64-linux-gnu/gstreamer-1.0
GST_PLUGIN_SYSTEM_PATH
:
$SNAP
_DESKTOP_RUNTIME
/usr/lib/x86_64-linux-gnu/gstreamer-1.0
:$GST_PLUGIN_SYSTEM_PATH
GST_PLUGIN_SCANNER
:
$SNAP/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner
GST_PLUGIN_SCANNER
:
$SNAP
_DESKTOP_RUNTIME
/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner
SOLR_LOGS_DIR
:
$SNAP_USER_COMMON/.autopsy/dev/solr/logs
SOLR_LOGS_DIR
:
$SNAP_USER_COMMON/.autopsy/dev/solr/logs
SOLR_PID_DIR
:
$SNAP_USER_COMMON/.autopsy/dev/solr/logs
SOLR_PID_DIR
:
$SNAP_USER_COMMON/.autopsy/dev/solr/logs
# taken from thunderbird snap: https://github.com/ubuntu/thunderbird/blob/stable/snapcraft.yaml
# taken from thunderbird snap: https://github.com/ubuntu/thunderbird/blob/stable/snapcraft.yaml
...
@@ -186,6 +186,7 @@ parts:
...
@@ -186,6 +186,7 @@ parts:
-
gstreamer1.0-gtk3
-
gstreamer1.0-gtk3
-
gstreamer1.0-qt5
-
gstreamer1.0-qt5
-
gstreamer1.0-pulseaudio
-
gstreamer1.0-pulseaudio
# java req
-
openjdk-17-jre
-
openjdk-17-jre
-
openjdk-17-jdk
-
openjdk-17-jdk
-
perl
-
perl
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment