Re: [RDD] Rivendell v3.6.4

2022-02-28 Thread Alejandro olivan Alvarez

HI!

Nice one to have.

I keep also a public repo for Rivendell4.X that includes both, releases, 
and nightly snapshots, for Buster, Bullseye and Bookworm, to ease 
testing (I have a 24/7 VM running Bullseye with Rivendell 4.X 
bleeding-edge nightly snapshots, and is totally stable, no crash... 
although some things are broken and do not work at all).


However, I'm starting to think that maybe it would be an interesting and 
relatively quick move, to use the 4.X successful debian-packaging 
experience, to officially port it to the 3.X code (even if this limits 
target systems to past-gen qt4-enabled Debian-derivative systems) as a 
kind of quick way to have a stop-gap/time-buying intermediate-point 
while 4.X gets ready.


Best regards!


On 2/27/22 12:48 AM, Florent Peyraud wrote:

Hi Fred and everybody

Le 22/02/2022 à 16:56, Fred Gleason a écrit :

On behalf of the entire Rivendell development team, I'm pleased to
announce the availability of the next production release of the next
major version of Rivendell, 3.6.4. Rivendell is a full-featured radio
automation system targeted for use in professional broadcast
environments. It is available under the GNU General Public License
version 2.


Great !

I'm also pleased to announce that v3.6.4 bionic packages are available 
on Rivendell-FR repository :


https://apt.rivendell-fr.org

I've also updated the 1 line installer script available at :

https://install.rivendell-fr.irg

I've refactored the packaging to be as close as possible to the 
packaging scheme of v4.0.0beta3, but using genuine debhelper package 
splitting instead of the very manual file distribution among the 
different package build directories as it is currently done in 
v4.0.0beta3. I borrowed some compile tricks from the "rules" Makefile 
of v4.0.0beta3 in order to improve my own build process so that the 
manpages embedded in the packages I provide are working well now ! 
Thanks a lot ;)


Don't hesitate to send me feedback so that I can make some adjustments 
before sending a pull request for the debian packaging files, which 
should ease package maintainability


Best regards

Florent

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell v3.6.4

2022-02-27 Thread Fred Gleason
On Feb 26, 2022, at 18:48, Florent Peyraud  wrote:

> I've refactored the packaging to be as close as possible to the packaging 
> scheme of v4.0.0beta3, but using genuine debhelper package splitting instead 
> of the very manual file distribution among the different package build 
> directories as it is currently done in v4.0.0beta3. I borrowed some compile 
> tricks from the "rules" Makefile of v4.0.0beta3 in order to improve my own 
> build process so that the manpages embedded in the packages I provide are 
> working well now ! Thanks a lot ;)

Nice. Feel free to feed the relevant automation changes back to v4.x if PRs if 
you’d like. I freely admit to being an beginner when it comes to Debian 
packaging. (Not helped by the fact that I’m completely spoiled by the rpm/yum 
toolchain, where everything is centrally architected and documented, as opposed 
to the seeming “herd of cats” approach in dpkg/apt).

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell v3.6.4

2022-02-26 Thread Florent Peyraud

Hi Fred and everybody

Le 22/02/2022 à 16:56, Fred Gleason a écrit :

On behalf of the entire Rivendell development team, I'm pleased to
announce the availability of the next production release of the next
major version of Rivendell, 3.6.4. Rivendell is a full-featured radio
automation system targeted for use in professional broadcast
environments. It is available under the GNU General Public License
version 2.


Great !

I'm also pleased to announce that v3.6.4 bionic packages are available 
on Rivendell-FR repository :


https://apt.rivendell-fr.org

I've also updated the 1 line installer script available at :

https://install.rivendell-fr.irg

I've refactored the packaging to be as close as possible to the 
packaging scheme of v4.0.0beta3, but using genuine debhelper package 
splitting instead of the very manual file distribution among the 
different package build directories as it is currently done in 
v4.0.0beta3. I borrowed some compile tricks from the "rules" Makefile of 
v4.0.0beta3 in order to improve my own build process so that the 
manpages embedded in the packages I provide are working well now ! 
Thanks a lot ;)


Don't hesitate to send me feedback so that I can make some adjustments 
before sending a pull request for the debian packaging files, which 
should ease package maintainability


Best regards

Florent

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Rivendell v3.6.4

2022-02-22 Thread Fred Gleason
On behalf of the entire Rivendell development team, I'm pleased to
announce the availability of the next production release of the next
major version of Rivendell, 3.6.4. Rivendell is a full-featured radio
automation system targeted for use in professional broadcast
environments. It is available under the GNU General Public License
version 2.

From the 'NEWS' file:
*** snip snip ***
Changes:
   RDLogEdit. Added a 'Log Listing (CSV)' report under the 'Reports'
   button in the 'Edit Log' dialog.

   Added a 'SuppressMusicImportLinks=No|Yes' directive to the [Hacks]
   section of rd.conf(5).

   PyPAD Scripts. Added the ability to filter PAD updates by Group membership
   on a per-script instance basis. See the documentation for the [NowGroups]
   and [NextGroups] sections in the script exemplar files.

   Now & Next/PAD System. Deprecated the use of the 'Transmit Now & Next data'
   checkbox in the 'Group' dialog in rdadmin(1).

   Various bugfixes. See the ChangeLog for details.

Database Update:
   This version of Rivendell uses database schema version 347, and will
   automatically upgrade any earlier versions. To see the current schema
   version prior to upgrade, see RDAdmin->SystemInfo.
*** snip snip ***

Details and source code are available at 
https://github.com/ElvishArtisan/rivendell/releases 
.


Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev