search for: pclouds

Displaying 20 results from an estimated 20 matches for "pclouds".

Did you mean: clouds
2018 Nov 21
1
Pcloud and Rclone: NUL added to beginning of each file
Hello, I'm experiencing a really strange behaviour with Samba that I can't easily debug. I have a pCloud account mounted using rCloud (Fuse file system) with the following command: rclone mount --allow-other --umask 0007 pcloud:/ /media/alerinaldi/pcloud The mounted directory is then shared with Samba in read/write. It all seemed to work like a charm, except for a really strange
2007 Oct 13
3
[Bug 12794] New: swfdec_text_field_movie assertion on blocky.swf
...rm: x86 (IA32) URL: http://www.shockwave.com/content/blocky/sis/blocky.swf OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: pclouds at gmail.com QAContact: swfdec at lists.freedesktop.org Swfdec-ERROR **: file swfdec_text_field_movie.c: line 115 (swfdec_text_field_movie_generate_paragraph): assertion failed: (start_index < end_index) aborting... Aborted -- Configure bugmail: http://bugs.freedesktop.org/userpref...
2007 Jun 02
2
small bug in swfdec_mouse_as.c
Hi, I found a small bug there. BTW which way is expected to send patches? Attach a couple of git-format-patch(ed) patches in email, use git-send-email or push to a git repository and notify the list? Cheers, diff --git a/libswfdec/swfdec_mouse_as.c b/libswfdec/swfdec_mouse_as.c index d4d53d9..9483bbf 100644 --- a/libswfdec/swfdec_mouse_as.c +++ b/libswfdec/swfdec_mouse_as.c @@ -31,7 +31,7 @@
2013 Jun 19
1
Error 400 on SERVER: No such file or directory - getcwd
...not retrieve catalog from remote server: Error 400 on SERVER: No such file or directory - getcwd at /etc/puppet/manifests/nodes.pp:2 on node my.domain.net the line in question is getting a custom module which has not changed recently. I was installing http://www.practicalclouds.com/content/guide/pclouds-vcsdeploy-deploy-stuff and having some permissions issues, so I think this may well be to do with permissions. However I am at a loss as to what as everything looks to be ok. Puppet Master and two client nodes on Debian Wheezy, the clients both return this error. Puppet version 3.2.1 on all 3. An...
2007 Jun 18
2
as branch progress report
Since there seem to be quite some people hacking on the as branch, I'd like to give some report about its progress. So if you encounter regressions after a git pull, you know where to look (or who to ask). For everyone not aware of this, the as branch will become 0.5.0 at some point. I should probably merge it into HEAD soon and start releasing it, but I'm still unsure about this, because
2008 Apr 17
1
[Bug 15565] New: Support ffmpeg-0.4.9_p20080326
....9_p20080326 Product: swfdec Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: pclouds at gmail.com QAContact: swfdec at lists.freedesktop.org
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
...100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ Andreas Henriksson <andreas at fatal.se> Benjamin Otte <otte at gnome.org> +Cristian Grada <krigenator at gmail.com> David Schleef <ds at schleef.org> Eric Anholt <eric at anholt.net> Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> commit c861aca82e14d14e1ffb7f1828b489fa3a1739e9 Author: Cristian Grada <krigenator at gmail.com> Date: Sun Oct 21 13:35:46 2007 +0200 add proper images for 16x16 and 22x22 diff --git a/configure.ac b/configure.ac index 04ada89..97d474b 100644 --- a/configure.ac +++ b/...
2007 Jul 01
1
implementing MovieClip drawing API
Hi, I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I initially thought I could place an SwfdecShape inside an SwfdecSpriteMovie created by createEmptyMovieClip then call swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle} were called. It wasn't as easy as I had thought. All the functions are highly tied to swf bitstream, even adding an SwfdecShapeMovie to
2007 Jul 27
1
make swfdec a gstreamer backend?
Hi, I don't know much about gstreamer internals so I'm not sure.. The idea just appeared in my mind. Is it possible to make swfdec a gstreamer plugin? Totem then can play swf files. Totem already has a plugin for Epiphany so we don't have to write another plugin for epiphany. I don't know how gstreamer handle interative input though. -- Duy
2007 Jun 13
1
unable to create array with "blah = Array();"
The script is: -->-- trace("begin"); ba = Array(); trace(ba); trace("end"); -->-- Adobe's output: -->-- begin end -->-- swfplay's output: -->-- begin undefined end -->-- Adding swfdec_as_array_construct, which sets return value, didn't help. Tested on latest commit as of today (with some patches of mine but they should have no affect on this).
2007 Jun 20
2
Automating swfdec playing
Hi, I got tired of firing up swfplay, click click click drag, check log output then restart again. How hard is it to create a mechanism to emulate a user to control a flash? What I need is a script like this: sleep 1 # wait for introduction click 100 100 # click at (100,100) sleep 1 click Button12 sleep 1 drag 100 100 200 200 # click (100,100), drag to (200,200), release mouse sleep 1 quit then
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 14:19:45 2007 +0200 actually convert the values to a string when comparing strings diff --git
2008 Apr 18
1
swfdec tests
Hi, I got some test failures [1] in test/image (text-field-color-transform and gradient). Are those tests allowed to fail? Thanks [1] https://bugs.gentoo.org/show_bug.cgi?id=216284 -- Duy
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really got through swfdec context, frame and such. This is fully based on blocky.swf code inspection. thanks to flare, i can extract the below beautiful code. You don't need to understand the whole thing but there is one thing to notice: border[XY]start are initialized in on(press) and get used in on(release). Currently swfdec
2007 Jun 03
1
some patches for swfdec
Here are some patches I made yesterday. They add three actions: duplicateClip, removeClip and With, one method Math.abs and bug fixes. All base off 'as' branch. Please have a look if you are going to apply them because I'm quite new in swfdec development. BTW, how can I implement createEmptyMovieClip? I have no idea how to create an SwfdecMovie properly. I also need to add the
2007 Jun 10
0
Branch 'as' - 5 commits - libswfdec/swfdec_mouse_as.c libswfdec/swfdec_movie_asprops.c test/trace
...yer = SWFDEC_PLAYER (object->context); + + SWFDEC_AS_VALUE_SET_INT (retval, player->mouse_visible ? 1 : 0); + player->mouse_visible = FALSE; } void diff-tree 5cce0bbbe05d849ae76874d4aae5f9425db59bc5 (from f43ebc571a0c7aeae64c126c58f955c4466dc2ee) Author: Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> Date: Sun Jun 10 23:05:52 2007 +0200 the mouse coordinates are scaled once too often diff --git a/libswfdec/swfdec_movie_asprops.c b/libswfdec/swfdec_movie_asprops.c index ff5f416..c037a2c 100644 --- a/libswfdec/swfdec_movie_asprops.c +++ b/libswfdec/swfdec_movie_asprops.c...
2007 Jun 28
0
Branch 'as' - 5 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
...emovemovieclip + }; + trace (this["movie" + depths[i]] + " @ " + x.getDepth ()); +} + +loadMovie ("FSCommand:quit", ""); diff-tree 2c6cc23e77d61fbdccaa80b43dc1eaf5970297ab (from fd7044406415e0cea602c1ed36ef2992d4d12060) Author: Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> Date: Thu Jun 28 16:01:45 2007 +0200 add RemoveSprite action Signed-off-by: Benjamin Otte <otte at gnome.org> diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 09578b8..e6f6c78 100644 --- a/libswfdec/swfdec_as_interpret.c ++...
2007 Jul 13
0
12 commits - AUTHORS doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...-git a/AUTHORS b/AUTHORS index 4c004b0..9b941b6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,6 @@ +Andreas Henriksson <andreas at fatal.se> Benjamin Otte <otte at gnome.org> David Schleef <ds at schleef.org> +Eric Anholt <eric at anholt.net> +Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> +Pekka Lampila <pekka.lampila at iki.fi> diff --git a/MAINTAINERS b/MAINTAINERS index 4c004b0..4f8b31b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,2 +1 @@ Benjamin Otte <otte at gnome.org> -David Schleef <ds at schleef.org>
2007 Jun 05
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_scope.h
...played in */ SwfdecLoader * loader; /* the loader providing data for the decoder */ SwfdecDecoder * decoder; /* decoder that decoded all the stuff used by us */ diff-tree 2abb607a68429fb202f76674e82a0b4b9f758a72 (from 1a442e379efc06ab078924f0d824b94aae01b34a) Author: Nguyen Thai Ngoc Duy <pclouds at gmail.com> Date: Mon Jun 4 10:11:34 2007 +0200 Fix wrong check diff --git a/libswfdec/swfdec_mouse_as.c b/libswfdec/swfdec_mouse_as.c index d4d53d9..ef36dc7 100644 --- a/libswfdec/swfdec_mouse_as.c +++ b/libswfdec/swfdec_mouse_as.c @@ -31,7 +31,7 @@ swfdec_mouse_addListener (SwfdecAsO...
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary: Nguy?n Th?i Ng?c Duy (7): Add a missing else statement Create swfdec_movie_duplicate Implement action CloneSprite with swfdec_movie_duplicate Add action RemoveSprite Add new variables to the target Remove movies with the same name when adding new movie We don't