This commit is contained in:
commit
ebbbecb1fe
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
167
libvorbis-1.1.2-warning-fixes.diff
Normal file
167
libvorbis-1.1.2-warning-fixes.diff
Normal file
@ -0,0 +1,167 @@
|
||||
--- lib/mapping0.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/mapping0.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -586,8 +586,8 @@ static int mapping0_forward(vorbis_block
|
||||
float **couple_bundle=alloca(sizeof(*couple_bundle)*vi->channels);
|
||||
int *zerobundle=alloca(sizeof(*zerobundle)*vi->channels);
|
||||
int **sortindex=alloca(sizeof(*sortindex)*vi->channels);
|
||||
- float **mag_memo;
|
||||
- int **mag_sort;
|
||||
+ float **mag_memo = NULL;
|
||||
+ int **mag_sort = NULL;
|
||||
|
||||
if(info->coupling_steps){
|
||||
mag_memo=_vp_quantize_couple_memo(vb,
|
||||
@@ -735,7 +735,7 @@ static int mapping0_inverse(vorbis_block
|
||||
codec_setup_info *ci=vi->codec_setup;
|
||||
private_state *b=vd->backend_state;
|
||||
vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)l;
|
||||
- int hs=ci->halfrate_flag;
|
||||
+ /*int hs=ci->halfrate_flag; */
|
||||
|
||||
int i,j;
|
||||
long n=vb->pcmend=ci->blocksizes[vb->W];
|
||||
--- lib/scales.h-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/scales.h 2005-12-02 16:00:31.000000000 +0100
|
||||
@@ -25,7 +25,7 @@
|
||||
#define VORBIS_IEEE_FLOAT32 1
|
||||
#ifdef VORBIS_IEEE_FLOAT32
|
||||
|
||||
-static float unitnorm(float x){
|
||||
+static inline float unitnorm(float x){
|
||||
union {
|
||||
ogg_uint32_t i;
|
||||
float f;
|
||||
@@ -36,7 +36,7 @@ static float unitnorm(float x){
|
||||
}
|
||||
|
||||
/* Segher was off (too high) by ~ .3 decibel. Center the conversion correctly. */
|
||||
-static float todB(const float *x){
|
||||
+static inline float todB(const float *x){
|
||||
union {
|
||||
ogg_uint32_t i;
|
||||
float f;
|
||||
@@ -50,7 +50,7 @@ static float todB(const float *x){
|
||||
|
||||
#else
|
||||
|
||||
-static float unitnorm(float x){
|
||||
+static inline float unitnorm(float x){
|
||||
if(x<0)return(-1.f);
|
||||
return(1.f);
|
||||
}
|
||||
--- lib/psy.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/psy.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -553,7 +553,7 @@ static void bark_noise_hybridmp(int n,co
|
||||
int i;
|
||||
|
||||
int lo, hi;
|
||||
- float R, A, B, D;
|
||||
+ float R, A = 0, B = 0, D = 0;
|
||||
float w, x, y;
|
||||
|
||||
tN = tX = tXX = tY = tXY = 0.f;
|
||||
@@ -1214,7 +1214,7 @@ void hf_reduction(vorbis_info_psy_global
|
||||
|
||||
int i,j,n=p->n, de=0.3*p->m_val;
|
||||
int limit=g->coupling_pointlimit[p->vi->blockflag][PACKETBLOBS/2];
|
||||
- int start=p->vi->normal_start;
|
||||
+ /*int start=p->vi->normal_start;*/
|
||||
|
||||
for(i=0; i<vi->coupling_steps; i++){
|
||||
/* for(j=start; j<limit; j++){} // ???*/
|
||||
--- lib/res0.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/res0.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -370,7 +370,7 @@ static long **_01class(vorbis_block *vb,
|
||||
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
|
||||
vorbis_info_residue0 *info=look->info;
|
||||
vorbis_info *vi=vb->vd->vi;
|
||||
- codec_setup_info *ci=vi->codec_setup;
|
||||
+ /*codec_setup_info *ci=vi->codec_setup;*/
|
||||
|
||||
/* move all this setup out later */
|
||||
int samples_per_partition=info->grouping;
|
||||
@@ -498,7 +498,7 @@ static int _01forward(oggpack_buffer *op
|
||||
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
|
||||
vorbis_info_residue0 *info=look->info;
|
||||
|
||||
- vorbis_dsp_state *vd=vb->vd;
|
||||
+ /*vorbis_dsp_state *vd=vb->vd;*/
|
||||
|
||||
/* move all this setup out later */
|
||||
int samples_per_partition=info->grouping;
|
||||
--- lib/vorbisfile.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/vorbisfile.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -987,7 +987,7 @@ int ov_raw_seek(OggVorbis_File *vf,ogg_i
|
||||
int lastblock=0;
|
||||
int accblock=0;
|
||||
int thisblock;
|
||||
- int eosflag;
|
||||
+ int eosflag = 0;
|
||||
|
||||
ogg_stream_init(&work_os,vf->current_serialno); /* get the memory ready */
|
||||
ogg_stream_reset(&work_os); /* eliminate the spurious OV_HOLE
|
||||
--- lib/floor1.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/floor1.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -413,7 +413,7 @@ static int accumulate_fit(const float *f
|
||||
int x0, int x1,lsfit_acc *a,
|
||||
int n,vorbis_info_floor1 *info){
|
||||
long i;
|
||||
- int quantized=vorbis_dBquant(flr+x0);
|
||||
+ /*int quantized=vorbis_dBquant(flr+x0);*/
|
||||
|
||||
long xa=0,ya=0,x2a=0,y2a=0,xya=0,na=0, xb=0,yb=0,x2b=0,y2b=0,xyb=0,nb=0;
|
||||
|
||||
@@ -591,7 +591,7 @@ static int post_Y(int *A,int *B,int pos)
|
||||
return (A[pos]+B[pos])>>1;
|
||||
}
|
||||
|
||||
-static int seq=0;
|
||||
+/*static int seq=0;*/
|
||||
|
||||
int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look,
|
||||
const float *logmdct, /* in */
|
||||
@@ -763,7 +763,7 @@ int floor1_encode(oggpack_buffer *opb,vo
|
||||
|
||||
long i,j;
|
||||
vorbis_info_floor1 *info=look->vi;
|
||||
- long n=look->n;
|
||||
+ /*long n=look->n;*/
|
||||
long posts=look->posts;
|
||||
codec_setup_info *ci=vb->vd->vi->codec_setup;
|
||||
int out[VIF_POSIT+2];
|
||||
--- examples/seeking_example.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ examples/seeking_example.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -130,7 +130,7 @@ int main(){
|
||||
|
||||
for(i=0;i<1000;i++){
|
||||
ogg_int64_t val=(double)rand()/RAND_MAX*length;
|
||||
- ogg_int64_t pos;
|
||||
+ ogg_int64_t pos=0;
|
||||
printf("\r\t%d [raw position %ld]... ",i,(long)val);
|
||||
fflush(stdout);
|
||||
ret=ov_raw_seek(&ov,val);
|
||||
@@ -151,7 +151,7 @@ int main(){
|
||||
|
||||
for(i=0;i<1000;i++){
|
||||
ogg_int64_t val=(double)rand()/RAND_MAX*pcmlength;
|
||||
- ogg_int64_t pos;
|
||||
+ ogg_int64_t pos=0;
|
||||
printf("\r\t%d [pcm position %ld]... ",i,(long)val);
|
||||
fflush(stdout);
|
||||
ret=ov_pcm_seek_page(&ov,val);
|
||||
@@ -167,13 +167,13 @@ int main(){
|
||||
|
||||
printf("\r");
|
||||
{
|
||||
- ogg_int64_t length=ov.end;
|
||||
+ /*ogg_int64_t length=ov.end;*/
|
||||
printf("testing pcm exact seeking to random places in %ld samples....\n",
|
||||
(long)pcmlength);
|
||||
|
||||
for(i=0;i<1000;i++){
|
||||
ogg_int64_t val=(double)rand()/RAND_MAX*pcmlength;
|
||||
- ogg_int64_t pos;
|
||||
+ ogg_int64_t pos=0;
|
||||
printf("\r\t%d [pcm position %ld]... ",i,(long)val);
|
||||
fflush(stdout);
|
||||
ret=ov_pcm_seek(&ov,val);
|
3
libvorbis-1.1.2.tar.bz2
Normal file
3
libvorbis-1.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e9d49d0b20df5e080d8696deb5dd07547c91027d962cebb708011b375bbf320
|
||||
size 1079944
|
30
libvorbis-cflags.diff
Normal file
30
libvorbis-cflags.diff
Normal file
@ -0,0 +1,30 @@
|
||||
--- configure.in-dist 2005-07-07 16:10:11.000000000 +0200
|
||||
+++ configure.in 2005-07-07 16:15:24.000000000 +0200
|
||||
@@ -101,10 +101,10 @@
|
||||
|
||||
case $host in
|
||||
*86-*-linux*)
|
||||
- DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
|
||||
- CFLAGS="-O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
|
||||
-# PROFILE="-Wall -W -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -fno-inline -static"
|
||||
- PROFILE="-Wall -W -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
|
||||
+ DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES"
|
||||
+ CFLAGS="-ffast-math -mno-ieee-fp -D_REENTRANT"
|
||||
+# PROFILE="-Wall -W -pg -g -ffast-math -D_REENTRANT -fno-inline -static"
|
||||
+ PROFILE="-Wall -W -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fno-inline"
|
||||
|
||||
# glibc < 2.1.3 has a serious FP bug in the math inline header
|
||||
# that will cripple Vorbis. Look to see if the magic FP stack
|
||||
@@ -150,9 +150,9 @@
|
||||
CFLAGS="-O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT"
|
||||
PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";;
|
||||
*-*-linux*)
|
||||
- DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
|
||||
- CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char"
|
||||
- PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";;
|
||||
+ DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES"
|
||||
+ CFLAGS="-ffast-math -D_REENTRANT"
|
||||
+ PROFILE="-pg -g -ffast-math -D_REENTRANT";;
|
||||
sparc-sun-*)
|
||||
DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char -mv8"
|
||||
CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
|
14
libvorbis-lib64.dif
Normal file
14
libvorbis-lib64.dif
Normal file
@ -0,0 +1,14 @@
|
||||
--- vorbis.m4-dist 2002-09-19 15:24:06.000000000 +0200
|
||||
+++ vorbis.m4 2002-09-19 15:25:08.000000000 +0200
|
||||
@@ -18,9 +18,9 @@
|
||||
if test "x$vorbis_libraries" != "x" ; then
|
||||
VORBIS_LIBS="-L$vorbis_libraries"
|
||||
elif test "x$vorbis_prefix" != "x" ; then
|
||||
- VORBIS_LIBS="-L$vorbis_prefix/lib"
|
||||
+ VORBIS_LIBS="-L$vorbis_prefix/lib64"
|
||||
elif test "x$prefix" != "xNONE" -a test "x$prefix" != "x/usr"; then
|
||||
- VORBIS_LIBS="-L$prefix/lib"
|
||||
+ VORBIS_LIBS="-L$prefix/lib64"
|
||||
fi
|
||||
|
||||
VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
|
20
libvorbis-m4.dif
Normal file
20
libvorbis-m4.dif
Normal file
@ -0,0 +1,20 @@
|
||||
--- vorbis.m4-dist 2002-07-09 15:08:57.000000000 +0200
|
||||
+++ vorbis.m4 2002-09-19 15:24:06.000000000 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
VORBIS_LIBS="-L$vorbis_libraries"
|
||||
elif test "x$vorbis_prefix" != "x" ; then
|
||||
VORBIS_LIBS="-L$vorbis_prefix/lib"
|
||||
- elif test "x$prefix" != "xNONE"; then
|
||||
+ elif test "x$prefix" != "xNONE" -a test "x$prefix" != "x/usr"; then
|
||||
VORBIS_LIBS="-L$prefix/lib"
|
||||
fi
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
VORBIS_CFLAGS="-I$vorbis_includes"
|
||||
elif test "x$vorbis_prefix" != "x" ; then
|
||||
VORBIS_CFLAGS="-I$vorbis_prefix/include"
|
||||
- elif test "x$prefix" != "xNONE"; then
|
||||
+ elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr"; then
|
||||
VORBIS_CFLAGS="-I$prefix/include"
|
||||
fi
|
||||
|
195
libvorbis.changes
Normal file
195
libvorbis.changes
Normal file
@ -0,0 +1,195 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:37:47 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 16:46:46 CET 2006 - tiwai@suse.de
|
||||
|
||||
- compile with -fstack-protector.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 16:03:48 CET 2005 - tiwai@suse.de
|
||||
|
||||
- updated to version 1.1.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 12:25:20 CEST 2005 - tiwai@suse.de
|
||||
|
||||
- updated to version 1.1.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 06:45:34 CEST 2005 - aj@suse.de
|
||||
|
||||
- Build with -fno-strict-aliasing (#115135).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 16:20:14 CEST 2005 - tiwai@suse.de
|
||||
|
||||
- remove -fsigned-char (#93878).
|
||||
- fixed Requires of devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 20:56:55 CEST 2005 - tiwai@suse.de
|
||||
|
||||
- updated to aoTuV beta4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 15:42:01 CET 2005 - tiwai@suse.de
|
||||
|
||||
- fixed compile warnings with gcc-4.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 17:32:19 CET 2004 - tiwai@suse.de
|
||||
|
||||
- updated to libvorbis version 1.1.0.
|
||||
- updated to aoTuV beta3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 13:03:24 CEST 2004 - tiwai@suse.de
|
||||
|
||||
- applied aoTuV patch to improve the encoding quality.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 16 12:54:41 CEST 2004 - tiwai@suse.de
|
||||
|
||||
- fixed the type-punning.
|
||||
- disabled the removal of $RPM_BUILD_ROOT in %install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:45:51 CET 2004 - tiwai@suse.de
|
||||
|
||||
- fixed quoting in m4 files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 17:47:41 CET 2004 - adrian@suse.de
|
||||
|
||||
- add %run_ldconfig to %postun
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 17:01:18 CET 2004 - tiwai@suse.de
|
||||
|
||||
- updated to version 1.0.1.
|
||||
removed obsolete patches.
|
||||
- added pkgconfig to neededforbuild.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 18:04:02 CET 2003 - adrian@suse.de
|
||||
|
||||
- let libvorbis-devel require libogg-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 17:24:33 CET 2003 - tiwai@suse.de
|
||||
|
||||
- fixed m4 macro (bug #21267).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 18:17:59 CET 2003 - kukuk@suse.de
|
||||
|
||||
- Add *.la files to -devel filelist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 18:14:02 CET 2002 - tiwai@suse.de
|
||||
|
||||
- fixed the undefined weak links.
|
||||
- renamed m4.dif and lib64.dif with libvorbis- prefix to avoid
|
||||
filename conflictions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 15:41:52 CEST 2002 - tiwai@suse.de
|
||||
|
||||
- don't add -I/usr/include to VORBIS_VFLAGS.
|
||||
- fix test for prefix.
|
||||
- move devel documents under %{_docdir}/libvorbis-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 13:40:58 CEST 2002 - tiwai@suse.de
|
||||
|
||||
- added Requires %{name} = %{version} to devel package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 16:49:20 CEST 2002 - tiwai@suse.de
|
||||
|
||||
- fixed m4 file for lib64.
|
||||
- provides the backward compatible m4 file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 10:46:19 CEST 2002 - tiwai@suse.de
|
||||
|
||||
- updated to version 1.0.
|
||||
- clean up the spec file.
|
||||
- added %run_ldconfig.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 13:20:32 CEST 2002 - meissner@suse.de
|
||||
|
||||
- rm acinclude.m4 so we don't have the problematic ogg.m4 (which contains
|
||||
/lib hardcoded).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 11:57:17 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- Remove additional optimization, default is better
|
||||
- Add --libdir to configure to build on x86_64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 11:21:43 CET 2002 - tiwai@suse.de
|
||||
|
||||
- fixed build on s390x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 11:54:44 CET 2002 - tiwai@suse.de
|
||||
|
||||
- updated to RC3.
|
||||
sync with cvs 2002.01.04.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 11:24:07 CET 2001 - tiwai@suse.de
|
||||
|
||||
- sync with cvs 2001.12.04.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 24 17:50:32 CEST 2001 - tiwai@suse.de
|
||||
|
||||
- sync with cvs 20011024.
|
||||
+ fixed/updated documents
|
||||
+ tuned up parameters
|
||||
+ bugfixes on 64bit arch.
|
||||
- removed Requires to libogg.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 16:45:55 CEST 2001 - schwab@suse.de
|
||||
|
||||
- Fix use of qsort.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 16:57:27 CEST 2001 - tiwai@suse.de
|
||||
|
||||
- updated to 1.0rc2 from cvs 20010813.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 11:26:12 CEST 2001 - tiwai@suse.de
|
||||
|
||||
- fixed build with the recent libtool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 3 08:52:17 MEST 2001 - bk@suse.de
|
||||
|
||||
- make use of RPM_OPT_FLAGS
|
||||
- include the include/vorbis dir into the file list(+rpm-macroized)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 15:22:00 CET 2001 - tiwai@suse.de
|
||||
|
||||
- corrected copyright in spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 17:10:04 CET 2001 - tiwai@suse.de
|
||||
|
||||
- Updated to 1.0beta4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 12:29:54 CET 2001 - tiwai@suse.de
|
||||
|
||||
- Initial version: 1.0beta3.
|
||||
|
195
libvorbis.spec
Normal file
195
libvorbis.spec
Normal file
@ -0,0 +1,195 @@
|
||||
#
|
||||
# spec file for package libvorbis (Version 1.1.2)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: libvorbis
|
||||
BuildRequires: libogg-devel pkgconfig
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Version: 1.1.2
|
||||
Release: 2
|
||||
Group: System/Libraries
|
||||
License: BSD
|
||||
URL: http://www.vorbis.com/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch1: libvorbis-lib64.dif
|
||||
Patch2: libvorbis-m4.dif
|
||||
# Patch5: libvorbis-%{version}-aotuv-b4.diff
|
||||
Patch6: libvorbis-%{version}-warning-fixes.diff
|
||||
Patch7: libvorbis-cflags.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
|
||||
and general-purpose compressed audio format for audio and music at
|
||||
fixed and variable bitrates from 16 to 128 kbps/channel.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Monty <monty@xiph.org>
|
||||
Xiphophorus Company <team@xiph.org>
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel, libogg-devel
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Monty <monty@xiph.org>
|
||||
Xiphophorus Company <team@xiph.org>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch2
|
||||
# %patch5 -p1
|
||||
%patch6
|
||||
%patch7
|
||||
if [ "%_lib" == "lib64" ]; then
|
||||
%patch1
|
||||
fi
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
autoreconf --force --install
|
||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector" \
|
||||
./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ogg-libraries=%{_libdir}
|
||||
make
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT docdir=%{_docdir}/%{name}-devel install
|
||||
# create an old compatible m4 file
|
||||
sed -e s/XIPH_PATH_VORBIS/AM_PATH_VORBIS/g < $RPM_BUILD_ROOT%{_datadir}/aclocal/vorbis.m4 > $RPM_BUILD_ROOT%{_datadir}/aclocal/vorbis-old.m4
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
|
||||
%clean
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING AUTHORS README
|
||||
# %doc aoTuV*
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc %{_docdir}/%{name}-devel
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_includedir}/vorbis
|
||||
%{_libdir}/lib*.a
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/lib*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog -n libvorbis
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Jan 11 2006 - tiwai@suse.de
|
||||
- compile with -fstack-protector.
|
||||
* Fri Dec 02 2005 - tiwai@suse.de
|
||||
- updated to version 1.1.2.
|
||||
* Tue Oct 18 2005 - tiwai@suse.de
|
||||
- updated to version 1.1.1.
|
||||
* Sun Sep 04 2005 - aj@suse.de
|
||||
- Build with -fno-strict-aliasing (#115135).
|
||||
* Thu Jul 07 2005 - tiwai@suse.de
|
||||
- remove -fsigned-char (#93878).
|
||||
- fixed Requires of devel subpackage.
|
||||
* Mon Jun 20 2005 - tiwai@suse.de
|
||||
- updated to aoTuV beta4.
|
||||
* Wed Jan 19 2005 - tiwai@suse.de
|
||||
- fixed compile warnings with gcc-4.0.
|
||||
* Wed Nov 24 2004 - tiwai@suse.de
|
||||
- updated to libvorbis version 1.1.0.
|
||||
- updated to aoTuV beta3.
|
||||
* Thu Aug 05 2004 - tiwai@suse.de
|
||||
- applied aoTuV patch to improve the encoding quality.
|
||||
* Fri Apr 16 2004 - tiwai@suse.de
|
||||
- fixed the type-punning.
|
||||
- disabled the removal of $RPM_BUILD_ROOT in %%install.
|
||||
* Wed Jan 21 2004 - tiwai@suse.de
|
||||
- fixed quoting in m4 files.
|
||||
* Fri Jan 09 2004 - adrian@suse.de
|
||||
- add %%run_ldconfig to %%postun
|
||||
* Fri Jan 09 2004 - tiwai@suse.de
|
||||
- updated to version 1.0.1.
|
||||
removed obsolete patches.
|
||||
- added pkgconfig to neededforbuild.
|
||||
* Sat Mar 01 2003 - adrian@suse.de
|
||||
- let libvorbis-devel require libogg-devel
|
||||
* Fri Jan 17 2003 - tiwai@suse.de
|
||||
- fixed m4 macro (bug #21267).
|
||||
* Thu Jan 09 2003 - kukuk@suse.de
|
||||
- Add *.la files to -devel filelist
|
||||
* Wed Dec 04 2002 - tiwai@suse.de
|
||||
- fixed the undefined weak links.
|
||||
- renamed m4.dif and lib64.dif with libvorbis- prefix to avoid
|
||||
filename conflictions.
|
||||
* Thu Sep 19 2002 - tiwai@suse.de
|
||||
- don't add -I/usr/include to VORBIS_VFLAGS.
|
||||
- fix test for prefix.
|
||||
- move devel documents under %%{_docdir}/libvorbis-devel.
|
||||
* Mon Aug 12 2002 - tiwai@suse.de
|
||||
- added Requires %%{name} = %%{version} to devel package.
|
||||
* Tue Jul 23 2002 - tiwai@suse.de
|
||||
- fixed m4 file for lib64.
|
||||
- provides the backward compatible m4 file.
|
||||
* Mon Jul 22 2002 - tiwai@suse.de
|
||||
- updated to version 1.0.
|
||||
- clean up the spec file.
|
||||
- added %%run_ldconfig.
|
||||
* Wed Jun 12 2002 - meissner@suse.de
|
||||
- rm acinclude.m4 so we don't have the problematic ogg.m4 (which contains
|
||||
/lib hardcoded).
|
||||
* Thu Apr 18 2002 - kukuk@suse.de
|
||||
- Remove additional optimization, default is better
|
||||
- Add --libdir to configure to build on x86_64
|
||||
* Thu Feb 07 2002 - tiwai@suse.de
|
||||
- fixed build on s390x.
|
||||
* Fri Jan 04 2002 - tiwai@suse.de
|
||||
- updated to RC3.
|
||||
sync with cvs 2002.01.04.
|
||||
* Tue Dec 04 2001 - tiwai@suse.de
|
||||
- sync with cvs 2001.12.04.
|
||||
* Wed Oct 24 2001 - tiwai@suse.de
|
||||
- sync with cvs 20011024.
|
||||
+ fixed/updated documents
|
||||
+ tuned up parameters
|
||||
+ bugfixes on 64bit arch.
|
||||
- removed Requires to libogg.
|
||||
* Sat Oct 20 2001 - schwab@suse.de
|
||||
- Fix use of qsort.
|
||||
* Mon Aug 13 2001 - tiwai@suse.de
|
||||
- updated to 1.0rc2 from cvs 20010813.
|
||||
* Thu Jun 07 2001 - tiwai@suse.de
|
||||
- fixed build with the recent libtool.
|
||||
* Tue Apr 03 2001 - bk@suse.de
|
||||
- make use of RPM_OPT_FLAGS
|
||||
- include the include/vorbis dir into the file list(+rpm-macroized)
|
||||
* Mon Mar 12 2001 - tiwai@suse.de
|
||||
- corrected copyright in spec file.
|
||||
* Mon Feb 26 2001 - tiwai@suse.de
|
||||
- Updated to 1.0beta4.
|
||||
* Wed Jan 31 2001 - tiwai@suse.de
|
||||
- Initial version: 1.0beta3.
|
Loading…
Reference in New Issue
Block a user