{"id":16602798,"url":"https://github.com/bbidulock/xde-sounds","last_synced_at":"2025-06-10T13:04:23.730Z","repository":{"id":73515510,"uuid":"255796734","full_name":"bbidulock/xde-sounds","owner":"bbidulock","description":"Sounds for the X Desktop Environment (XDE)","archived":false,"fork":false,"pushed_at":"2023-12-10T04:23:46.000Z","size":13915,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T13:18:35.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbidulock.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-15T03:40:47.000Z","updated_at":"2022-11-28T09:09:22.000Z","dependencies_parsed_at":"2023-06-01T06:30:32.516Z","dependency_job_id":null,"html_url":"https://github.com/bbidulock/xde-sounds","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-sounds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-sounds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-sounds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-sounds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbidulock","download_url":"https://codeload.github.com/bbidulock/xde-sounds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-sounds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259080945,"owners_count":22802396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T00:23:56.876Z","updated_at":"2025-06-10T13:04:23.714Z","avatar_url":"https://github.com/bbidulock.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[xde-sounds -- read me first file.  2023-12-09]: #\n\nxde-sounds\n===============\n\nPackage `xde-sounds-1.2` was released under GPLv3 license\n2023-12-09.\n\nThis is a set of sounds, primarily window manager sounds and sounds for\nshutdown and reboot of the system on logout, for the XDE (_X Desktop\nEnvironment_).\n\nRelease\n-------\n\nThis is the `xde-sounds-1.2` package, released 2023-12-09.\nThis release, and the latest version, can be obtained from [GitHub][1],\nusing a command such as:\n\n    $\u003e git clone https://github.com/bbidulock/xde-sounds.git\n\nPlease see the [RELEASE][3] and [NEWS][4] files for release notes and\nhistory of user visible changes for the current version, and the\n[ChangeLog][5] file for a more detailed history of implementation\nchanges.  The [TODO][6] file lists features not yet implemented and\nother outstanding items.\n\nPlease see the [INSTALL][8] file for installation instructions.\n\nWhen working from `git(1)`, please use this file.  An abbreviated\ninstallation procedure that works for most applications appears below.\n\nThis release is published under GPLv3.  Please see the license in the\nfile [COPYING][10].\n\n\nQuick Start\n-----------\n\nThe quickest and easiest way to get `xde-sounds` up and\nrunning is to run the following commands:\n\n    $\u003e git clone https://github.com/bbidulock/xde-sounds.git\n    $\u003e cd xde-sounds\n    $\u003e ./autogen.sh\n    $\u003e ./configure\n    $\u003e make\n    $\u003e make DESTDIR=\"$pkgdir\" install\n\nThis will configure, compile and install `xde-sounds` the\nquickest.  For those who like to spend the extra 15 seconds reading\n`./configure --help`, some compile time options can be turned on and off\nbefore the build.\n\nFor general information on GNU's `./configure`, see the file\n[INSTALL][8].\n\n\nDependencies\n------------\n\nTo build and install the package you will need a basic development\ninstallation.  To build and install the package you will also need the\n`flite(1)` speech synthesizer from CMU with a full set of `.flitevox`\nvoices installed in the /usr/lib/flite directory.\n\nThe build and install the package you will also need the `sox(1)`\nprogram to manipulate and apply effects to the resulting synthesized\nspeech files.\n\n\nRunning\n-------\n\nRead the manual page after installation:\n\n    $\u003e man 7 sound\n\nThe package currently installs four sound themes:\n\n- `freedesktop`  \nIt supplements the `freedesktop` sound theme by adding a full\nset of standard and enhanced `.sound` data files.\n- `flite-F`  \nThis sound there contains a sound theme of spoken words spoken (by\ndefault) by the CMU US SLT female voice.\n- `flite-M`  \nThis sound there contains a sound theme of spoken words spoken (by\ndefault) by the CMU US RMS male voice.\n- `XDE`  \nThe default sound theme for the X Desktop Environment.\n- `Incredibles`  \nA fun theme that includes funny clips and sound effects from the\nanimated movie, \"The Incredibles.\"\n\nTo use any of these themes, set your gtk-sound-theme-name to one of the\nnames above in either your ~/.gtkrc-2.0 file or your\n~/.config/gtk-3.0/settings.ini file (or both).\n\n\nEnjoy!\n\n\nIssues\n------\n\nReport issues on GitHub [here][2].\n\n\n\n[1]: https://github.com/bbidulock/xde-sounds\n[2]: https://github.com/bbidulock/xde-sounds/issues\n[3]: https://github.com/bbidulock/xde-sounds/blob/1.2/RELEASE\n[4]: https://github.com/bbidulock/xde-sounds/blob/1.2/NEWS\n[5]: https://github.com/bbidulock/xde-sounds/blob/1.2/ChangeLog\n[6]: https://github.com/bbidulock/xde-sounds/blob/1.2/TODO\n[7]: https://github.com/bbidulock/xde-sounds/blob/1.2/COMPLIANCE\n[8]: https://github.com/bbidulock/xde-sounds/blob/1.2/INSTALL\n[9]: https://github.com/bbidulock/xde-sounds/blob/1.2/LICENSE\n[10]: https://github.com/bbidulock/xde-sounds/blob/1.2/COPYING\n\n[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxde-sounds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbidulock%2Fxde-sounds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxde-sounds/lists"}