Skip to content
DevMeme
4687 of 7435
Trollface dev resists Sisvel’s UN squad demanding HEVC-H265 royalty payments
DataFormats Post #5137, on Apr 19, 2023 in TG

Trollface dev resists Sisvel’s UN squad demanding HEVC-H265 royalty payments

Why is this DataFormats meme funny?

Level 1: Pay-to-Play Playground

Imagine you’re playing at the playground, and there’s a super awesome new slide that everyone wants to try. It’s the tallest, fastest slide – you zoom down really quick. But here’s the problem: a bunch of older kids come over, put on pretend police badges, and say, “We own this slide. If you want to use it, you have to give us a candy every time.” Now, you’re just a kid who wants to have fun, and this slide was built for everyone, so this rule feels really unfair. You get so angry that you grab your toy sword and shout, “I hate you, I hate you!” at those kids charging candy. You even decide, “Fine, I just won’t use your stupid slide at all! I’ll go use the swings or play another game where I don’t have to give up my candy.” In this story, the fancy slide is like the H.265 video tech, the older kids with badges are like Sisvel enforcing payments, and you (the upset kid) are like the developer who just wants to use cool technology without paying tolls. The meme is funny because it shows this serious candy-collecting scenario as if it were a big dramatic cops-and-robbers game, which is exactly how developers feel – a mix of frustrated and amazed that something fun could turn into a pay-to-play showdown.

Level 2: The Cost of Compression

Let’s break down what’s going on here in simpler terms. We have a tug-of-war between a video format and the money it costs to use it. HEVC, also known as H.265, is a modern way to pack video files so they take up less space (and use less bandwidth) while still looking great. Think of it like a super-efficient box that you can put a movie into, ending up with a smaller box than the old method (H.264) would allow. Sounds awesome, right? The catch: this special way of packing video isn’t free to use – it’s locked behind patents. A patent is like a license that says “We invented this method, and if you want to use it, you need our permission (which usually means paying us).” So, H.265 is patented by a bunch of different companies because many clever tricks were invented to make it work so well. Royalties are the fees you pay to those patent owners for that permission. It’s as if every time you ship a product that knows how to unpack that special video box, you owe a toll to the inventors of the packing tricks.

Now, enter Sisvel. Sisvel is a company that manages patent licensing – you can imagine it as a toll collector on the highway of H.265 technology. Instead of each patent owner knocking on a developer’s door individually, groups like Sisvel bundle a bunch of those patents together and say, “Just pay us and we’ll cover all these patents for you.” In theory that should make things easier. In practice, for H.265 there are actually multiple different toll booths (Sisvel is one, and there are others) because the patent owners didn’t all join one group. It’s like having three separate toll gates one after the other on the same road. This confuses and frustrates developers and companies. If you’re a big company like Apple or Samsung and you make devices that play videos, you’ll budget money for these royalties as a cost of doing business. But if you’re a small developer or an open source project (which typically has no budget and gives software away for free), you can’t realistically pay a fee for every download or user. That’s why open-source developers are often upset about these kinds of SoftwareLicensing issues – it feels like a roadblock to innovation. They want to use the best tech, but the cost and legal complexity make it impossible or risky.

The meme personifies this conflict. On one side, we have the enforcers (drawn as UN soldiers with guns) saying “We have you surrounded, pay your H.265 royalties.” This is a dramatic way to say: “We know you’re using H.265, you can’t escape our notice, you better pay us what you owe.” Obviously in real life, no one shows up with rifles; you’d get an official notice or lawsuit. But the feeling of pressure is real. On the other side, we have the Trollface developer with a shotgun yelling “I hate Sisvel, I hate Sisvel!” The Trollface is a famous Internet meme character – a grinning, mischievous face used to represent someone who is intentionally trolling or provoking others. In this context, it represents the developer or tech community being rebellious and mocking the patent enforcers. It’s basically the dev saying: “I’m not gonna do what you want. I’m furious and I’m making fun of you.” The repetition of “I hate Sisvel” just emphasizes how fed up developers are with this situation. Sisvel, to them, symbolizes the whole patent royalty mess. (In fact, among developers, “Sisvel” has almost become shorthand for “patent toll that’s hindering me.”)

Let’s clarify a few key terms and players to make sure it’s all clear:

  • H.265 / HEVC: A high-efficiency video coding format. It’s like a recipe for compressing video files so they’re about half the size of what you’d get with the older H.264 format for the same quality. Great for streaming and storage – videos load faster and use less data. However, the recipe (techniques) isn’t free to use; parts of it are owned by companies through patents.
  • Patents & Royalties: A patent gives a company exclusive rights to an invention (for a period of time). If you want to use that invention, you need a license. Royalties are what you pay for that license, usually per unit or usage. With something like H.265, dozens of patents are involved, which could mean paying multiple royalties. Imagine each little innovation in the codec (like a better way to predict motion between frames, or a new math trick to reduce file size) is patented – you’d have to pay each inventor’s group for including their trick in your software or hardware.
  • Sisvel: A company that acts as a patent pool manager or licensing administrator. Instead of dealing with 10 different patent holders separately, a developer can get a license from Sisvel to cover a bunch of H.265 patents at once. Sisvel didn’t invent H.265; think of them more as middlemen or enforcers. They collect money on behalf of patent owners (and take a cut for the service). Developers often view companies like this negatively when they’re very aggressive – hence the portrayal as armed enforcers. Sisvel has been called a patent troll by some, which is a derogatory term for companies that enforce patent rights without producing much of their own. (To be fair, Sisvel would argue they’re helping innovators get paid. But in the dev community, being reminded to pay up feels hostile.)
  • Trollface: An old-but-gold internet meme image – a big grinning, smug face used to represent a “troll” or someone who’s trying to annoy or outsmart authority for laughs. Here, the developer is drawn as a Trollface to show him mocking and resisting the authority (Sisvel’s UN “troops”). It indicates that developers find some dark humor in standing up to these demands, even if it’s just by ranting online or choosing not to adopt the tech.

Now, for a junior developer or someone new to these ideas, you might wonder: Why not just avoid H.265 if it’s such a hassle? That’s exactly what many do! There are open-source friendly alternatives. For example, AV1 is a newer video codec developed by a consortium of companies (the Alliance for Open Media) specifically to be royalty-free. AV1 lets you compress video nearly as well as H.265, but no one has to pay royalties to use it. It’s like a community-built highway with no tolls, meant to bypass the toll-heavy H.265 road. The meme indirectly references this context: the developer shouting he hates Sisvel is basically the kind of person who would rather ditch H.265 entirely and use something like AV1, just to not deal with Sisvel’s royalties. Here’s a simple way to visualize a developer’s decision in code form:

if willing_to_pay_sisvel:
    enable_codec("H.265")      # Use the patented codec and pay the toll
else:
    use_alternative("AV1")     # Use a free codec with no royalties

In plain English, this code says: “If I’m okay with paying Sisvel, enable H.265. Otherwise, use an alternative (AV1) for which I don’t have to pay.” And indeed, that’s what many projects do – they choose the free path whenever possible, especially if they can’t afford the royalties or just ideologically prefer open tech. OpenSource culture, in particular, leans toward technologies that everyone can use and share freely. A requirement to pay money (and handle legal paperwork) is the opposite of that ethos, so it’s a big turn-off.

Let’s decode the imagery a bit more. The soldiers wearing UN helmets – the United Nations blue helmet is a symbol of international authority and peacekeeping. Portraying Sisvel’s team as UN soldiers is tongue-in-cheek. It suggests that these patent enforcers see themselves (or are seen by the meme’s “narrator”) as a kind of international police force making sure everyone follows the rules (pays the royalties). It’s a global issue after all – patents are typically territorial (you pay per region or country), and Sisvel deals with many countries’ patent systems. The humor here is also visual: UN soldiers are usually depicted surrounding warlords or troublemakers, and here they are surrounding a software developer over something as mundane (to outsiders) as video encoding software. It’s an absurd role reversal that highlights how ridiculous this scenario feels to a programmer just trying to include a video format in their project.

The Trollface developer with a shotgun is pure comic effect. It’s the little guy’s fantasy of fighting back. In reality, resisting a patent demand means either not using the patented tech or going to court (which is not fun). But in the meme, our dev is decked out like he’s in an action movie, ready to go down swinging. Shouting “I hate Sisvel” twice is akin to stamping your feet. It’s over-the-top on purpose – that’s meme language for you, doubling down for emphasis. It conveys just how fed up the dev is. It’s not a measured statement; it’s an emotional outburst. Developer frustration in real life might be voiced in forum rants, tweets, or blog posts decrying “greedy patent trolls” and praising open standards. The meme distills all that discontent into one scene.

Another real-world aspect hiding in this joke: royalty_enforcement can scare off not just developers but also companies from adopting a technology. This is one reason why, for example, your web browser might not support a certain video format. Browser makers worry, “If we include H.265 decoding in our browser, do we owe royalties for every download of our browser? What about the free users? What about users in countries where patents apply?” These questions get complicated fast. To avoid the drama, some just skip it entirely – much to Sisvel’s chagrin. IndustryTrends show a growing preference for royalty-free formats. We saw this before: MP3 music format was patented and had royalties, so open audio formats like OGG Vorbis gained support until MP3 patents expired. The same thing is happening with video now: people are slowly moving to AV1 (or sticking with the older H.264 a bit longer) to dodge H.265 fees, possibly until those patents expire many years from now.

In summary, the meme is using exaggerated imagery to explain a real tech contention: patent licensing vs. developer freedom. The DataFormats category it’s tagged under is fitting, because this is about a video data format that’s technically excellent but legally encumbered. The OpenSource tag highlights that this is a big deal in the open-source community, where paying royalties isn’t in the playbook. And DeveloperFrustration – well, the guy yelling “I hate Sisvel” says it all. It’s a frustration many share, packaged in a way that’s both funny and a bit cathartic. After all, sometimes the only thing you can do is laugh (and then go implement AV1 support instead).

Level 3: The Codec Siege

On the surface, this meme is a hilarious exaggeration: Sisvel’s patent-licensing enforcers imagined as a United Nations squad with rifles, and a stubborn developer depicted as the classic Trollface holding a shotgun, barricaded in defiance. But for seasoned developers, this image hits far too close to reality. It’s satirizing the real tension in video_codec_licensing and software licensing: H.265 (aka HEVC) is an advanced video format that many would love to use, but its licensing costs and legal strings are so onerous that developers feel under siege by patent demands. Sisvel is one of the companies known for enforcing H.265 royalties, essentially saying to anyone using that codec: “Pay up, or else.” The meme cranks that scenario to eleven by picturing Sisvel’s agents like an international SWAT team:

UN Soldiers: “WE HAVE YOU SURROUNDED. COME PAY YOUR H265 ROYALTIES.”
Trollface Dev: “I HATE SISVEL I HATE SISVEL.”

This dialogue is absurd, yet every developer who has read a patent license agreement can relate to the implicit threat behind formal words. Of course, Sisvel isn’t literally sending blue-helmeted troops to detain coders at gunpoint – they send lawyers and demand letters. But from the developer’s perspective, it feels like a hostage situation. The meme’s imagery of an armed standoff humorously captures that feeling of being cornered. “We have you surrounded” is how a dev imagines these patent holders lurking around every implementation of H.265, ready to pounce if you dare stream or encode video without paying. And the Trollface’s gleefully malicious grin represents the dev community’s mix of frustration and dark humor about it. Trollface is basically every dev who’s ever thought, “Go ahead, sue me – I’ll use an alternative and laugh.” It’s the embodiment of developer frustration turned into defiance.

Why are developers so riled up? Because the LicensingCosts for H.265 aren’t a one-time thing; they’re often per-device or per-user fees that quickly pile up. Imagine you write a nifty video app. If it includes H.265 support, you (or your company) might owe a few bucks for every user who uses that feature, or a lump sum after a certain number of units. For big companies, this is an annoying line item; for small developers or open-source projects, it’s a show-stopper. Many OpenSource developers feel that patent_troll tactics are at play – where entities like Sisvel profit not by creating technology but by owning patents and enforcing them aggressively (some of these patents they acquired from others purely to license out). Sisvel’s name is almost synonymous with patent licensing in certain circles, to the point that some devs jokingly say it with a sneer – a bit like the meme’s “I hate Sisvel” battle cry. In fact, Sisvel has been involved in patent pools beyond just video codecs, often drawing the ire of the tech community for its assertive collection methods. It’s not personal for them – it’s business. But for developers, it feels personal because it directly impacts their work and what features they can offer freely.

This meme also nods to a larger industry trend. H.265 was supposed to be the next ubiquitous video format, just as H.264/AVC was everywhere. Technically, it is superior. But the heavy royalties fractured its adoption. Companies couldn’t even all agree on one single licensing body – leading to multiple royalty agreements (MPEG LA, HEVC Advance, and Sisvel each managing different patent portfolios). It’s like three different agencies all knocking on your door for the same TV you bought. The result? Many platform providers and browser makers dragged their feet on H.265. To this day, for example, Google Chrome and Mozilla Firefox won’t play H.265 video straight out of the box – not because they can’t, but because embracing it fully would entangle them and their developers in licensing headaches. Apple’s Safari and many hardware makers do support H.265, but those companies shell out for it (or use hardware decoders that are already licensed). Meanwhile, the developer world rallied around alternatives. The meme’s subtext is basically: “We’re not going to pay; we’d rather find another way.” And indeed, an alternative codec war quietly raged: VP9 (from Google) and later AV1 emerged as royalty-free codecs. Backed by the Alliance for Open Media (companies like Google, Mozilla, Netflix, Amazon, Microsoft, etc.), AV1 is an open format explicitly designed to avoid patent minefields like H.265. It’s the developers’ counter-attack: a free codec that no UN “patent police” can come after you for using. The Trollface’s shotgun might as well be an AV1 logo in spirit, metaphorically blasting away the need for Sisvel’s “services.”

The humor really shines if you know the classic meme language. Trollface is a legendary meme born from internet culture, symbolizing trolling and tech satire – the Trollface character is basically saying “Come at me, I’ll troll you right back.” By shouting “I hate Sisvel” repeatedly, he’s both sincerely angry and mockingly juvenile, which is meme-speak for pure exasperation. It’s the kind of thing you’d see on developer forums: blunt, repetitive rants about hatred for bureaucracy or fees, often coupled with jokey hyperbole. And depicting Sisvel’s agents as UN soldiers is another layer of irony: the U.N. is usually associated with peacekeeping and neutrality, but here they are portrayed as an invading force. This plays on the idea that Sisvel often positions itself as just international law enforcement for patents, “keeping the peace” by upholding IP law across borders. But to devs, they can appear as aggressors, hence the dark joke that even UN peacekeepers have turned into patent mercenaries demanding money at gunpoint. It’s a classic case of a meme exaggerating reality just enough to highlight the absurdity.

In real scenarios, no programmer gets a literal knock on the door from Sisvel. Instead, companies might get legal notifications or even lawsuits if they ignore licensing requirements. The siege imagery dramatizes the pressure and fear of being cornered by these legal demands. The developer community often shares horror stories about seemingly trivial features turning into legal quagmires due to patents. For instance, a small project adding H.265 support might suddenly face a choice: remove the feature, pay up to three different patent pools, or risk infringement. It’s a lose-lose-lose that feels like having unwelcome guns pointed at you. So the Trollface response – shouting defiance – is both a cathartic fantasy (no one actually wants to be in a shootout with patent lawyers!) and a reflection of reality (many devs simply drop H.265 support and publicly vent their frustration much like this character).

Ultimately, this meme resonates because it captures an industry zeitgeist: the push-pull between innovation and freedom. On one side, royalty_enforcement squads (metaphorically) guard the shiny new tech with paywalls. On the other side, open-source rebels wave the flag of freedom (or scream “I hate this!”) and look for unencumbered solutions. It’s both a serious commentary and a shared joke. Every developer who’s felt blocked by a software patent, every project maintainer who had to say “Sorry, we can’t include that popular format because legal stuff,” sees themselves in that corner with Trollface, rifling through alternatives while muttering curses at the patent holders. And every time a new DataFormat or standard comes out with such strings attached, you can almost hear the chorus in forums: “Not again… I hate this so much.” This comic strip just personifies that scene in the most darkly humorous way possible.

# A dev's approach to codecs under siege:
if willing_to_pay_sisvel:
    enable_codec("HEVC/H.265")
else:
    use_alternative("AV1")  # choose a free codec to avoid royalties

In code, as in the meme, many developers will simply choose the path of least resistance: stick with open-source friendly formats. The comment in the code says it all – avoid royalties. It’s a quiet rebellion similar to the loud one Trollface is staging. The difference is, in reality this approach is perfectly legal and effective: by using royalty-free codecs, you deprive the “patent army” of a target altogether. The presence of such a choice is exactly why Sisvel’s enforcement sometimes feels futile. For every fortress they besiege, the rebels have other routes (or tunnels) to get the job done. And that, in essence, is what makes this meme both funny and satisfying for tech folks: it acknowledges the frustration, mocks the absurdity, and also hints at the solution (just use something else!). The Codec Siege is a standoff, but one where the dev community has an exit strategy that doesn’t involve surrender: innovation outside the patent system. The meme just paints that battle in stark, comical black-and-white.

Level 4: Tragedy of the Anticommons

At the deepest level, this meme hints at a patent nightmare in the world of video codecs. HEVC, better known as H.265, is a cutting-edge video compression standard that achieves astounding efficiency—squeezing video data to half the size of its predecessor (H.264) at the same quality. How does it pull off this sorcery? Through a slew of advanced techniques: finer motion compensation with quarter-pixel accuracy, larger prediction units, discrete cosine transform refinements, entropy coding improvements like CABAC (Context-Adaptive Binary Arithmetic Coding) on steroids, and even exotic predictions for every imaginable video pattern. Each of these techniques inches video encoding closer to the theoretical Shannon limit of compression. But here’s the catch: nearly every one of those clever tricks is patented by someone, somewhere. This means implementing H.265 is like tiptoeing through a minefield of intellectual property. The “tragedy of the anticommons” kicks in: so many organizations own a slice of the codec’s technology that collectively they stifle its use. It’s an economic and legal paradox where a brilliant technical standard (the “resource”) ends up underutilized because too many owners each insist on their cut.

Academically, this is a known problem in patent-heavy domains. In the meme, the developer’s defiant stance (“I hate Sisvel!”) reflects frustration with a system that’s nearly impossible to navigate without paying tolls at every turn. Sisvel represents one of several patent pools – companies that bundle patent licenses to “simplify” matters. But with multiple pools (like MPEG LA, Velos Media, and Sisvel each holding different H.265 patents), the simplicity evaporates. It’s like needing three different tickets to watch one movie. The UN helmet-clad soldiers signify a unified global front, but in reality the HEVC licensing landscape is fragmented chaos. From a lofty perspective, the humor arises because this heavy-handed royalty enforcement is a direct consequence of how modern innovation is protected (some say over-protected). The meme reduces an abstract, systemic issue to an absurd standoff: one lone developer facing down a battalion of patent enforcers. It’s a battle drawn by the invisible hand of information theory meeting the iron fist of patent law. The irony is rich – H.265’s very brilliance (compressing video so well) is what spawned so many patentable ideas that using it feels like a high-stakes negotiation or siege. No wonder the industry started gravitating toward royalty-free alternatives despite H.265’s technical prowess. This panel, in its crudely drawn glory, wryly encapsulates that patent paradox: sometimes having too many proprietors for a genius invention means nobody gets to freely enjoy it.

Description

The meme is a crudely drawn black-and-white comic panel. On the left, two soldiers wearing bright blue U.N. helmets marked with the text “UN” aim assault rifles toward the right; their faces are blurred. Under them, bold white caption text reads, “WE HAVE YOU SURROUNDED. COME PAY YOUR H265 ROYALTIES.” On the right, the classic grinning Trollface character holds a shotgun and, in matching bold white text above his head, shouts, “I HATE SISVEL I HATE SISVEL.” The joke portrays Sisvel’s patent-licensing enforcement of the HEVC/H265 video codec as an armed siege, expressing developer frustration with onerous royalty demands and the complexities of software licensing around high-efficiency video formats

Comments

40
Anonymous ★ Top Pick HEVC promises 50 % less bandwidth, but thanks to Sisvel it delivers 100 % more legal budget - true two-pass compression: your video first, your wallet second
  1. Anonymous ★ Top Pick

    HEVC promises 50 % less bandwidth, but thanks to Sisvel it delivers 100 % more legal budget - true two-pass compression: your video first, your wallet second

  2. Anonymous

    The real reason AV1 exists: developers got tired of explaining to finance why their video streaming startup needs a legal war chest before writing a single line of code

  3. Anonymous

    When your video streaming startup's legal team discovers that implementing H.265 means negotiating with three separate patent pools (MPEG LA, HEVC Advance, and SISVEL), each with their own royalty structures, territorial restrictions, and annual caps - suddenly that 'just use AV1' suggestion from your junior dev doesn't sound so naive anymore. Nothing says 'modern web standards' quite like a codec that requires more lawyers than engineers to deploy

  4. Anonymous

    Enabling HEVC in your build isn’t a feature - it's a procurement pipeline that emits video as a side effect

  5. Anonymous

    VP9's 'royalty-free' utopia: until Sisvel deploys their patent enforcement swarm, turning every decoder into a billing endpoint

  6. Anonymous

    Codec design at scale: pick your tax - pay Sisvel for H.265, pay your cloud bill for AV1 compute, or pay Legal to explain why “royalty‑free” rarely includes you

  7. @callofvoid0 3y

    I dond understand this

  8. @RiedleroD 3y

    h265 (also known as HEVC) is a video codec that's used in a lot of things, but it requires you to pay licensing fees, much like mp3 originally did. sisvel is a company that protect other companies' copyright and stuff. So if you use h265 in a way that requires you to pay fees to the mpeg (yes, that's a company), sisvel is going to come knocking on your door with a DMCA and legal fees in their hands

    1. @RiedleroD 3y

      @dev_void @Chess_player_1224

    2. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

      Have you seen what ms did? Instead of bundling it in the 200$ windows where they would need to pay a percentage of that, they sell a plugin for 1$ so they only have to pay a fraction of that and keep the rest😂💀

      1. @RiedleroD 3y

        bruh

    3. @thecheloveg 3y

      if i write and distribute a free h265 encoder/decoder, do i or my users need to pay any fees?

      1. @RiedleroD 3y

        codec is the file format (that's also not entirely true, technically, but whatever) you mean a decoder/encoder and honestly, I don't know.

        1. @thecheloveg 3y

          yeah, sorry

        2. @thecheloveg 3y

          https://www.videolan.org/developers/x265.html i guess you can make a foss h265 encoder

          1. @RiedleroD 3y

            huh, welp. I was wondering about ffmpeg and x265

    4. @callofvoid0 3y

      dahell

  9. @qwnick 3y

    the reason why lgtv don't support dolby vision on matroska

  10. @RiedleroD 3y

    ergo: - licensing fees bad - xiph good

  11. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

    Is it like a system wide media extension?

  12. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

    Lmao

  13. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

    Btw you can get the appx/appxbundle file from store.rg-adguard.net and if the app/game/etc doesn’t check for its own license it will just work. (You can only get appx/appxbundle with that site, no native xdk games or desktop stuff. Maybe msix/msixbundle will download too but not sure)

  14. @RiedleroD 3y

    lmao

  15. @RiedleroD 3y

    turns out ffmpeg is french too

    1. @endisn16h 3y

      the only good thing that came out of france 🤯🤯🤯🤯🤯🤯🤯

      1. @RiedleroD 3y

        that and the metric system

        1. @endisn16h 3y

          fr

          1. @RiedleroD 3y

            fr (france)

            1. @endisn16h 3y

              exactly

      2. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

        Are you really calling ffmpeg good?

        1. @endisn16h 3y

          Yes.

          1. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

            Thats some low standards here

            1. @endisn16h 3y

              it's fr*nch tho

        2. dev_meme 3y

          What is your goto alternative ?

          1. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

            Composite /s

            1. @endisn16h 3y

              gimmie link or atom name pls, couldnt find anything only phyiscs ans material-related shid

              1. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

                https://en.m.wikipedia.org/wiki/Composite_video

                1. @endisn16h 3y

                  oh i thought you were talking about some program

                  1. @ZgGPuo8dZef58K6hxxGVj3Z2 3y

                    Nah. About video “stream” if it still counts as one

  16. @RiedleroD 3y

    hmm I like the devel libreoffice afrikaans package. it's libreoffice-fresh-af

Use J and K for navigation