{"id":16602779,"url":"https://github.com/bbidulock/xdg-sound","last_synced_at":"2025-03-09T12:49:27.425Z","repository":{"id":73515515,"uuid":"255797243","full_name":"bbidulock/xdg-sound","owner":"bbidulock","description":"XDG compliant sound tools and utilities","archived":false,"fork":false,"pushed_at":"2022-01-28T04:27:54.000Z","size":301,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T08:44:50.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","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,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-15T03:43:28.000Z","updated_at":"2022-11-28T09:09:15.000Z","dependencies_parsed_at":"2023-06-01T06:30:29.650Z","dependency_job_id":null,"html_url":"https://github.com/bbidulock/xdg-sound","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxdg-sound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxdg-sound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxdg-sound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxdg-sound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbidulock","download_url":"https://codeload.github.com/bbidulock/xdg-sound/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242692343,"owners_count":20170228,"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:50.109Z","updated_at":"2025-03-09T12:49:27.394Z","avatar_url":"https://github.com/bbidulock.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[xdg-sound -- read me first file.  2020-05-09]: #\n\nxdg-sound\n===============\n\nPackage `xdg-sound-1.0` was released under GPLv3 license 2020-05-09.\n\nThis package contains \"C\"-language programs and utilities for working\nwith (locating and playing) event sound files from XDG sound themes.\nThey are useful when developing or modifying sound themes that comply\nwith the XDG sound theme specifications.\n\nThe source is hosted on\n[GitHub](https://github.com/bbidulock/xdg-sound).  What it includes is\njust the xdg-sound program and manual page, as well as a handfull of\nwrapper scripts.\n\n\nRelease\n-------\n\nThis is the `xdg-sound-1.0` package, released 2020-05-09.  This\nrelease, and the latest version, can be obtained from [GitHub][1], using\na command such as:\n\n    $\u003e git clone https://github.com/bbidulock/xdg-sound.git\n\nPlease see the [NEWS][3] file for release notes and history of user\nvisible changes for the current version, and the [ChangeLog][4] file for\na more detailed history of implementation changes.  The [TODO][5] file\nlists features not yet implemented and other outstanding items.\n\nPlease see the [INSTALL][7] 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][9].\n\n\nQuick Start\n-----------\n\nThe quickest and easiest way to get `xdg-sound` up and running is to run\nthe following commands:\n\n    $\u003e git clone https://github.com/bbidulock/xdg-sound.git\n    $\u003e cd xdg-sound\n    $\u003e ./autogen.sh\n    $\u003e ./configure\n    $\u003e make\n    $\u003e make DESTDIR=\"$pkgdir\" install\n\nThis will configure, compile and install `xdg-sound` the quickest.  For\nthose who like to spend the extra 15 seconds reading `./configure\n--help`, some compile time options can be turned on and off before the\nbuild.\n\nFor general information on GNU's `./configure`, see the file\n[INSTALL][7].\n\n\nRunning\n-------\n\nRead the manual page after installation:\n\n    man xdg-sound\n\nThe following programs are included in `xdg-sound`:\n\n - [__`xdg-play(1)`__][10] -- This is the primary program.\n\n - [__`xdg-sound-which(1)`__][11], [__`xdg-sound-whereis(1)`__][12] --\n   Two little programs what parallel `which(1)` and `whereis(1)` for\n   sound theme event files instead of binaries.\n\n - [__`xdg-sound-list(1)`__][13] -- lists event sound files.\n\n\nIssues\n------\n\nReport issues on GitHub [here][2].\n\n\n[1]: https://github.com/bbidulock/xdg-sound\n[2]: https://github.com/bbidulock/xdg-sound/issues\n[3]: https://github.com/bbidulock/xdg-sound/blob/1.0/NEWS\n[4]: https://github.com/bbidulock/xdg-sound/blob/1.0/ChangeLog\n[5]: https://github.com/bbidulock/xdg-sound/blob/1.0/TODO\n[6]: https://github.com/bbidulock/xdg-sound/blob/1.0/COMPLIANCE\n[7]: https://github.com/bbidulock/xdg-sound/blob/1.0/INSTALL\n[8]: https://github.com/bbidulock/xdg-sound/blob/1.0/LICENSE\n[9]: https://github.com/bbidulock/xdg-sound/blob/1.0/COPYING\n[10]: https://github.com/bbidulock/xdg-sound/blob/1.0/man/xdg-play.pod\n[11]: https://github.com/bbidulock/xdg-sound/blob/1.0/man/xdg-sound-which.pod\n[12]: https://github.com/bbidulock/xdg-sound/blob/1.0/man/xdg-sound-whereis.pod\n[13]: https://github.com/bbidulock/xdg-sound/blob/1.0/man/xdg-sound-list.pod\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%2Fxdg-sound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbidulock%2Fxdg-sound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxdg-sound/lists"}