mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
Nuke maemo (nokian800/nokian900) and [open]pandora targets
They haven't seen any work since 2013, and likely hasn't compiled in at least a couple of releases -- not that we ever "released" anything for these targets. Futhermore, upstream for both has been effectively dead for about as long, and there's been no user reports of these being used since 2017 (and even then only in passing). It isn't worth the effort to triage their current state, much less uplift into something supportable, while the maintenance burden of keeping these things in-tree can be demonstrated by the diffstat. Change-Id: Id93bd450679d1b75e2c74295b3ae1548cd241b24
This commit is contained in:
parent
c47c075bd3
commit
bbcf210c94
36 changed files with 18 additions and 1728 deletions
|
|
@ -1,64 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
|
||||
|
||||
<!-- Note: Don't change the unique ID -->
|
||||
<package id="rockbox.thomasjfox.003">
|
||||
<author name="Thomas Jarosch" website="http://www.rockbox.org"/>
|
||||
|
||||
<!-- Note: Another version tag below -->
|
||||
<version major="3" minor="13" release="x" build="1"/>
|
||||
|
||||
<titles>
|
||||
<title lang="en_US">Rockbox</title>
|
||||
</titles>
|
||||
|
||||
<descriptions>
|
||||
<description lang="en_US">rockbox digital music player</description>
|
||||
</descriptions>
|
||||
|
||||
<icon src="rockbox.png"/>
|
||||
</package>
|
||||
|
||||
<!-- Note: Don't change the unique ID -->
|
||||
<application id="rockbox.thomasjfox.003" appdata="rockbox">
|
||||
<exec command="run_rockbox.sh"/>
|
||||
|
||||
<!-- Old title tag for pre hotfix6 OS version -->
|
||||
<title lang="en_US">Rockbox</title>
|
||||
<titles>
|
||||
<title lang="en_US">Rockbox</title>
|
||||
</titles>
|
||||
|
||||
<!-- if you want to provide a manual, uncomment the following line and set correct values! -->
|
||||
<!-- <info name=" manual" type="html" src="manual.html"/> -->
|
||||
|
||||
<author name="The rockbox team" website="http://www.rockbox.org"/>
|
||||
|
||||
<version major="3" minor="13" release="x" build="1"/>
|
||||
|
||||
<osversion major="1" minor="0" release="0" build="0"/>
|
||||
|
||||
<descriptions>
|
||||
<description lang="en_US">rockbox digital music player</description>
|
||||
</descriptions>
|
||||
|
||||
<icon src="rockbox.png"/>
|
||||
|
||||
<licenses>
|
||||
<license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://rockbox.org"/>
|
||||
<license name="other"/>
|
||||
</licenses>
|
||||
|
||||
<previewpics>
|
||||
<pic src="rockbox_preview.jpg"/>
|
||||
</previewpics>
|
||||
|
||||
<categories>
|
||||
<category name="Audio">
|
||||
<subcategory name="Player"/>
|
||||
</category>
|
||||
</categories>
|
||||
|
||||
</application>
|
||||
|
||||
</PXML>
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
PANDORA_DIR=$(ROOTDIR)/packaging/pandora
|
||||
PND_MAKE=/usr/local/angstrom/arm/scripts/pnd_make
|
||||
PND_BUILD_DIR=pnddir
|
||||
|
||||
pnddir:
|
||||
mkdir $(PND_BUILD_DIR)
|
||||
|
||||
pnd: pnddir $(PND_MAKE) $(DEPFILE) build
|
||||
# Creating PND file
|
||||
make PREFIX=$(PND_BUILD_DIR)/rockbox fullinstall
|
||||
|
||||
# Install Pandora build files
|
||||
cp $(PANDORA_DIR)/PXML.xml $(PND_BUILD_DIR)
|
||||
cp $(PANDORA_DIR)/rockbox.png $(PND_BUILD_DIR)
|
||||
cp $(PANDORA_DIR)/rockbox_preview.jpg $(PND_BUILD_DIR)
|
||||
cp $(PANDORA_DIR)/run_rockbox.sh $(PND_BUILD_DIR)
|
||||
|
||||
# Remove stuff that's broken because of missing keymapping.
|
||||
# Otherwise the user will have a hard time to shut down rockbox
|
||||
rm -f $(PND_BUILD_DIR)/rockbox/lib/rockbox/rocks/apps/*
|
||||
rm -f $(PND_BUILD_DIR)/rockbox/lib/rockbox/rocks/demos/*
|
||||
rm -f $(PND_BUILD_DIR)/rockbox/lib/rockbox/rocks/games/*
|
||||
|
||||
# Add docs folder
|
||||
cp -rf $(ROOTDIR)/docs $(PND_BUILD_DIR)
|
||||
|
||||
# Fix up permissions
|
||||
chmod -R a+r $(PND_BUILD_DIR)
|
||||
|
||||
# Invoke pndmake
|
||||
$(PND_MAKE) -p rockbox.pnd -d $(PND_BUILD_DIR) -x $(PND_BUILD_DIR)/PXML.xml -i $(PND_BUILD_DIR)/rockbox.png -c
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 99 KiB |
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
CONFIG_DIR=.config/rockbox.org
|
||||
mkdir --parents $CONFIG_DIR
|
||||
|
||||
# Copy over a default config file or set default language
|
||||
# cp --no-clobber config.cfg.default $CONFIG_DIR/config.cfg
|
||||
|
||||
export HOME=$(pwd)
|
||||
./rockbox/bin/rockbox
|
||||
Loading…
Add table
Add a link
Reference in a new issue