Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libao
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Guy
libao
Commits
34bf13d8
Commit
34bf13d8
authored
21 years ago
by
Stan Seibert
Browse files
Options
Downloads
Patches
Plain Diff
More RPM and doc updates.
git-svn-id:
http://svn.xiph.org/trunk/ao@5404
0101bb08-14d6-0310-b084-bc0e0c8e3800
parent
b2316f4f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+5
-2
5 additions, 2 deletions
CHANGES
libao.spec
+7
-3
7 additions, 3 deletions
libao.spec
with
12 additions
and
5 deletions
CHANGES
+
5
−
2
View file @
34bf13d8
0.8.4 - October 2003
0.8.4 - October
4,
2003
- Added AIX sound driver from Stefan Tibus <sjti@gmx.net>
- Committed some fixes from the Fink project to allow compiling on
OS X (still with all the dlcompat stuff)
...
...
@@ -9,7 +9,10 @@
including HP-UX and *BSD.
- Memory/resource leak fixes
- Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This
should fix stuttering audio for mpg321 users.
should fix stuttering audio for mpg321 users. The
--enable-alsa09-mmap option to ./configure turns on memory-mapped
I/O. Note this is an experimental feature and causes some problems
with some sound card drivers and also users of the dmix software mixer.
0.8.3 - July 2002
- fix to ao.m4 macro
...
...
This diff is collapsed.
Click to expand it.
libao.spec
+
7
−
3
View file @
34bf13d8
Name: libao
Version: 0.8.
3
Version: 0.8.
4
Release: 1
Summary: Cross-Platform Audio Output Library
...
...
@@ -14,7 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: glibc-devel
BuildRequires: esound-devel >= 0.2.8
BuildRequires: arts-devel
BuildRequires: alsa-lib-devel >= 0.9.0
# FIXME: perl is needed for the dirty configure flag trick, which should be
# solved differently
BuildRequires: perl
...
...
@@ -71,7 +70,6 @@ fi
%{_libdir}/ao/*/liboss.so
%{_libdir}/ao/*/libesd.so
%{_libdir}/ao/*/libarts.so
%{_libdir}/ao/*/libalsa09.so
%{_mandir}/man5/*
%files devel
...
...
@@ -81,8 +79,14 @@ fi
%{_libdir}/libao.a
%{_libdir}/ao/*/*.a
%{_datadir}/aclocal/ao.m4
%{_libdir}/pkgconfig/ao.pc
%changelog
* Fri Oct 4 2002 Michael Smith <msmith@xiph.org> 0.8.4-1
- Remove alsa libraries from RPM since RedHat doesn't ship with ALSA
ALSA users will need to recompile from source.
- Add ao.pc to -devel
* Fri Jul 19 2002 Michael Smith <msmith@xiph.org> 0.8.3-2
- re-disable static libraries (they do not work - at all)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment