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
nexedi
chromebrew
Commits
ee90a623
Commit
ee90a623
authored
Dec 03, 2018
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gtk2 dependency and fix wrong sha256 hash for ffmpegthumbnailer
parent
3cb168c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
packages/ffmpegthumbnailer.rb
packages/ffmpegthumbnailer.rb
+2
-2
packages/spacefm.rb
packages/spacefm.rb
+1
-0
No files found.
packages/ffmpegthumbnailer.rb
View file @
ee90a623
...
...
@@ -3,7 +3,7 @@ require 'package'
class
Ffmpegthumbnailer
<
Package
description
'FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file managers to create thumbnails for your video files.'
homepage
'https://github.com/dirkvdb/ffmpegthumbnailer'
version
'2.2.0'
version
'2.2.0
-1
'
source_url
'https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.2.0/ffmpegthumbnailer-2.2.0.tar.bz2'
source_sha256
'e5c31299d064968198cd378f7488e52cd5e738fac998eea780bc77d7f32238c2'
...
...
@@ -17,7 +17,7 @@ class Ffmpegthumbnailer < Package
aarch64:
'747253e634463bd56136959ba3d9af7a2471dab0b6ea25942c2393e63c8c2a32'
,
armv7l:
'd87b2c125e50ecc2556594995889eba190dff239f3e3d9707f7cb73dc4a6adc8'
,
i686:
'e47f302bf25775143bd1e7b0a62af36dfe734d7f9766c5e9a13c4eee54b69701'
,
x86_64:
'
61cb62cb5162ebae8ab981bf14e0187cef4529ebf100f68c4ddf2ba15b39de31
'
,
x86_64:
'
1ca2b6e0d414f56c48952814a8470e01c012d11434ab3c26fa28dfbb39b13890
'
,
})
depends_on
'ffmpeg'
...
...
packages/spacefm.rb
View file @
ee90a623
...
...
@@ -20,6 +20,7 @@ class Spacefm < Package
x86_64:
'9a347033bb9eb459beddbc793b86f9462f523a28e45250072def822e91adcdf7'
,
})
depends_on
'gtk2'
depends_on
'gtk3'
depends_on
'ffmpegthumbnailer'
depends_on
'hicolor_icon_theme'
...
...
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