mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
builds: 4.0 is out, make it official
Change-Id: I61dc303c4d68a0d9cf559ecff2373f1f09fef01e
This commit is contained in:
parent
e094c599fa
commit
0b214badc8
2 changed files with 6 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Note! This is used by the www.rockbox.org infrastructure
|
# Note! This is used by the www.rockbox.org infrastructure
|
||||||
# to know what targets/etc should be displayed, built, and so forth.
|
# to know what targets/etc should be displayed, built, and so forth.
|
||||||
#
|
#
|
||||||
$publicrelease="3.15";
|
$publicrelease="4.0";
|
||||||
$releasedate="15 Nov 2019";
|
$releasedate="1 Apr 2025";
|
||||||
$releasenotes="/wiki/ReleaseNotes315";
|
$releasenotes="/wiki/ReleaseNotes400";
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ $releasenotes="/wiki/ReleaseNotes315";
|
||||||
# manual => 'modelname2', # optional (uses modelname2's manual)
|
# manual => 'modelname2', # optional (uses modelname2's manual)
|
||||||
# icon => 'modelname3', # optional (uses modelname3's icon)
|
# icon => 'modelname3', # optional (uses modelname3's icon)
|
||||||
# voice => 'modelname4' # optional (uses modelname4's voice)
|
# voice => 'modelname4' # optional (uses modelname4's voice)
|
||||||
# release => '3.14', # optional (final release version, if different from above)
|
# release => '3.14', # optional (final release version, if different from above. can be in future)
|
||||||
# manualok => 1, # optional (defaults 1 for status 3 and 0 for rest)
|
# manualok => 1, # optional (defaults 1 for status 3 and 0 for rest)
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
@ -453,24 +453,20 @@ $releasenotes="/wiki/ReleaseNotes315";
|
||||||
'agptekrocker' => {
|
'agptekrocker' => {
|
||||||
name => 'Agptek Rocker',
|
name => 'Agptek Rocker',
|
||||||
status => 3,
|
status => 3,
|
||||||
release => '4.0', # Remove once 4.0 lands
|
|
||||||
},
|
},
|
||||||
'xduoox3' => {
|
'xduoox3' => {
|
||||||
name => 'xDuoo X3',
|
name => 'xDuoo X3',
|
||||||
status => 3,
|
status => 3,
|
||||||
release => '4.0', # Remove once 4.0 lands
|
|
||||||
},
|
},
|
||||||
'xduoox3ii' => {
|
'xduoox3ii' => {
|
||||||
name => 'xDuoo X3ii',
|
name => 'xDuoo X3ii',
|
||||||
manualok => 0, # Remove when manual is written
|
manualok => 0, # Remove when manual is written
|
||||||
status => 3,
|
status => 3,
|
||||||
release => '4.0', # Remove once 4.0 lands
|
|
||||||
},
|
},
|
||||||
'xduoox20' => {
|
'xduoox20' => {
|
||||||
name => 'xDuoo X20',
|
name => 'xDuoo X20',
|
||||||
manualok => 0, # Remove when manual is written
|
manualok => 0, # Remove when manual is written
|
||||||
status => 3,
|
status => 3,
|
||||||
release => '4.0', # Remove once 4.0 lands
|
|
||||||
},
|
},
|
||||||
'fiiom3klinux' => {
|
'fiiom3klinux' => {
|
||||||
name => 'FiiO M3K (Linux)',
|
name => 'FiiO M3K (Linux)',
|
||||||
|
@ -479,16 +475,15 @@ $releasenotes="/wiki/ReleaseNotes315";
|
||||||
'fiiom3k' => {
|
'fiiom3k' => {
|
||||||
name => 'FiiO M3K',
|
name => 'FiiO M3K',
|
||||||
status => 3,
|
status => 3,
|
||||||
release => '4.0', # Remove once 4.0 lands
|
|
||||||
},
|
},
|
||||||
'aigoerosq' => {
|
'aigoerosq' => {
|
||||||
name => 'AIGO EROS Q / K (Hosted)',
|
name => 'AIGO EROS Q / K (Hosted)',
|
||||||
status => 2, # Do we promote this to stable?
|
status => 2, # Do we promote this to stable?
|
||||||
|
# manual => "erosqnative",
|
||||||
},
|
},
|
||||||
'erosqnative' => {
|
'erosqnative' => {
|
||||||
name => 'AIGO EROS Q / K (Native)',
|
name => 'AIGO EROS Q / K (Native)',
|
||||||
status => 3,
|
status => 3,
|
||||||
release => '4.0', # Remove once 4.0 lands
|
|
||||||
},
|
},
|
||||||
'ihifi770' => {
|
'ihifi770' => {
|
||||||
name => 'Xuelin iHIFI 770',
|
name => 'Xuelin iHIFI 770',
|
||||||
|
@ -505,7 +500,6 @@ $releasenotes="/wiki/ReleaseNotes315";
|
||||||
'shanlingq1' => {
|
'shanlingq1' => {
|
||||||
name => 'Shanling Q1',
|
name => 'Shanling Q1',
|
||||||
status => 3,
|
status => 3,
|
||||||
release => '4.0', # Remove once 4.0 lands
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ sub buildfonts {
|
||||||
`$c`;
|
`$c`;
|
||||||
|
|
||||||
print "Run 'make fontzip'\n" if($verbose);
|
print "Run 'make fontzip'\n" if($verbose);
|
||||||
`make fontzip`;
|
`make fontzip NODEPS=1`;
|
||||||
}
|
}
|
||||||
|
|
||||||
`git checkout $tag`;
|
`git checkout $tag`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue