Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Merge requests
!174
Remove ffmpeg and openh264 from our channel in favor of defaults
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Remove ffmpeg and openh264 from our channel in favor of defaults
remove-ffmpeg
into
master
Overview
2
Commits
1
Pipelines
3
Changes
2
Merged
Remove ffmpeg and openh264 from our channel in favor of defaults
Amir MOHAMMADI
requested to merge
remove-ffmpeg
into
master
Oct 28, 2020
Overview
2
Commits
1
Pipelines
3
Changes
2
ffmpeg 4.2 with support of h264 is available in the defaults channel.
Edited
Oct 28, 2020
by
Amir MOHAMMADI
0
0
Merge request reports
Compare
master
version 2
bb48dba9
Oct 28, 2020
version 1
ad58aae8
Oct 28, 2020
master (base)
and
latest version
latest version
342b7acc
1 commit,
Oct 28, 2020
version 2
bb48dba9
1 commit,
Oct 28, 2020
version 1
ad58aae8
1 commit,
Oct 28, 2020
2 files
+
24
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
deps/repodata-patches/gen_patch_json.py
+
24
−
1
View file @ 342b7acc
Edit in single-file editor
Open in Web IDE
Show full file
@@ -25,7 +25,19 @@ SUBDIRS = (
)
REMOVALS
=
{
"
osx-64
"
:
{},
"
osx-64
"
:
{
"
openh264-1.7.0-h18e5fc6_2.conda
"
,
"
openh264-1.7.0-h89e8454_1.tar.bz2
"
,
"
ffmpeg-2.8.10-0.tar.bz2
"
,
"
ffmpeg-2.8.10-1.tar.bz2
"
,
"
ffmpeg-2.8.10-2.tar.bz2
"
,
"
ffmpeg-2.8.10-3.tar.bz2
"
,
"
ffmpeg-2.8.10-4.tar.bz2
"
,
"
ffmpeg-3.4-h3b64a03_1.tar.bz2
"
,
"
ffmpeg-4.0-h18e5fc6_2.conda
"
,
"
ffmpeg-4.0-h2047f9e_1.tar.bz2
"
,
"
ffmpeg-4.0-he86247c_0.tar.bz2
"
,
},
"
linux-64
"
:
{
"
kaldi-1!5.5.164-h93a79c4_1.conda
"
,
"
kaldi-1!5.5.164-h13f0c7c_0.conda
"
,
@@ -33,6 +45,17 @@ REMOVALS = {
"
kaldi-2017.03.13-h6bb2d05_3.tar.bz2
"
,
"
kaldi-r7271.1a4dbf6-h6bb2d05_2.tar.bz2
"
,
"
kaldi-r7271.1a4dbf6-0.tar.bz2
"
,
"
openh264-1.7.0-hc521636_1.tar.bz2
"
,
"
openh264-1.7.0-hf6c5f75_2.conda
"
,
"
ffmpeg-2.8.10-0.tar.bz2
"
,
"
ffmpeg-2.8.10-1.tar.bz2
"
,
"
ffmpeg-2.8.10-2.tar.bz2
"
,
"
ffmpeg-2.8.10-3.tar.bz2
"
,
"
ffmpeg-2.8.10-4.tar.bz2
"
,
"
ffmpeg-3.4-hdec9c9a_1.tar.bz2
"
,
"
ffmpeg-4.0-hadceb68_1.tar.bz2
"
,
"
ffmpeg-4.0-hdb0e523_0.tar.bz2
"
,
"
ffmpeg-4.0-hf6c5f75_2.conda
"
,
},
"
noarch
"
:
{},
}
Loading