Re: avidemux: need some programming help

2011-06-01 Thread Richard Shaw
On Wed, Jun 1, 2011 at 11:41 AM, Dan Horák  wrote:
> Richard Shaw píše v St 01. 06. 2011 v 11:28 -0500:
>> Ok, so something in the new js (1.8.5) broke avidemux in Fedora 15[1]
>> and I'm in over my head so some direction would be appreciated. The
>> only error info I have from the build log is:
>
> I have seen js-1.8.5-related patches in some packages in Fedora (eg.
> callweaver, but everything that depends on js-devel could have a patch),
> it could help you with porting avidemux.

This only thing I have figured out so far is that while both 1.70 and
1.8.5 have a header called jsutil.h, only 1.8.5 has it included in the
main header jsapi.h...

Not sure what to do from here other than go back to using the bundled js...

Richard


Re: avidemux: need some programming help

2011-06-01 Thread Dan Horák
Richard Shaw píše v St 01. 06. 2011 v 11:28 -0500: 
> Ok, so something in the new js (1.8.5) broke avidemux in Fedora 15[1]
> and I'm in over my head so some direction would be appreciated. The
> only error info I have from the build log is:

I have seen js-1.8.5-related patches in some packages in Fedora (eg.
callweaver, but everything that depends on js-devel could have a patch),
it could help you with porting avidemux.


Dan




Re: Attempting to update omnibook, omnibook-kmod, and akmod-omnibook

2011-06-01 Thread Ryan Martin
I was able to generate a full set of binary and source packages for both
omnibook and omnibook-kmod. I should point out that the actual change to the
existing package is tiny, almost trivial, and was only needed to compensate
for a change in linker behavior. If the old package was acceptable, the new
should be as well.

I suspect everyone's busy with F15-related things just now,  so I should
mention that the akmod worked fine on my Toshiba laptop after my preupgrade
to F15. Hope someone can get to the review soon!

Best,
Ryan

On Thu, May 26, 2011 at 4:52 PM, Ryan Martin  wrote:

> Sorry about the pause, life got busy on me. I've submitted the
> omnibook-kmod SRPM for review.
>
> Best, Ryan
> On May 25, 2011 8:33 AM, "Dominik 'Rathann' Mierzejewski" <
> domi...@greysector.net> wrote:
> > Hi Ryan,
> > welcome on board.
> >
> > On Sunday, 22 May 2011 at 18:39, Ryan Martin wrote:
> > [...]
> >> Recently, I was able to fix a bug in the Omnibook support package, a
> >> somewhat abandoned set of drivers for certain laptop-specific
> >> functions of many HP and Toshiba laptops.
> >> (
> http://sourceforge.net/tracker/?func=detail&aid=3157406&group_id=174260&atid=868544
> )
> >
> > While I can't say if your fix is proper, your work is definitely
> > welcome. I don't have as much time as I used to to work on my packages,
> > so someone with the same hardware would be appreciated.
> >
> >
> >> I've been going through the process of joining RPM Fusion in order to
> >> update these packages, but I've hit a bit of a deadlock. According to
> >> the contributors page, in order to get sponsored and get CVS access to
> >> RPM Fusion, I'm supposed to submit a package for review.
> >
> > Becoming a packager without creating a new package is not without
> > precedent and I could sponsor you. However, I'd like you to do a couple
> > of package reviews (non-binding, obviously), to evaluate your grasp
> > of packaging guidelines and best practices. The package reviews can be
> > done either in Fedora or RPMFusion.
> >
> >> However,
> >> rather than reinvent the akmod and kmod spec file from scratch, I'd
> >> like to update the exising ones. It seems that without getting
> >> sponsored, I cannot get the ssh access to cvs.rpmfusion.org that would
> >> allow me to check out and review the work that's already been done.
> >
> > You can get the src.rpm and see the specfile inside. Please send any
> > patches my way and I'll apply them.
> >
> > Regards,
> > Dominik
> > --
> > Fedora http://fedoraproject.org/wiki/User:Rathann
> > RPMFusion http://rpmfusion.org | MPlayer http://mplayerhq.hu
> > "Faith manages."
> > -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
>


avidemux: need some programming help

2011-06-01 Thread Richard Shaw
Ok, so something in the new js (1.8.5) broke avidemux in Fedora 15[1]
and I'm in over my head so some direction would be appreciated. The
only error info I have from the build log is:
---
In file included from /usr/include/jsval.h:48:0,
 from /usr/include/jspubtd.h:47,
 from /usr/include/jsapi.h:49,
 from
/builddir/build/BUILD/avidemux_2.5.4/avidemux/ADM_script/ADM_JSAvidemux.h:8,
 from
/builddir/build/BUILD/avidemux_2.5.4/avidemux/ADM_script/ADM_JSAvidemux.cpp:17:
/usr/include/jsutil.h:213:5: error: stray '#' in program
/usr/include/jsutil.h:217:5: error: stray '#' in program
/usr/include/jsutil.h:221:5: error: stray '#' in program
/usr/include/jsutil.h:225:5: error: stray '#' in program
In file included from /usr/include/jsval.h:48:0,
 from /usr/include/jspubtd.h:47,
 from /usr/include/jsapi.h:49,
 from
/builddir/build/BUILD/avidemux_2.5.4/avidemux/ADM_script/ADM_JSAvidemux.h:8,
 from
/builddir/build/BUILD/avidemux_2.5.4/avidemux/ADM_script/ADM_JSAvidemux.cpp:17:
/usr/include/jsutil.h: In function 'void* js_malloc(size_t)':
/usr/include/jsutil.h:213:24: error: 'error' was not declared in this scope
/usr/include/jsutil.h: In function 'void* js_calloc(size_t)':
/usr/include/jsutil.h:217:27: error: 'error' was not declared in this scope
/usr/include/jsutil.h: In function 'void* js_realloc(void*, size_t)':
/usr/include/jsutil.h:221:27: error: 'error' was not declared in this scope
/usr/include/jsutil.h: In function 'void js_free(void*)':
/usr/include/jsutil.h:225:13: error: 'error' was not declared in this scope
---

Upstream[2] doesn't want to deal with it since avidemux is not in Fedora...

Thanks,
Richard

[1] https://bugzilla.rpmfusion.org/show_bug.cgi?id=1756
[2] https://admin.fedoraproject.org/updates/js-1.8.5-4.fc15


RPM Fusion (Fedora - nonfree) Package Build Report 2011-06-01

2011-06-01 Thread rpmfusion-pkgs-report


Packages built and released for RPM Fusion (Fedora - nonfree) 14: 2

rpmfusion-nonfree-release-14-1
sdlmame-data-0142-1.fc14



Packages built and released for RPM Fusion (Fedora - nonfree) testing/14: 1

pushover-0.0.3-1.fc14



Packages built and released for RPM Fusion (Fedora - nonfree) 13: 5

catalyst-kmod-11.4-1.fc13
catalyst-kmod-11.4-1.fc13.1
rpmfusion-nonfree-release-13-4
sdlmame-data-0142-1.fc13
xorg-x11-drv-catalyst-11.4-1.fc13



Changes in RPM Fusion (Fedora - nonfree) 14: 


rpmfusion-nonfree-release-14-1
--
* Sat May 28 2011 Thorsten Leemhuis  - 14-1
- Add keys for Rawhide/F16

sdlmame-data-0142-1.fc14

* Thu May 12 2011 Julian Sikorski  - 0142-1
- Updated to 0.142



Changes in RPM Fusion (Fedora - nonfree) testing/14: 


pushover-0.0.3-1.fc14
-
* Mon May 30 2011 Andrea Musuruane  0.0.3-1
- New upstream release
- Packaged new desktop icons



Changes in RPM Fusion (Fedora - nonfree) 13: 


catalyst-kmod-11.4-1.fc13
-
* Mon May 02 2011 Stewart Adam  11.4-1
- Update to Catalyst 11.4 (internal version 8.84.1)

catalyst-kmod-11.4-1.fc13.1
---
* Thu May 05 2011 Thorsten Leemhuis  - 11.4-1.1
- rebuild for updated kernel

rpmfusion-nonfree-release-13-4
--
* Sat May 28 2011 Thorsten Leemhuis  - 13-4
- Add keys for Rawhide/F16

sdlmame-data-0142-1.fc13

* Thu May 12 2011 Julian Sikorski  - 0142-1
- Updated to 0.142

xorg-x11-drv-catalyst-11.4-1.fc13
-
* Mon May 02 2011 Stewart Adam  11.4-1
- Update to Catalyst 11.4 (internal version 8.84.1)



RPM Fusion (Fedora - free) Package Build Report 2011-06-01

2011-06-01 Thread rpmfusion-pkgs-report


Packages built and released for RPM Fusion (Fedora - free) 14: 11

audacity-freeworld-1.3.13-0.4.beta.fc14
cmus-2.4.0-2.fc14
dvbcut-0.6.1-1.svn176.fc14
dvdstyler-1.8.3-1.fc14
ffmpeg-0.6.3-1.fc14
gecko-mediaplayer-1.0.3-1.fc14
gnome-mplayer-1.0.3-1.fc14
guvcview-1.4.5-1.fc14
mixxx-1.9.0-2.fc14
rpmfusion-free-release-14-1
wxsvg-1.0.8-1.fc14



Packages built and released for RPM Fusion (Fedora - free) testing/14: 1

openshot-1.3.1-1.fc14



Packages built and released for RPM Fusion (Fedora - free) 13: 6

dvdstyler-1.8.3-1.fc13
gecko-mediaplayer-1.0.3-1.fc13
gnome-mplayer-1.0.3-1.fc13
guvcview-1.4.5-1.fc13
rpmfusion-free-release-13-4
wxsvg-1.0.8-1.fc13



Packages built and released for RPM Fusion (Fedora - free) development: 1

openshot-1.3.1-1.fc15



Changes in RPM Fusion (Fedora - free) 14: 


audacity-freeworld-1.3.13-0.4.beta.fc14
---
* Sat Apr 30 2011 David Timms  - 1.3.13-0.4.beta
- fix files and dir ownership including -manual files in the main package

* Tue Apr 26 2011 David Timms  - 1.3.13-0.2.beta
- delete help file Source reference; will be done in Fedora instead.

* Sun Apr 24 2011 David Timms  - 1.3.13-0.2.beta
- upgrade to 1.3.13-beta
- drop patches included in upstream release
- convert desktop file to a patch against new upstream .desktop file.

cmus-2.4.0-2.fc14
-
* Wed May 11 2011 Conrad Meyer  - 2.4.0-2
- Include configure patch to find ffmpeg.

* Mon Apr 25 2011 Johannes Weißl  - 2.4.0-1
- New upstream release.

dvbcut-0.6.1-1.svn176.fc14
--
* Mon Apr 25 2011 David Timms  - 0.6.1-1.svn176
- update to 0.6.1 release post svn176
- includes upstream enhancement to work with certain transport streams
- delete upstreamed patches
- update makefile patches
- delete desktop file, patch included desktop file instead.

* Fri Apr 22 2011 David Timms  - 0.6.0-13.svn170
- add patch to fix code to allow build with gcc-4.6
- add export dialog close button to suit gnome 3

dvdstyler-1.8.3-1.fc14
--
* Mon May 02 2011 Stewart Adam  - 1:1.8.3-1
- Update to 1.8.3

ffmpeg-0.6.3-1.fc14
---
* Wed May 04 2011 Nicolas Chauvet  - 0.6.3-1
- Update to 0.6.3

gecko-mediaplayer-1.0.3-1.fc14
--
* Mon Apr 25 2011 Julian Sikorski  - 1.0.3-1
- Dropped included patches
- Added logic to support gsettings/GConf
- Updated GConf scriptlets to the latest spec

* Sat Nov 06 2010 Julian Sikorski  - 1.0.0-1
- Updated to 1.0.0
- Fixed xulrunner 2 detection

gnome-mplayer-1.0.3-1.fc14
--
* Mon Apr 25 2011 Julian Sikorski  - 1.0.3-1
- Dropped included patches
- Added logic to support gsettings/GConf
- Updated GConf scriptlets to the latest spec

guvcview-1.4.5-1.fc14
-
* Thu Apr 28 2011 Thomas Moschny  - 1.4.5-1
- Update to 1.4.5.

mixxx-1.9.0-2.fc14
--
* Mon May 09 2011 John Brier  - 1.9.0-2
- add BuildRequires phonon-backend-gstreamer since phonon-backend-vlc
  is broken in rpmfusion currently

* Tue Feb 22 2011 John Brier - 1.9.0-1
- Update to 1.9.0
- Added BuildRequires to spec file for taglib-devel and flac-devel header files

rpmfusion-free-release-14-1
---
* Sat May 28 2011 Thorsten Leemhuis  - 14-1
- Add keys for Rawhide/F16

wxsvg-1.0.8-1.fc14
--
* Mon May 02 2011 Stewart Adam  - 1.0.8-1
- Update to 1.0.8



Changes in RPM Fusion (Fedora - free) testing/14: 


openshot-1.3.1-1.fc14
-
* Tue May 31 2011 Richard Shaw  - 1.3.1-1
- Update to latest release: 1.3.1



Changes in RPM Fusion (Fedora - free) 13: 


dvdstyler-1.8.3-1.fc13
--
* Mon May 02 2011 Stewart Adam  - 1:1.8.3-1
- Update to 1.8.3

gecko-mediaplayer-1.0.3-1.fc13
--
* Mon Apr 25 2011 Julian Sikorski  - 1.0.3-1
- Dropped included patches
- Added logic to support gsettings/GConf
- Updated GConf scriptlets to the latest spec

* Sat Nov 06 2010 Julian Sikorski  - 1.0.0-1
- Updated to 1.0.0
- Fixed xulrunner 2 detection

gnome-mplayer-1.0.3-1.fc13
--
* Mon Apr 25 2011 Julian Sikorski  - 1.0.3-1
- Dropped included patches
- Added logic to support gsettings/GConf
- Updated GConf scriptlets to the latest spec

guvcview-1.4.5-1.fc13
-
* Thu Apr 28 2011 Thomas Moschny  - 1.4.5-1
- Update to 1.4.5.

rpmfusion-free-release-13-4
---