czlee / debatekeeper

Android app for timing debate speeches that rings bells automatically.
GNU General Public License v3.0
20 stars 19 forks source link

BellSoundInfo.java:45: error: cannot find symbol #48

Closed relan closed 3 years ago

relan commented 3 years ago

BellSoundInfo.java references R.raw.desk_bell, R.raw.desk_bell_double, R.raw.desk_bell_triple, but those resources are missing in the repo. This causes build failure: https://monitor.f-droid.org/builds/log/net.czlee.debatekeeper/32

czlee commented 3 years ago

Thanks for checking in! Ah, yes, there's a note about this in the README.md file.

The sound isn't mine and isn't covered by a Creative Commons licence or anything similar. I bought it from a stock sounds website many years ago. So I can't make it available in the repository, and anyone building this project will need to put some sound files in the app/src/main/res/raw/ directory.

@res2k has a good suggestion to add some specifications about what sort of sound file is advisable in #49, so I'll do that.

Developers who would like a copy of this file are welcome to contact me directly, though of course contexts that are looking only to use files available under free-distribution licences may not be satisfied with this.

relan commented 3 years ago

Developers who would like a copy of this file are welcome to contact me directly

If you have the right to distribute those files you can simply put them into the repo. If you don't have it, you may not share with anyone.

OK, looks like we can't build Debatekeeper anymore; 1.2 will be the latest version available on F-Droid.