search for: 1.1.3

Displaying 20 results from an estimated 826 matches for "1.1.3".

Did you mean: 1.0.3
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
Hi! I have trouble compiling the flac library using Microsofts free (yes MS gives it away including the optimizing C++ compiler msvc8.0) Visual Studio Express 2005. I get the output shown below. Does anyone have a way to make flac compile in VS 2005? Thanks! Ulrik 1>------ Rebuild All started: Project: replaygain_analysis_static, Configuration: Debug Win32 ------ 1>Deleting
2006 Oct 19
2
vorbis-tools patch to support upcoming FLAC 1.1.3
hello all, (cc'ing some other package maintainers) I attached a patch against vorbis-tools-1.1.1 to make the code also compile against the upcoming FLAC 1.1.3, beta available here: http://prdownloads.sourceforge.net/flac/flac-1.1.3-beta2.tar.gz?download changelog: http://flac.cvs.sourceforge.net/*checkout*/flac/flac/doc/html/changelog.html with FLAC 1.1.3 there is no need for EasyFLAC. the
2008 Feb 15
1
Socket read returned insufficient data
In the several months I''ve been using Mongrel, I''ve experienced two crashes. Both were immediately following a "Socket read returned insufficient data" error from HTTPRequest. Both times, the mongrel process would hang indefinitely (and not respond to requests) untill manually killed. The first instance references a line where I was using
2018 Mar 07
0
[ANNOUNCE] mkfontscale 1.1.3
mkfontscale creates the fonts.scale and fonts.dir index files used by the legacy X11 font system. Alan Coopersmith (1): mkfontscale 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Jeremy Huddleston Sequoia (1): mkfontscale: Avoid a buffer underrun Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead
2018 Mar 10
0
[ANNOUNCE] xload 1.1.3
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xload 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (2): Use Windows load interface for Win32 build, as well as Cygwin Don't try to use [gs]et[ug]id on Win32 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1):
2019 Feb 19
0
[ANNOUNCE] xlsatoms 1.1.3
xlsatoms lists the interned atoms defined on an X11 server This release fixes issues with listing ranges of atoms, as well as including general janitorial maintenance. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xlsatoms 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1):
2019 Mar 10
0
[ANNOUNCE] xfd 1.1.3
xfd is a small gui tool to display all the characters in a font using either the X11 core protocol or libXft2. Alan Coopersmith (7): Move domaindir declaration inside #ifdef USE_GETTEXT configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration Re-enable code to use XKB
2019 Mar 16
0
[ANNOUNCE] libXdmcp 1.1.3
libXdmcp is the X Display Manager Control Protocol library, used by both X servers and display managers to handle both ends of the XDMCP connection. This release provides a fix for CVE-2017-2625 for platforms which don't have arc4random_buf() in their default libraries but do have getentropy(), such as Linux platforms with a kernel version of 3.17 or newer and a glibc version of 2.25 or
2019 Mar 16
0
[ANNOUNCE] libXmu 1.1.3
The libXmu package includes the sources to both libXmu and libXmuu. These libraries contains miscellaneous utilities that are not part of the Xlib standard. libXmuu contains the subset of libXmu functions that do not rely on the Athena Widgets (libXaw) or X Toolkit Instrinsics (libXt). This minor maintenance release includes some small bug fixes, build configuration improvements and janitorial
2008 Mar 04
2
Why would ActiveRecord connect to Postgres as root?
My databases.yml makes no mention of root and in my dev environment everything works fine, however following a deployment with Capistrano about an hour ago, I get the following error: PGError in HomeController#index FATAL: role "root" does not exist /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_adapters/postgresql_adapter.rb:713:in `connect''
2008 Mar 16
0
Corrupt rspec_on_rails tar file?
I just downloaded rspec_on_rails-1.1.3.tgz onto a mac on OSX 10.4 and another computer (Ubuntu 7.10) and I get the same tar errors when I try to decompress: rspec_on_rails-1.1.3/spec_resources/views/view_spec/implicit_helper.rhtml rspec_on_rails-1.1.3/spec_resources/views/view_spec/multiple_helpers.rhtml gzip: stdin: decompression OK, trailing garbage ignored
2023 Feb 23
0
[ANNOUNCE] xbitmaps 1.1.3
This package contains bitmaps commonly used in X.Org applications. The bitmaps are in the X BitMap (XBM) format. This release primarily makes the configure process more efficient. Alan Coopersmith (7): Update README for gitlab migration Update configure.ac bug URL for gitlab migration gitlab CI: add a basic build test Build xz tarballs instead of bzip2 gitlab CI:
2023 Feb 28
0
[ANNOUNCE] font-misc-misc 1.1.3
This release bundles up the last twelve years worth of build system improvements, including making the configure script more efficient and using the -n flag to gzip to improve build reproducibility. It also corrects an incorrectly drawn glyph for a Japanese character in the k14 font. Alan Coopersmith (10): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1
2006 Oct 03
2
Error when building doc/html
Hello, I had to comment out the 'html' directory in the docs directory Makefile.am (in cvs) or else the following would occur: test -z "/usr/share/doc/flac-1.1.3/html" || mkdir -p -- "/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html" /bin/install -c -m 644 'changelog.html'
2006 Dec 05
4
flac-1.1.3 fails to decode where flac-1.1.2 works
I'm attempting to decode part of a largefile flac whose seektable is broken or missing and the file is shorter then it's supposed to be, when I use 1.1.2 it decodes fine, when I use 1.1.3 it fails flac --decode --skip=719:58.0 --until=1024:58.0 -o \/home\/sbh\/work\/hs\/out.wav \/mnt\/ss\/sdb\/Sound\/Recording\/2006\-11\-29\/in.flac out.wav: ERROR seeking while skipping bytes
2006 Dec 05
4
flac-1.1.3 fails to decode where flac-1.1.2 works
I'm attempting to decode part of a largefile flac whose seektable is broken or missing and the file is shorter then it's supposed to be, when I use 1.1.2 it decodes fine, when I use 1.1.3 it fails flac --decode --skip=719:58.0 --until=1024:58.0 -o \/home\/sbh\/work\/hs\/out.wav \/mnt\/ss\/sdb\/Sound\/Recording\/2006\-11\-29\/in.flac out.wav: ERROR seeking while skipping bytes
2008 Sep 26
2
dovecot-1.1.3 failure to install
I'm using Fedora 9 I downloaded dovecot-1.1.3.tar.gz and extracted it. I then opened a terminal in the extracted window. Your install instructions say: For most people, the usual: ./configure make sudo make install but when I did them I got [root at mydomain dovecot-1.1.3]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is
2008 May 05
2
Deploying to a staging server using Capistrano: how to start up BackgrounDRb?
Hi. I am using BackgrounDRb to process thumbnails and upload to S3 - things are hunky-dory in development (thumbs are generated, these are uploaded to S3, the metadata is saved to trhe DB, and I get a nice status page updated by periodic calls via ask_status), but when I tried to deploy to our staging server and stop/start BackgrounDRb via Capistrano, things blew up - well, not exactly,
2008 Jan 31
4
RSpec-1.1.3
RSpec-1.1.3 has been released. If you''re using RSpec and autotest, you''ll have to upgrade to RSpec-1.1.3 and ZenTest-3.9.0 at the same time. == Version 1.1.3 Maintenance release. * Tightened up exceptions list in autotest/rails_spec. Closes #264. * Applied patch from Ryan Davis for ZenTest-3.9.0 compatibility * Applied patch from Kero to add step_upcoming to story listeners.
2006 Jun 28
9
Rails Borked After 1.1.3 Install?
I installed 1.1.3 on my OS X Tiger machine and now I''m seeing very strange results. When hitting a controller action, I am told that perfectly valid methods are not there: NoMethodError (undefined method `find'' for VideoTrack:Module) Huh? Here''s the code in question: VideoTrack.find(:all, :conditions => "featured_video = 1", :order =>