summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2012-02-15REPLACE_SH in installed shell script.hans1-1/+2
2012-02-15Fix build on SunOS.hans2-5/+23
2012-02-15REPLACE_SH in installed shell script.hans2-2/+4
2012-02-15Fix build on SunOS.hans2-6/+19
2012-02-15Fix build on SunOS.hans7-9/+90
2012-02-15REPLACE_SH in installed shell script.hans1-1/+3
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+6
2012-02-15Fix build on SunOS.hans12-26/+124
2012-02-15REPLACE_SH in installed shell script.hans1-1/+2
2012-02-15Fix build on SunOS.hans4-5/+39
2012-02-15More fixes for SunOS, missed in previous commit.hans1-2/+4
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+3
2012-02-15REPLACE_SH in installed shell script.hans1-1/+3
2012-02-15Fix build on SunOS.hans5-8/+76
2012-02-15Fix build on SunOS.hans6-7/+62
2012-02-15REPLACE_SH in installed shell script.hans2-2/+5
2012-02-15Fix build on SunOS.hans2-2/+7
2012-02-15Fix build on SunOS.hans3-8/+24
Add bash:run to USE_TOOLS, use REPLACE_BASH for scripts.
2012-02-15Fix build on SunOS.hans4-36/+38
2012-02-15REPLACE_SH in installed shell script.hans3-3/+7
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+2
2012-02-15Fix build on SunOS. REPLACE_SH in installed shell script.hans1-1/+4
2012-02-15Fix build on SunOS.hans3-1/+27
2012-02-15Fix build on SunOS. REPLACE_SH on installed shell script.hans4-2/+114
2012-02-15Fix build on SunOS. REPLACE_SH on installed shell scripts.hans3-2/+22
2012-02-15Fix build on SunOS.hans6-6/+48
2012-02-15Fix build on SunOS, again.hans1-1/+2
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+3
2012-02-15REPLACE_SH in installed shell script.hans1-1/+3
2012-02-15Fix build on SunOS.hans5-11/+26
2012-02-15Fix build on SunOS.hans26-74/+265
Inspired by the patches used for the native package in OI.
2012-02-15Partially revert previous, the build fix for SunOS was already there.hans1-6/+1
2012-02-15Fix build on SunOS. REPLACE_SH on installed shell script.hans1-1/+7
2012-02-15Fix build on SunOS.hans2-1/+17
2012-02-15REPLACE_SH on installed shell script.hans1-1/+3
2012-02-15REPLACE_BASH also in cddb-tool.hans1-2/+2
2012-02-15Remove SunOS-specific post-install target, not needed anymore.hans1-5/+2
REPLACE_SH on an installed script.
2012-02-09Add SET_LIBDIR=yessbd1-1/+2
2012-02-08Comply the the C++ spec by making a variable that is assigned the resultsbd2-12/+12
of a strchr(const char *, int c) call a constant. (i.e. use obache@ suggestion as a better way to fix the strchr problem.)
2012-02-07Fix the patch that adds NetBSD and Dragonfly by changing 'getPlatform' tosbd2-4/+4
'getPlatform()'. Now libcontrol.so should be built and install on NetBSD and Dragonfly. (PR#45940 shows that its missing)
2012-02-07Avoid a crash if getprotobyname("IP") does return NULL.martin2-20/+44
2012-02-07change the last fix to safe way.obache2-14/+15
2012-02-06Revbump forwiz136-254/+287
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06More casting of strrchr calls.sbd2-1/+15
2012-02-06Include <linux/soundcard.h> on Linux.sbd2-9/+10
2012-02-06Remove '-N' from CFLAGS_linux.sbd2-5/+14
2012-02-06On Linux include <stdint> for uint??_t types.sbd2-7/+8
2012-02-06'nasay' is also install on Linuxsbd2-2/+4
Bump PKGREVISION
2012-02-06Fix build of devrplay.so on Linux.sbd4-1/+63
1) define _GNU_SOURCE before including any system headers 2) libtoolize the buildling of devrplay.so 3) Add PLIST.Linux with devrplay.la in it.
2012-02-051) Use ${PKGMANDIR} when install manpagessbd2-7/+10
2) Use $(LDFLAGS) when linking.