Skip to content

Commit

Permalink
cubeb: Add homepage
Browse files Browse the repository at this point in the history
**Summary**

Add `homepage` key to `package.yml` (Part of #411)

**Test Plan**

Verified the added homepage loads information about the package

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 27, 2024
1 parent ae983d8 commit f57331f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
5 changes: 2 additions & 3 deletions packages/c/cubeb/abi_used_symbols
Expand Up @@ -2,6 +2,7 @@ libc.so.6:__assert_fail
libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_strtoul
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
Expand Down Expand Up @@ -53,7 +54,6 @@ libc.so.6:strcmp
libc.so.6:strdup
libc.so.6:strlen
libc.so.6:strtol
libc.so.6:strtoul
libc.so.6:write
libgcc_s.so.1:__popcountdi2
libm.so.6:lrintf
Expand All @@ -69,11 +69,10 @@ libstdc++.so.6:_ZNSi6ignoreEli
libstdc++.so.6:_ZNSt6thread15_M_start_threadESt10unique_ptrINS_6_StateESt14default_deleteIS1_EEPFvvE
libstdc++.so.6:_ZNSt6thread4joinEv
libstdc++.so.6:_ZNSt6thread6_StateD2Ev
libstdc++.so.6:_ZNSt8ios_base4InitC1Ev
libstdc++.so.6:_ZNSt8ios_base4InitD1Ev
libstdc++.so.6:_ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate
libstdc++.so.6:_ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l
libstdc++.so.6:_ZSt20__throw_length_errorPKc
libstdc++.so.6:_ZSt21ios_base_library_initv
libstdc++.so.6:_ZSt3cin
libstdc++.so.6:_ZSt4cout
libstdc++.so.6:_ZSt9terminatev
Expand Down
7 changes: 4 additions & 3 deletions packages/c/cubeb/package.yml
@@ -1,8 +1,9 @@
name : cubeb
version : 20230731
release : 1
version : '20230731'
release : 2
source :
- git|https://github.com/mozilla/cubeb : b9af56cee792f17a466db7b3ac3382262782c6f1
homepage : https://github.com/mozilla/cubeb
license : ISC
component : multimedia.audio
summary : A cross-platform audio library
Expand All @@ -28,4 +29,4 @@ build : |
install : |
DESTDIR=$installdir cmake --install build
check : |
ctest --test-dir build -E 'audio|callback_ret|device_changed_callback|devices|duplex|latency|record|sanity|tone'
ctest --test-dir build -E 'audio|callback_ret|device_changed_callback|devices|duplex|latency|record|sanity|tone'
17 changes: 9 additions & 8 deletions packages/c/cubeb/pspec_x86_64.xml
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>cubeb</Name>
<Homepage>https://github.com/mozilla/cubeb</Homepage>
<Packager>
<Name>Marcus Mellor</Name>
<Email>infinitymdm@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>ISC</License>
<PartOf>multimedia.audio</PartOf>
<Summary xml:lang="en">A cross-platform audio library</Summary>
<Description xml:lang="en">A cross-platform audio library developed by Mozilla.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>cubeb</Name>
Expand All @@ -31,7 +32,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="1">cubeb</Dependency>
<Dependency release="2">cubeb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/cubeb/cubeb.h</Path>
Expand All @@ -44,12 +45,12 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-02</Date>
<Update release="2">
<Date>2024-03-27</Date>
<Version>20230731</Version>
<Comment>Packaging update</Comment>
<Name>Marcus Mellor</Name>
<Email>infinitymdm@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit f57331f

Please sign in to comment.