Dingoonity.org

GCW Zero => Releases => Topic started by: radon86 on October 21, 2013, 02:53:35 pm

Title: Gmu Music Player for GCW Zero
Post by: radon86 on October 21, 2013, 02:53:35 pm
Gmu is an open source music player for portable gaming consoles and handhelds. You can get more information in the wej's blog (https://wej.k.vu/projects/gmu/).

        (https://wejp.k.vu/images/gmu_b8.png)

        Download:gmu-0.10.1-gcw0.opk (https://www.dropbox.com/s/1e55qae6xk2e5rn/gmu-0.10.1-gcw0.opk) (sha1:f31f20003bd31af49d17961e1959b7b4af7bb63e)
        Source: gmu-0.10.1-gcw0 (https://github.com/denis-n-kuznetsov/gmu)
        libmpg123.so.0: libs.gcw0.tar.gz (https://www.dropbox.com/s/oilnq6ul4ws3phr/libs.gcw0.tar.gz) (sha1:ed21d501e9e74af51db15477dab7a8fad1545a8e)
        mpg123 source: mpg123-1.25.10.tar.bz2 (https://mpg123.org/download/mpg123-1.25.10.tar.bz2)



This port includes:

Confiration file stored in the home directory: /usr/local/home/.config/gmu/gmu.conf.
Current playlist stored in: /usr/local/home/.local/share/gmu/playlist.m3u

In addition to the Gmu SDL frontend, there is also experimental Gmu HTTP server frontend (turn on wifi, run gmu app and open "http://YOUR-GCW0-IP:4680" in the web browser). Password is set in the config file (default is "change.me").

Build instruction:
Code: [Select]
git clone https://github.com/denis-n-kuznetsov/gmu.git
wget https://www.dropbox.com/s/oilnq6ul4ws3phr/libs.gcw0.tar.gz
tar xzf libs.gcw0.tar.gz -C gmu/
cd gmu
cp gcw0.mk config.mk
TARGET=gcw0 make distbin

Changelogs:
Gmu 0.10.1 release (https://wej.k.vu/gmu/gmu_0_10_1_released/)
Gmu 0.10.0 release (https://wej.k.vu/gmu/gmu_0_10_0_released/)
GMU 0.9.1 release (https://wejp.k.vu/gmu/gmu_0_9_1_released);
GMU 0.9.0 release (https://wejp.k.vu/gmu/gmu_0_9_0_released).

Previous version (0.9.1):
Code: [Select]
Download: https://www.dropbox.com/s/1q99e0ldxe331d7/gmu.opk
Source: https://wejp.k.vu/files/gmu-0.9.1.tar.gz
Additional source files for gcw0: https://www.dropbox.com/s/bwej8os6dv7i5kk/gmu-gcw0-src.tar.gz https://www.dropbox.com/s/qadlikkk8356vyd/libmpg123.tar.gz
(just unpack to the GMU source dir, place libmpg123.so.0 to the libs.gcw0 dir and run "TARGET=gcw0 make distbin")

Updated 2019-02-10: new version 0.10.1, upload source code to Github
Updated 2019-02-08: fixed links
Title: Re: Gmu Music Player for GCW Zero
Post by: pcercuei on October 21, 2013, 09:36:11 pm
That's cool, thanks.
Title: Re: Gmu Music Player for GCW Zero
Post by: Ziz on January 24, 2014, 12:26:38 pm
It is indeed!

Do you care, if I reupload your recent build to the gp32x file archive of EvilDragon? I know, GMU is free software, but I am not sure, whether you have the right on the compilation + packaging of GMU and I am to lazy to build and pack it myself. :)
Title: Re: Gmu Music Player for GCW Zero
Post by: zear on January 24, 2014, 06:31:15 pm
Mind that there's no GCW Zero category on openhandhelds.org and uploading it to the Dingoo section is wrong.
Title: Re: Gmu Music Player for GCW Zero
Post by: Ziz on January 24, 2014, 09:13:34 pm
Mind that there's no GCW Zero category on openhandhelds.org and uploading it to the Dingoo section is wrong.
I know. The archive moved/is moving: http://www.gp32x.com/board/index.php?/files/category/329-gcw-zer0/
Title: Re: Gmu Music Player for GCW Zero
Post by: radon86 on January 25, 2014, 04:49:45 pm
Do you care, if I reupload your recent build to the gp32x file archive of EvilDragon? I know, GMU is free software, but I am not sure, whether you have the right on the compilation + packaging of GMU and I am to lazy to build and pack it myself. :)

I don't care, if you will reupload OPK.

This package includes GMU (http://wejp.k.vu/donate) binary and libmpg123 (http://www.mpg123.org) binary. GMU licensed under GPL 2. mpg123 licensed under LGPL 2.1, but has some patent issues (http://en.wikipedia.org/wiki/MP3#Licensing_and_patent_issues). Software patents doesn't work in my country, but if they are working in your country, it is better to say that you compile the library for yourself  :)
Title: Re: Gmu Music Player for GCW Zero
Post by: Game Dude on January 25, 2014, 09:29:05 pm
Is this music player experimental (ie unstable and incompatible) or in it's final stages? If it's not in its final stages, is it highly compatible?
Title: Re: Gmu Music Player for GCW Zero
Post by: radon86 on January 25, 2014, 10:06:35 pm
This player is stable. wej (http://boards.dingoonity.org/profile/?u=21) makes releases with new features periodically..
Title: Re: Gmu Music Player for GCW Zero
Post by: marcos.souza on April 04, 2014, 06:12:51 am
Why not put he GMU player in our rootfs by default?

(If the problem is the mp3 support, maybe we can remove the support for mp3 and suggest the people to convert musics to ogg or other sound file format )
Title: Re: Gmu Music Player for GCW Zero
Post by: hi-ban on April 04, 2014, 07:43:49 am
so hard it is to copy the opk into the GCW zero?
Title: Re: Gmu Music Player for GCW Zero
Post by: marcos.souza on April 04, 2014, 04:40:32 pm
so hard it is to copy the opk into the GCW zero?

Why you guys like the "Just download and put in your device" thing? It'll be easier for the final user if apps like GMU could be in the rootfs by default.
Title: Re: Gmu Music Player for GCW Zero
Post by: Surkow on April 04, 2014, 05:25:39 pm
There already have been plans to include GMU in the firmware. GMU seems to allow for modularized codecs, which gives users the option to add patent encumbered codecs later on. Not sure what the hold up was.
Title: Re: Gmu Music Player for GCW Zero
Post by: MightyJAK on April 16, 2014, 05:27:05 pm
There already have been plans to include GMU in the firmware.

IIRC, my SE shipped with the non-mp3-support version of GMU installed.

Disregard that, my memory sucks.
Title: Re: Gmu Music Player for GCW Zero
Post by: pcercuei on April 16, 2014, 10:45:16 pm
I doubt it. We didn't include it.
Title: Re: Gmu Music Player for GCW Zero
Post by: radon86 on February 10, 2019, 03:45:49 pm
New version 0.10.1, upload source code to Github:

        Download:gmu-0.10.1-gcw0.opk (https://www.dropbox.com/s/1e55qae6xk2e5rn/gmu-0.10.1-gcw0.opk) (sha1:f31f20003bd31af49d17961e1959b7b4af7bb63e)
        Source: gmu-0.10.1-gcw0 (https://github.com/denis-n-kuznetsov/gmu)
        libmpg123.so.0: libs.gcw0.tar.gz (https://www.dropbox.com/s/oilnq6ul4ws3phr/libs.gcw0.tar.gz) (sha1:ed21d501e9e74af51db15477dab7a8fad1545a8e)
        mpg123 source: mpg123-1.25.10.tar.bz2 (https://mpg123.org/download/mpg123-1.25.10.tar.bz2)

Changelogs:
Gmu 0.10.1 release (https://wej.k.vu/gmu/gmu_0_10_1_released/)
Gmu 0.10.0 release (https://wej.k.vu/gmu/gmu_0_10_0_released/)

It looks like MP3 patent issues is gone now:
https://en.wikipedia.org/wiki/MP3#Licensing,_ownership_and_legislation
http://www.audioblog.iis.fraunhofer.com/mp3-software-patents-licenses/
Quote
On April 23, 2017, Technicolor's mp3 licensing program for certain mp3 related patents and software of Technicolor and Fraunhofer IIS has been terminated.