diff --git a/files/libao.conf b/files/libao.conf new file mode 100644 index 0000000..25ede45 --- /dev/null +++ b/files/libao.conf @@ -0,0 +1 @@ +default_driver=pulse diff --git a/package.yml b/package.yml index c64a911..fe47cf5 100644 --- a/package.yml +++ b/package.yml @@ -19,4 +19,4 @@ build : | %make install : | %make_install - install -Dm644 %workdir%/libao.conf* $installdir/usr/share/defaults/libao/libao.conf + install -Dm644 $pkgfiles/libao.conf $installdir/usr/share/defaults/libao/libao.conf diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml index 1af0d5c..73ce662 100644 --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -49,9 +49,32 @@ 2016-10-17 1.2.0 - Packaging update + Convert to a stateless configuration +Signed-off-by: Ikey Doherty <ikey@solus-project.com> Ikey Doherty ikey@solus-project.com + + 2016-07-20 + 1.2.0 + Rebuild due to ypkg changes +Signed-off-by: Ikey Doherty <ikey@solus-project.com> + Ikey Doherty + ikey@solus-project.com + + + 2016-07-21 + 1.2.0 + Rebuild against Pulseaudio 9, move to multimedia.library + Joshua Strobl + joshua@stroblindustries.com + + + 2016-01-01 + 1.2.0 + Initial commit of libao 1.2.0 + Joshua Strobl + joshua@stroblindustries.com + \ No newline at end of file