search for: evr

Displaying 20 results from an estimated 46 matches for "evr".

Did you mean: err
2020 Oct 23
0
Wine release 5.20
...LSPEC_HOTPATCH for GetCommandLine[AW]. Nikolay Sivov (57): kernelbase: Add a name for codepage 708. dbgeng/tests: Use different flags for unsupported options. mfplat/mediatype: Enable IMFVideoMediaType based on major type. mfplat/mediatype: Add IMFAudioMediaType stub. evr/mixer: Add SetOutputBounds(). evr/mixer: Use regular media type interface for input streams. evr/mixer: Use regular media type interface for the output stream. evr/mixer: Implement SetOutputType(). dxva2/tests: Add a test for GetVideoProcessorDeviceGuids(). d3d11/tests...
2020 Oct 09
0
Wine release 5.19
...exe: Stub MmProtectMdlSystemAddress. Nikolay Sivov (53): server: Inherit standard handles together with explicit handle list. combase: Remove dead assignment (Coverity). mfreadwrite/tests: Add return value test (Coverity). include: Add DWRITE_MAKE_FONT_AXIS_TAG macro. evr/mixer: Store input type attributes. evr/mixer: Add IMFQualityAdvise stub. evr/presenter: Add IMFGetService stub. evr/presenter: Create device manager for the presenter. evr/presenter: Create d3d device on presenter creation. evr/presenter: Expose IMFVideoDisplayControl...
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi A search of google failed to show any prebuilt rpms for sshfs and fuse. I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of help. Before I dive headlong into this has anyone successfully built fuse/sshfs against Centos 4.4. If so would you share your experience? Thanks Daveh
2020 Jul 03
0
Wine release 5.12
...handle management for device manager. dxva2: Add IDirectXVideoProcessorService stub. mfplat: Add IMFVideoMediaType semi-stub. mfplat: Implement MFCreateMFVideoFormatFromMFMediaType(). mfplat: Implement GetVideoFormat(). dxva2: Implement DXVA2CreateVideoService(). evr: Implement MFT_MESSAGE_SET_D3D_MANAGER for default mixer. evr: Implement input type validation for the mixer. include: Make inline helpers compatible with NONAMELESSUNION. mfplat: Add MFConvertColorInfoToDXVA(). include: Add some more EVR mixer interfaces. evr/tests: A...
2020 Jul 17
0
Wine release 5.13
...ist parser. Myah Caron (2): msvcrt: Don't reset MXCSR status in __control87_2 if control information is not changed. ntdll/tests: Add test to check if GetTickCount is updated after sleeping. Nikolay Sivov (30): mfplat: Implement sample tracking. mf: Add a sink stub for EVR. mf/evr: Add IMFMediaSinkPreroll stub. mf/evr: Return sink flags. mf/evr: Track shutdown state. mf: Make freeing function optional for object activator. mf/evr: Create mixer object on activation. mf/evr: Create presenter object on activation. mf/evr: Add IM...
2009 Jun 26
0
RPM python subroutine for (epoch, version, release) comparation?
Hi, all, ? ?On Centos 5 I am programming RPM with python recently. ?When I read the online RPM python programming guide at http://docs.fedoraproject.org/drafts/rpm-guide-en/ch16s05.html, I got confused at the EVR() function as the function returns the (epoch, version, release) as a string ?%epoch-%version-%release?, and so the RPM ?comparing process is simplified as string comparing ? which doesn?t look correct, am I wrong? See the code from the page: ? ------------------------------------------------------...
2020 Sep 11
0
Wine release 5.17
...combase: Move default memory stream implementation. api-ms: Redirect com-private to combase. combase: Implement local server registration via SCM. kernelbase: Forward ConvertToAutoInheritPrivateObjectSecurity() to ntdll. combase: Use typed list iteration macros. evr: Create and initialize mixer transform attributes. evr/mixer: Use same max input count symbol for GetStreamLimits(). mf/evr: Actually use custom mixer when available. mf/evr: Implement stream sinks management functionality. mf/evr: Add events support for video stream sinks....
2020 Jun 19
0
Wine release 5.11
...per in mark to mark attachment handler. dwrite: Add missing script tags. dwrite: Simplify single substitution handler. dwrite: Simplify multiple substitution handler. dwrite: Simplify alternate substitution handler. dwrite: Simplify ligature substitution handler. evr/tests: Add basic creation test for default mixer object. evr: Add IMFTransform stub for default video mixer. evr: Add IMFVideoDeviceID to default mixer. evr: Add IMFTopologyServiceLookupClient stub for default mixer. d2d1: Implement D2D1CreateDevice(). evr: Implement s...
1998 Sep 17
1
Lazy Samba (that'd make it Waltz)
...******* O * FIGHT * TRUST NO ONE @ DE E @ BELIEVE THE LIE @ AP * THE * N T * FUTURE!!! * ___THE___ Y A ***************** \ \ / / CSUFBO @ EVRES RO TSISER @ ELGIEVNI @ EVIECED @ ET E @ \ V / E _______________________________________________ O L \ / V |Juan Carlos Castro y Castro | H S / \ E |jcastro@pcshop.com.br | A E / ^ \ R |Linuxeiro, alvinegro...
2017 Sep 29
0
Wine release 2.18
...windowscodecs: Add support for palette image formats to PNG encoder. windowscodecs/tests: Add some tests for encoding 1bpp/8bpp images with a palette. ole32: Add a trace to IDataObject::GetData. ole32: Trace clsid in IStorage::SetClass. Fabian Maurer (16): strmiids: Add evr interface GUIDS. mfuuid: Add library. comctl32/taskdialog: Initial support for callback procedure. api-ms-win-core-processtopology-obsolete-l1-1-0: Add dll. api-ms-win-core-wow64-l1-1-1: Add dll. api-ms-win-core-errorhandling-l1-1-3: Add dll. api-ms-win-core-file...
2016 Feb 18
0
[PATCH 3/3] Add and use an helper error function
...rs -"; - exit 1 +" let rec get_package_handler () = match !handler with diff --git a/src/pacman.ml b/src/pacman.ml index 45fb393..3340fa6 100644 --- a/src/pacman.ml +++ b/src/pacman.ml @@ -66,10 +66,8 @@ let pacman_package_of_string str = ) lines; let name = !name and evr = !evr and arch = !arch in - if name = "" || evr = "" || arch = "" then ( - eprintf "supermin: pacman: Name/Version/Architecture field missing in output of %s\n" cmd; - exit 1 - ); + if name = "" || evr = "" || arch = &q...
2019 Aug 30
0
Wine release 4.15
...sses. http.sys: Fill out the request headers. http.sys: Implement HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY. strmbase: Get rid of the "debug_info" parameter to strmbase_filter_init(). strmbase: Zero-initialize the BaseRenderer structure in strmbase_renderer_init(). evr: Consistently use base renderer methods. evr/tests: Add some tests for IEnumPins. evr/tests: Add some tests for IBaseFilter::FindPin(). evr/tests: Add some tests for querying pin information. http.sys: Assign a unique ID to each request. http.sys: Keep track of pending...
2010 Oct 10
8
recommended way to install source rpms?
yes, i've read the online docs and followed a link or two to find a simple way to do this, such as: http://sourceware.org/systemtap/wiki/SystemTapOnCentOS so, these days, is that the canonical way to download source rpms? now, note that i'm not arguing about whether this is a good idea. in my circumstances, i want the ability to just "yum download" source rpms so that i can
1998 Nov 16
3
samba ver 2 beta 1 (gaping wide bug)
Please excuse me if this has been covered, but I just noticed something odd with samba 2 beta 1. If I use smbclient to connect to a passworded resource on a win machine (I've tried it with 98/95) and I just hit enter for the password, it lets me in. No questions asked. So, I pretty much have unlimited read access to stuff I should not be able to get to. Best Regards. If this is the wrong
2016 Feb 18
4
[PATCH 0/3] supermin: miscellaneous cleanups
Hi, few cleanups in the supermin codebase; no actual functional change. Thanks, -- Pino Toscano (3): ext2: simplify tracking of visited modules utils: remove unused run_python function Add and use an helper error function src/build.ml | 20 +++++----------- src/dpkg.ml | 4 +--- src/ext2_initrd.ml | 10 ++++---- src/kernel.ml | 27
2019 Apr 12
6
[supermin PATCH 0/5] rpm: fix package selection w/ multilib
This patch series fixes the way supermin sorts the list of installed packages when resolving a name, picking the right package for the host architecture. Pino Toscano (5): rpm: do not unpack parameters rpm: fix version comparison rpm: query the RPM architecture rpm: fix package sorting (RHBZ#1696822) utils: remove unused 'compare_architecture' function src/librpm-c.c | 10
2020 Sep 25
0
Wine release 5.18
...rd around library contents. combase: Use public symbol for special PS context flag. ole32: Remove some leftovers from private header. combase: Manage per-thread call cancellation counter. oleacc: Use wide string constants. oleacc/tests: Use wide string constants. evr/mixer: Handle uninitialized input case in GetOutputAvailableType(). evr/tests: Add a test for returned input type instance. dxva2: Implement CreateSurface(). dxva2: Return single software device for GetVideoProcessorDeviceGuids(). ole32/clipboard: Use wide string constants....
2015 May 01
1
kernel-debuginfo
Hi, Even though I am not running a centos.plus kernel yum wants to install the kernel-debuginfo for it. # yum install --disablerepo=\* --enablerepo=base-debuginfo kernel-debuginfo Loaded plugins: fastestmirror, refresh-packagekit Setting up Install Process Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package kernel-debuginfo.x86_64
1998 Sep 17
1
Logon Musings
...******* O * FIGHT * TRUST NO ONE @ DE E @ BELIEVE THE LIE @ AP * THE * N T * FUTURE!!! * ___THE___ Y A ***************** \ \ / / CSUFBO @ EVRES RO TSISER @ ELGIEVNI @ EVIECED @ ET E @ \ V / E _______________________________________________ O L \ / V |Juan Carlos Castro y Castro | H S / \ E |jcastro@pcshop.com.br | A E / ^ \ R |Linuxeiro, alvinegro...
1998 Oct 20
1
Safe Win9x?
I want to install a linux samba server to serve 30 win9x machines. I want to prevent users from writing on the local drives, they should have write access only to their home dirs on the samba box. These users have a nasty habit of deleting crucial system files. Is it at all possible with win9x and samba? Of course NT workstations could resolve the problem, but that's not an option with these